bmips: inteno-xg6846: Activate USB port
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Aug 2024 08:26:24 +0000 (10:26 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 14 Aug 2024 09:29:21 +0000 (11:29 +0200)
Some versions of the Inteno XG6846 has a USB port mounted.
For these machines the corresponing USB port nodes need to
be enabled.

Suggested-by: Henrik Ginstmark <henrik@ginstmark.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[reorder DTS alphabetically]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/dts/bcm6328-inteno-xg6846.dts

index 8f5b30d213f268e8def3eada918b04c45f3737fa..4079bfff1782bb5b1946df1fb974155e574523a5 100644 (file)
        };
 };
 
+&ehci {
+       status = "okay";
+};
+
 &ethernet {
        status = "okay";
 
        };
 };
 
-&uart0 {
+&ohci {
        status = "okay";
 };
 
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};
+
+&usbh {
+       status = "okay";
+};