mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ARM: dts: s5pv210: align EHCI/OHCI nodes with dtschema
The node names should be generic and USB DT schema expects "usb" names. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Link: https://lore.kernel.org/r/20220314181948.246434-2-krzysztof.kozlowski@canonical.com
This commit is contained in:
parent
b412be7d3c
commit
ab92681ca1
|
|
@ -427,7 +427,7 @@ usbphy: usbphy@ec100000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
ehci: ehci@ec200000 {
|
||||
ehci: usb@ec200000 {
|
||||
compatible = "samsung,exynos4210-ehci";
|
||||
reg = <0xec200000 0x100>;
|
||||
interrupts = <23>;
|
||||
|
|
@ -444,7 +444,7 @@ port@0 {
|
|||
};
|
||||
};
|
||||
|
||||
ohci: ohci@ec300000 {
|
||||
ohci: usb@ec300000 {
|
||||
compatible = "samsung,exynos4210-ohci";
|
||||
reg = <0xec300000 0x100>;
|
||||
interrupts = <23>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user