diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2015-10-21 11:37:01 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 08:37:45 +0100 |
commit | f50cbf5329e045e8d69046ea9093e6bafdc09516 (patch) | |
tree | 7105afefe33765eb8930b6b56522c8a8bff34d49 /arch/mips/boot/dts/brcm/bcm97362svmb.dts | |
parent | fb575b85efd091bad0e0a1220426086c789074d7 (diff) | |
download | lwn-f50cbf5329e045e8d69046ea9093e6bafdc09516.tar.gz lwn-f50cbf5329e045e8d69046ea9093e6bafdc09516.zip |
MIPS: BMIPS: Add I2C node for bcm7362
Add I2C device nodes to BMIPS based BCM7362 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/11336/
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index 739c2ef5663b..9c99bfd1e781 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -29,6 +29,18 @@ status = "okay"; }; +&bsca { + status = "okay"; +}; + +&bscb { + status = "okay"; +}; + +&bscd { + status = "okay"; +}; + &enet0 { status = "okay"; }; |