arm64: dts: imx93-tqma9352-mba93: Fix USB hub node name
authorFabio Estevam <festevam@denx.de>
Thu, 8 Aug 2024 12:32:06 +0000 (09:32 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 08:47:15 +0000 (16:47 +0800)
According to microchip,usb2514.yaml, the node name must contain
'usb-hub'.

Change it accordingly to fix the following dt-schema warning:

hub@1: $nodename:0: 'hub@1' does not match '^usb(@.*)?'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts
arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts

index 852dd3d2eac74d457b4731f3bab2c8107a79d704..9673b93ba470281e6b1ccc2c882ba0c289846777 100644 (file)
        samsung,picophy-dc-vol-level-adjust = <7>;
        status = "okay";
 
-       hub_2_0: hub@1 {
+       hub_2_0: usb-hub@1 {
                compatible = "usb424,2517";
                reg = <1>;
                reset-gpios = <&expander1 2 GPIO_ACTIVE_LOW>;
index da8f19a646a98f0de7ef4e0161ba7dadaf4a3dd4..f39905b4a2d230e8820eb0b021e4bdf351767299 100644 (file)
        samsung,picophy-dc-vol-level-adjust = <7>;
        status = "okay";
 
-       hub_2_0: hub@1 {
+       hub_2_0: usb-hub@1 {
                compatible = "usb424,2517";
                reg = <1>;
                reset-gpios = <&expander1 2 GPIO_ACTIVE_LOW>;