]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blobdiff - arch/arm/boot/dts/dra7xx-jamr3.dtsi
arm: dtsi: jamr3: Adjusting DSP SR0 range
[android-sdk/kernel-video.git] / arch / arm / boot / dts / dra7xx-jamr3.dtsi
index b147be067b9db6f726995e543f7378d80d49b229..c83fd3390296cc97c46946da449e2d54eec69fca 100644 (file)
                compatible = "ti,dra7xx_radio";
                gpios = <&gpio6 20 0>;
        };
+
+       gatemp {
+               compatible = "hwspinlock-user";
+               hwlocks = <&hwspinlock 0>,
+                         <&hwspinlock 1>,
+                         <&hwspinlock 2>,
+                         <&hwspinlock 3>,
+                         <&hwspinlock 4>,
+                         <&hwspinlock 5>,
+                         <&hwspinlock 6>,
+                         <&hwspinlock 7>,
+                         <&hwspinlock 8>,
+                         <&hwspinlock 9>;
+       };
+
+       sr0 {
+               compatible = "generic-uio";
+               reg = <0xbfd00000 0x100000>;
+       };
 };
 
 &reserved_mem {
@@ -51,8 +70,8 @@
                status = "okay";
        };
 
-       dsp1_sr0: dsp1_sr0@bfd00000 {
-               reg = <0xbfd00000 0x100000>;
+       dsp1_sr0: dsp1_sr0@bfb00000 {
+               reg = <0xbfb00000 0x100000>;
                no-map;
                status = "okay";
        };
 &i2c4 {
        status = "okay";
        clock-frequency = <400000>;
+
+       pcf_jamr3_21: pcf8575@21 {
+               compatible = "nxp,pcf8575";
+               reg = <0x21>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
 };
 
 &mcasp2 {
                DVDD-supply = <&aic_dvdd>;
        };
 
-       tvp5158@58 {
+       tvp_5158: tvp5158@58 {
                compatible= "ti,tvp5158";
                reg = <0x58>;
 
-               gpios = <&pcf_hdmi 3 0>,
-                               <&pcf_gpio_21 8 0>;
                port {
                        tvp_decoder: endpoint@0 {
-                               /* No properties for BT656 */
+                               pclk-sample = <0>;
+                               channels = <0 2 4 6>;
                        };
                };
        };
 };
 
-&vin1a {
+&video_in {
        endpoint {
                slave-mode;
                remote-endpoint = <&tvp_decoder>;