diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-03-08 00:34:04 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-18 17:40:01 +0100 |
commit | 1d8ece6639e1ebe008a8b53dcc04366cae7ac2d2 (patch) | |
tree | ae4ed78234604aba18dde1a06cc11152501a3477 /arch/arm/boot/dts/bcm958525xmc.dts | |
parent | ARM: dts: BCM5301X: Add I2C support to the DT (diff) | |
download | linux-1d8ece6639e1ebe008a8b53dcc04366cae7ac2d2.tar.xz linux-1d8ece6639e1ebe008a8b53dcc04366cae7ac2d2.zip |
ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree
Add the EHCI and OHCI entries to the Northstar Plus device tree files.
Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958525xmc.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958525xmc.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts index 41e7fd350fcd..5fca946f80c8 100644 --- a/arch/arm/boot/dts/bcm958525xmc.dts +++ b/arch/arm/boot/dts/bcm958525xmc.dts @@ -65,6 +65,10 @@ status = "okay"; }; +&ehci0 { + status = "okay"; +}; + &i2c0 { temperature-sensor@4c { compatible = "adi,adt7461a"; @@ -121,6 +125,10 @@ }; }; +&ohci0 { + status = "okay"; +}; + &pcie0 { status = "okay"; }; |