]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx27-phytec-phycore-rdk: Add DT node for camera module
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 30 Nov 2013 06:18:02 +0000 (10:18 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:05:16 +0000 (11:05 +0800)
This patch adds first I2C bus and PCA9536 device.
This device is used on Phytec PCM-970 RDK camera addon module.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts

index e79246950186abcb6f8ed444574d8a595ffba1ec..3145bdbdf53e42a8132458ab56c54b589fea9d36 100644 (file)
        cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>;
 };
 
+&i2c1 {
+       clock-frequency = <400000>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_i2c1>;
+       status = "okay";
+
+       camgpio: pca9536@41 {
+               compatible = "nxp,pca9536";
+               reg = <0x41>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
+};
+
 &iomuxc {
        imx27_phycore_rdk {
+               pinctrl_i2c1: i2c1grp {
+                       fsl,pins = <MX27_I2C1_PINGRP1>;
+               };
+
                pinctrl_uart1: uart1grp {
                        fsl,pins = <
                                MX27_UART1_PINGRP1