Commit 90e6c388 authored by Nishanth Menon's avatar Nishanth Menon
Browse files

arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB



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: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Cc: Roger Quadros <rogerq@ti.com>
Link: https://lore.kernel.org/r/20201113211826.13087-5-nm@ti.com
parent bfbf9be7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -356,14 +356,6 @@
	disable-wp;
};

&dwc3_1 {
	status = "okay";
};

&usb1_phy {
	status = "okay";
};

&usb1 {
	pinctrl-names = "default";
	pinctrl-0 = <&usb1_pins_default>;