Commit 177c86fa authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: align HSOTG/USB node names

The DT schema expect HSOTG node names to be named "usb":

  exynos4210-smdkv310.dtb: hsotg@12480000: $nodename:0: 'hsotg@12480000' does not match '^usb(@.*)?'

Link: https://lore.kernel.org/r/20230120155404.323386-9-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 502497a1
......@@ -365,7 +365,7 @@ sysmmu_fimd0: sysmmu@11e20000 {
#iommu-cells = <0>;
};
hsotg: hsotg@12480000 {
hsotg: usb@12480000 {
compatible = "samsung,s3c6400-hsotg";
reg = <0x12480000 0x20000>;
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
......
......@@ -362,7 +362,7 @@ exynos_usbphy: exynos-usbphy@125b0000 {
status = "disabled";
};
hsotg: hsotg@12480000 {
hsotg: usb@12480000 {
compatible = "samsung,s3c6400-hsotg";
reg = <0x12480000 0x20000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment