From: Niklas Söderlund <[email protected]>

Add the DU device to r8a77970.dtsi in a disabled state.

Signed-off-by: Niklas Söderlund <[email protected]>
---
 arch/arm64/boot/dts/renesas/r8a77970.dtsi | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77970.dtsi 
b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
index 8419576dab50f460..e1d8aa0fbc1e4f90 100644
--- a/arch/arm64/boot/dts/renesas/r8a77970.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
@@ -632,6 +632,33 @@
                        resets = <&cpg 603>;
                        iommus = <&ipmmu_vi0 8>;
                };
+
+               du: display@feb00000 {
+                       compatible = "renesas,du-r8a77970";
+                       reg = <0 0xfeb00000 0 0x70000>;
+                       interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 724>;
+                       clock-names = "du.0";
+                       status = "disabled";
+
+                       vsps = <&vspd0>;
+
+                       ports {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+
+                               port@0 {
+                                       reg = <0>;
+                                       du_out_rgb: endpoint {
+                                       };
+                               };
+                               port@1 {
+                                       reg = <1>;
+                                       du_out_lvds0: endpoint {
+                                       };
+                               };
+                       };
+               };
        };
 
        timer {
-- 
2.16.1

Reply via email to