diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2015-10-21 11:37:00 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 08:37:42 +0100 |
commit | fb575b85efd091bad0e0a1220426086c789074d7 (patch) | |
tree | dfa25985435fe512031b5261dceb6ed44eca2c4c /arch/mips/boot/dts/brcm/bcm97360svmb.dts | |
parent | ad8378383e2c705871125f5c9d36936d80068174 (diff) | |
download | op-kernel-dev-fb575b85efd091bad0e0a1220426086c789074d7.zip op-kernel-dev-fb575b85efd091bad0e0a1220426086c789074d7.tar.gz |
MIPS: BMIPS: Add I2C node for bcm7360
Add I2C device nodes to BMIPS based BCM7360 platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Kamal Dasu <kdasu.kdev@gmail.com>
Cc: linux-i2c@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11335/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97360svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97360svmb.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97360svmb.dts b/arch/mips/boot/dts/brcm/bcm97360svmb.dts index eee8b0e..d48462e 100644 --- a/arch/mips/boot/dts/brcm/bcm97360svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97360svmb.dts @@ -29,6 +29,22 @@ status = "okay"; }; +&bsca { + status = "okay"; +}; + +&bscb { + status = "okay"; +}; + +&bscc { + status = "okay"; +}; + +&bscd { + status = "okay"; +}; + &enet0 { status = "okay"; }; |