Commit ebd60f60 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

arm64: dts: imx93-tqma9352-mba93: Fix USB hub node name



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: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d77d0ceb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ &usbotg2 {
	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>;
+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ &usbotg2 {
	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>;