Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / arch / arm / boot / dts / tegra20.dtsi
index 72a4211..6ce4981 100644 (file)
@@ -6,6 +6,8 @@
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/soc/tegra-pmc.h>
 
+#include "tegra20-peripherals-opp.dtsi"
+
 / {
        compatible = "nvidia,tegra20";
        interrupt-parent = <&lic>;
 
                        nvidia,head = <0>;
 
+                       interconnects = <&mc TEGRA20_MC_DISPLAY0A &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY0B &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY1B &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY0C &emc>,
+                                       <&mc TEGRA20_MC_DISPLAYHC &emc>;
+                       interconnect-names = "wina",
+                                            "winb",
+                                            "winb-vfilter",
+                                            "winc",
+                                            "cursor";
+
                        rgb {
                                status = "disabled";
                        };
 
                        nvidia,head = <1>;
 
+                       interconnects = <&mc TEGRA20_MC_DISPLAY0AB &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY0BB &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY1BB &emc>,
+                                       <&mc TEGRA20_MC_DISPLAY0CB &emc>,
+                                       <&mc TEGRA20_MC_DISPLAYHCB &emc>;
+                       interconnect-names = "wina",
+                                            "winb",
+                                            "winb-vfilter",
+                                            "winc",
+                                            "cursor";
+
                        rgb {
                                status = "disabled";
                        };
                interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
                #reset-cells = <1>;
                #iommu-cells = <0>;
+               #interconnect-cells = <1>;
        };
 
-       memory-controller@7000f400 {
+       emc: memory-controller@7000f400 {
                compatible = "nvidia,tegra20-emc";
-               reg = <0x7000f400 0x200>;
+               reg = <0x7000f400 0x400>;
                interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&tegra_car TEGRA20_CLK_EMC>;
                #address-cells = <1>;
                #size-cells = <0>;
+               #interconnect-cells = <0>;
+
+               operating-points-v2 = <&emc_icc_dvfs_opp_table>;
+               nvidia,memory-controller = <&mc>;
        };
 
        fuse@7000f800 {