mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
ARM: dts: exynos: use generic node names for phy
Align HDMI and USB phy node names with bindings expectation. Link: https://lore.kernel.org/r/20230125094513.155063-6-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
af1c89ddb7
commit
7bac2cd7ff
|
|
@ -412,7 +412,7 @@ mshc_2: mmc@12530000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
exynos_usbphy: exynos-usbphy@125b0000 {
|
||||
exynos_usbphy: usb-phy@125b0000 {
|
||||
compatible = "samsung,exynos3250-usb2-phy";
|
||||
reg = <0x125B0000 0x100>;
|
||||
samsung,pmureg-phandle = <&pmu_system_controller>;
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ sdhci_3: mmc@12540000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
exynos_usbphy: exynos-usbphy@125b0000 {
|
||||
exynos_usbphy: usb-phy@125b0000 {
|
||||
compatible = "samsung,exynos4210-usb2-phy";
|
||||
reg = <0x125B0000 0x100>;
|
||||
samsung,pmureg-phandle = <&pmu_system_controller>;
|
||||
|
|
@ -604,7 +604,7 @@ i2c_8: i2c@138e0000 {
|
|||
clock-names = "i2c";
|
||||
status = "disabled";
|
||||
|
||||
hdmi_i2c_phy: hdmiphy@38 {
|
||||
hdmi_i2c_phy: hdmi-phy@38 {
|
||||
compatible = "samsung,exynos4210-hdmiphy";
|
||||
reg = <0x38>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ i2c_8: i2c@12ce0000 {
|
|||
clock-names = "i2c";
|
||||
status = "disabled";
|
||||
|
||||
hdmiphy: hdmiphy@38 {
|
||||
hdmiphy: hdmi-phy@38 {
|
||||
compatible = "samsung,exynos4212-hdmiphy";
|
||||
reg = <0x38>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -665,7 +665,7 @@ hdmi: hdmi@14530000 {
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
hdmiphy: hdmiphy@145d0000 {
|
||||
hdmiphy: hdmi-phy@145d0000 {
|
||||
reg = <0x145D0000 0x20>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user