diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-02-26 11:42:09 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-26 19:49:26 -0500 |
commit | 95e7381b1a6dec04b17aea3fd839c4ada8c96f28 (patch) | |
tree | e6e32de2d281b4b57d8d416776ba45f92c6951bb /arch/arm/boot | |
parent | 6f82fae2f4a3fc4bee26a3a1e9db74e18ee67b52 (diff) |
ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
Cameras, RTC, and ak4643 sound codec.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 00119754f7f0..646383a489a0 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts | |||
@@ -65,6 +65,31 @@ | |||
65 | clock-frequency = <33333333>; | 65 | clock-frequency = <33333333>; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | &i2c0 { | ||
69 | status = "okay"; | ||
70 | |||
71 | ak4643: sound-codec@12 { | ||
72 | compatible = "asahi-kasei,ak4643"; | ||
73 | #sound-dai-cells = <0>; | ||
74 | reg = <0x12>; | ||
75 | }; | ||
76 | |||
77 | camera@41 { | ||
78 | compatible = "oki,ml86v7667"; | ||
79 | reg = <0x41>; | ||
80 | }; | ||
81 | |||
82 | camera@43 { | ||
83 | compatible = "oki,ml86v7667"; | ||
84 | reg = <0x43>; | ||
85 | }; | ||
86 | |||
87 | rx8581: rtc@51 { | ||
88 | compatible = "epson,rx8581"; | ||
89 | reg = <0x51>; | ||
90 | }; | ||
91 | }; | ||
92 | |||
68 | &mmcif { | 93 | &mmcif { |
69 | pinctrl-0 = <&mmc_pins>; | 94 | pinctrl-0 = <&mmc_pins>; |
70 | pinctrl-names = "default"; | 95 | pinctrl-names = "default"; |