arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB
authorNishanth Menon <nm@ti.com>
Fri, 13 Nov 2020 21:18:25 +0000 (15:18 -0600)
committerNishanth Menon <nm@ti.com>
Tue, 17 Nov 2020 12:48:00 +0000 (06:48 -0600)
The default state of a device tree node is "okay". There is no specific
use of explicitly adding status = "okay" in the board dts.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Cc: Roger Quadros <rogerq@ti.com>
Link: https://lore.kernel.org/r/20201113211826.13087-5-nm@ti.com
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

index 0dec781982b189cc8294940a1df7b02430bbf88b..c8c9aa98b561848fc4a5b1ea02fc5be784a57592 100644 (file)
        disable-wp;
 };
 
-&dwc3_1 {
-       status = "okay";
-};
-
-&usb1_phy {
-       status = "okay";
-};
-
 &usb1 {
        pinctrl-names = "default";
        pinctrl-0 = <&usb1_pins_default>;