ARM: dts: s5pv210: align USB node name with bindings

Bindings expect USB HSOTG controller node to be named "usb":

  s5pv210-torbreck.dtb: hsotg@ec000000: $nodename:0: 'hsotg@ec000000' does not match '^usb(@.*)?'

Link: https://lore.kernel.org/r/20230421095721.31857-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-04-21 11:57:19 +02:00
parent 7e98d36888
commit 64f92c24aa

View File

@ -401,7 +401,7 @@ sdhci3: mmc@eb300000 {
status = "disabled";
};
hsotg: hsotg@ec000000 {
hsotg: usb@ec000000 {
compatible = "samsung,s3c6400-hsotg";
reg = <0xec000000 0x20000>;
interrupt-parent = <&vic1>;