提交 75681980 编写于 作者: M Marek Szyprowski 提交者: Krzysztof Kozlowski

ARM: dts: exynos: use Exynos5420 dedicated USB2 PHY compatible

USB2.0 PHY in Exynos5420 differs from Exynos5250 variant a bit, so use the
recently introduced dedicated compatible for Exynos5420.
Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20201120085637.7299-3-m.szyprowski@samsung.comSigned-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
上级 5c8fe583
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
compatible = "samsung,exynos4210-ehci"; compatible = "samsung,exynos4210-ehci";
reg = <0x12110000 0x100>; reg = <0x12110000 0x100>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
phys = <&usb2_phy 1>; phys = <&usb2_phy 0>;
phy-names = "host"; phy-names = "host";
}; };
...@@ -196,12 +196,12 @@ ...@@ -196,12 +196,12 @@
compatible = "samsung,exynos4210-ohci"; compatible = "samsung,exynos4210-ohci";
reg = <0x12120000 0x100>; reg = <0x12120000 0x100>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
phys = <&usb2_phy 1>; phys = <&usb2_phy 0>;
phy-names = "host"; phy-names = "host";
}; };
usb2_phy: phy@12130000 { usb2_phy: phy@12130000 {
compatible = "samsung,exynos5250-usb2-phy"; compatible = "samsung,exynos5420-usb2-phy";
reg = <0x12130000 0x100>; reg = <0x12130000 0x100>;
#phy-cells = <1>; #phy-cells = <1>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册