Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / arch / arm64 / boot / dts / mediatek / mt8173-evb.dts
index 7453a47..2a7f731 100644 (file)
                gpio = <&pio 130 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
+
+       connector {
+               compatible = "hdmi-connector";
+               label = "hdmi";
+               type = "d";
+
+               port {
+                       hdmi_connector_in: endpoint {
+                               remote-endpoint = <&hdmi0_out>;
+                       };
+               };
+       };
+};
+
+&cec {
+       status = "okay";
+};
+
+&dpi0 {
+       status = "okay";
+};
+
+&hdmi_phy {
+       status = "okay";
+};
+
+&hdmi0 {
+       status = "okay";
+
+       ports {
+               port@1 {
+                       reg = <1>;
+
+                       hdmi0_out: endpoint {
+                               remote-endpoint = <&hdmi_connector_in>;
+                       };
+               };
+       };
 };
 
 &i2c1 {