Merge branch 'omap-for-v5.6/ti-sysc-dt-cam' into omap-for-v5.6/dt
authorTony Lindgren <tony@atomide.com>
Thu, 23 Jan 2020 17:59:29 +0000 (09:59 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Jan 2020 17:59:29 +0000 (09:59 -0800)
1  2 
arch/arm/boot/dts/dra76-evm.dts

index 86a3e79909a860da39e72fd643543f64fbc7f827,a17d4875bb2e0f290dde96a384936ab35b320f53..e958cb3d1b314b65f3d8fabc4548772a51697894
                regulator-max-microvolt = <1800000>;
        };
  
+       clk_ov5640_fixed: clock {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <24000000>;
+       };
++
 +      hdmi0: connector {
 +              compatible = "hdmi-connector";
 +              label = "hdmi";
 +
 +              type = "a";
 +
 +              port {
 +                      hdmi_connector_in: endpoint {
 +                              remote-endpoint = <&tpd12s015_out>;
 +                      };
 +              };
 +      };
 +
 +      tpd12s015: encoder {
 +              compatible = "ti,tpd12s015";
 +
 +              gpios = <&gpio7 30 GPIO_ACTIVE_HIGH>,   /* gpio7_30, CT CP HPD */
 +                      <&gpio7 31 GPIO_ACTIVE_HIGH>,   /* gpio7_31, LS OE */
 +                      <&gpio7 12 GPIO_ACTIVE_HIGH>;   /* gpio7_12/sp1_cs2, HPD */
 +
 +              ports {
 +                      #address-cells = <1>;
 +                      #size-cells = <0>;
 +
 +                      port@0 {
 +                              reg = <0>;
 +
 +                              tpd12s015_in: endpoint {
 +                                      remote-endpoint = <&hdmi_out>;
 +                              };
 +                      };
 +
 +                      port@1 {
 +                              reg = <1>;
 +
 +                              tpd12s015_out: endpoint {
 +                                      remote-endpoint = <&hdmi_connector_in>;
 +                              };
 +                      };
 +              };
 +      };
  };
  
  &i2c1 {