diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2015-10-27 15:48:11 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 08:37:51 +0100 |
commit | 1b04be20f6e38672d81f2de844488164bca988ca (patch) | |
tree | a414b2365951bc7672d2c8c7f775253a8ef9aee1 /arch/mips/boot/dts/brcm/bcm97362svmb.dts | |
parent | 19e88101c78fdbfb93580f7ac0eb64eea040cbb6 (diff) | |
download | lwn-1b04be20f6e38672d81f2de844488164bca988ca.tar.gz lwn-1b04be20f6e38672d81f2de844488164bca988ca.zip |
MIPS: BMIPS: Add SATA/PHY nodes for bcm7362
Add AHCI and PHY device nodes to MIPS-based BCM7362 set-top box
platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Dragan Stancevic <dragan.stancevic@gmail.com>
Cc: linux-ide@vger.kernel.org
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11379/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97362svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97362svmb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index 9c99bfd1e781..3cfcaebe7f79 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -52,3 +52,11 @@ &ohci0 { status = "okay"; }; + +&sata { + status = "okay"; +}; + +&sata_phy { + status = "okay"; +}; |