]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - src/arm64/renesas/draak.dtsi
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / renesas / draak.dtsi
index ef3bb835d5c0512758fc46fd51e83755ab7a9403..6f133f54ded54efb0bc53575db98eeaaff5c18f6 100644 (file)
                                 * CVBS and HDMI inputs through SW[49-53]
                                 * switches.
                                 *
-                                * CVBS is the default selection, link it to
-                                * VIN4 here.
+                                * HDMI is the default selection, leave CVBS
+                                * not connected here.
                                 */
-                               adv7180_out: endpoint {
-                                       remote-endpoint = <&vin4_in>;
-                               };
                        };
                };
 
                interrupt-parent = <&gpio1>;
                interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
 
+               avdd-supply = <&reg_1p8v>;
+               dvdd-supply = <&reg_1p8v>;
+               pvdd-supply = <&reg_1p8v>;
+               dvdd-3v-supply = <&reg_3p3v>;
+               bgvdd-supply = <&reg_1p8v>;
+
                adi,input-depth = <8>;
                adi,input-colorspace = "rgb";
                adi,input-clock = "1x";
                                 * CVBS and HDMI inputs through SW[49-53]
                                 * switches.
                                 *
-                                * CVBS is the default selection, leave HDMI
-                                * not connected here.
+                                * HDMI is the default selection, link it to
+                                * VIN4 here.
                                 */
                                adv7612_out: endpoint {
-                                       pclk-sample = <0>;
-                                       hsync-active = <0>;
-                                       vsync-active = <0>;
+                                       remote-endpoint = <&vin4_in>;
                                };
                        };
                };
                function = "usb0";
        };
 
-       vin4_pins_cvbs: vin4 {
-               groups = "vin4_data8", "vin4_sync", "vin4_clk";
+       vin4_pins: vin4 {
+               groups = "vin4_data24", "vin4_sync", "vin4_clk";
                function = "vin4";
        };
 };
 };
 
 &vin4 {
-       pinctrl-0 = <&vin4_pins_cvbs>;
+       pinctrl-0 = <&vin4_pins>;
        pinctrl-names = "default";
 
        status = "okay";
        ports {
                port {
                        vin4_in: endpoint {
-                               remote-endpoint = <&adv7180_out>;
+                               pclk-sample = <0>;
+                               hsync-active = <0>;
+                               vsync-active = <0>;
+                               remote-endpoint = <&adv7612_out>;
                        };
                };
        };