diff options
| author | Jaedon Shin <jaedon.shin@gmail.com> | 2015-10-21 11:36:58 +0900 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 08:37:37 +0100 |
| commit | 39d9b6b223900cdcc36f78c7f9b4173975ca668c (patch) | |
| tree | f25d276f89bd3334c41e0933c097acea0433b2d6 /arch/mips/boot/dts/brcm/bcm97346dbsmb.dts | |
| parent | MIPS: Lantiq: Fix check for return value of request_mem_region() (diff) | |
| download | linux-39d9b6b223900cdcc36f78c7f9b4173975ca668c.tar.gz linux-39d9b6b223900cdcc36f78c7f9b4173975ca668c.zip | |
MIPS: BMIPS: Add I2C node for bcm7346
Add I2C device nodes to BMIPS based BCM7346 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/11333/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97346dbsmb.dts')
| -rw-r--r-- | arch/mips/boot/dts/brcm/bcm97346dbsmb.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97346dbsmb.dts b/arch/mips/boot/dts/brcm/bcm97346dbsmb.dts index 3fe0445b9d37..a5b6365afc5f 100644 --- a/arch/mips/boot/dts/brcm/bcm97346dbsmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97346dbsmb.dts @@ -29,6 +29,26 @@ status = "okay"; }; +&bsca { + status = "okay"; +}; + +&bscb { + status = "okay"; +}; + +&bscc { + status = "okay"; +}; + +&bscd { + status = "okay"; +}; + +&bsce { + status = "okay"; +}; + &enet0 { status = "okay"; }; |
