diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-06 18:45:28 -0500 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-23 02:45:31 -0500 |
commit | 3f5af107e4b9de458f58d1cb6644b81cea4f5252 (patch) | |
tree | d611ecb10419fb766d4f91ea4b0f5a28a1516267 /arch | |
parent | 413541dd66d51f791a0b169d9b9014e4f56be13c (diff) |
ARM: dts: bcm28155-ap: Enable all the i2c busses
Enable all available i2c busses.
Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Christian Daudt <csd@broadcom.com>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index 08e47c285227..bab302d05856 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts | |||
@@ -27,6 +27,26 @@ | |||
27 | status = "okay"; | 27 | status = "okay"; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | i2c@3e016000 { | ||
31 | status="okay"; | ||
32 | clock-frequency = <400000>; | ||
33 | }; | ||
34 | |||
35 | i2c@3e017000 { | ||
36 | status="okay"; | ||
37 | clock-frequency = <400000>; | ||
38 | }; | ||
39 | |||
40 | i2c@3e018000 { | ||
41 | status="okay"; | ||
42 | clock-frequency = <400000>; | ||
43 | }; | ||
44 | |||
45 | i2c@3500d000 { | ||
46 | status="okay"; | ||
47 | clock-frequency = <400000>; | ||
48 | }; | ||
49 | |||
30 | sdio1: sdio@3f180000 { | 50 | sdio1: sdio@3f180000 { |
31 | max-frequency = <48000000>; | 51 | max-frequency = <48000000>; |
32 | status = "okay"; | 52 | status = "okay"; |