diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:42 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-23 16:46:32 +0200 |
commit | 12afc0cf81210969756daecd7eb48b307f08faed (patch) | |
tree | f9bcc6d0bd7e1a7709d9cd0264702895fd8d117b /arch/arm/boot/dts/am335x-pdu001.dts | |
parent | ARM: dts: Probe am335x musb with ti-sysc (diff) | |
download | linux-12afc0cf81210969756daecd7eb48b307f08faed.tar.xz linux-12afc0cf81210969756daecd7eb48b307f08faed.zip |
ARM: dts: Drop pointless status changing for am3 musb
The default is enabled, and there should be no need to reconfigure
the status for SoC internal devices in the board specific files.
Only the USB PHY used needs to be configured in the board specific
files.
Cc: Bin Liu <b-liu@ti.com>
Cc: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-pdu001.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-pdu001.dts | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/arm/boot/dts/am335x-pdu001.dts b/arch/arm/boot/dts/am335x-pdu001.dts index 3141255f72c2..e4dcfa087a1b 100644 --- a/arch/arm/boot/dts/am335x-pdu001.dts +++ b/arch/arm/boot/dts/am335x-pdu001.dts @@ -384,34 +384,6 @@ }; }; -&usb { - status = "okay"; -}; - -&usb_ctrl_mod { - status = "okay"; -}; - -&usb0_phy { - status = "okay"; -}; - -&usb1_phy { - status = "okay"; -}; - -&usb0 { - status = "okay"; -}; - -&usb1 { - status = "okay"; -}; - -&cppi41dma { - status = "okay"; -}; - /* * Disable soc's rtc as we have no VBAT for it. This makes the board * rtc (Microchip MCP79400) the default rtc device 'rtc0'. |