]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Thu, 26 Feb 2015 16:42:09 +0000 (17:42 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 27 Feb 2015 00:49:26 +0000 (09:49 +0900)
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>
arch/arm/boot/dts/r8a7778-bockw.dts

index 00119754f7f08541c53076596c7d3fe2c7fa6e7c..646383a489a04ee6b74787576cdee14baccd3bbc 100644 (file)
        clock-frequency = <33333333>;
 };
 
+&i2c0 {
+       status = "okay";
+
+       ak4643: sound-codec@12 {
+               compatible = "asahi-kasei,ak4643";
+               #sound-dai-cells = <0>;
+               reg = <0x12>;
+       };
+
+       camera@41 {
+               compatible = "oki,ml86v7667";
+               reg = <0x41>;
+       };
+
+       camera@43 {
+               compatible = "oki,ml86v7667";
+               reg = <0x43>;
+       };
+
+       rx8581: rtc@51 {
+               compatible = "epson,rx8581";
+               reg = <0x51>;
+       };
+};
+
 &mmcif {
        pinctrl-0 = <&mmc_pins>;
        pinctrl-names = "default";