Skip to content

Commit d72be03

Browse files
thierryredingnvswarren
authored andcommitted
ARM: tegra: Add Tegra124 eDP support
The SOR block on Tegra124 can be used standalone to drive LVDS panels or used in conjunction with the DPAUX block to support eDP. Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Stephen Warren <[email protected]>
1 parent ad6be7d commit d72be03

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

arch/arm/boot/dts/tegra124.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,32 @@
4848

4949
nvidia,head = <1>;
5050
};
51+
52+
sor@54540000 {
53+
compatible = "nvidia,tegra124-sor";
54+
reg = <0x54540000 0x00040000>;
55+
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
56+
clocks = <&tegra_car TEGRA124_CLK_SOR0>,
57+
<&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
58+
<&tegra_car TEGRA124_CLK_PLL_DP>,
59+
<&tegra_car TEGRA124_CLK_CLK_M>;
60+
clock-names = "sor", "parent", "dp", "safe";
61+
resets = <&tegra_car 182>;
62+
reset-names = "sor";
63+
status = "disabled";
64+
};
65+
66+
dpaux@545c0000 {
67+
compatible = "nvidia,tegra124-dpaux";
68+
reg = <0x545c0000 0x00040000>;
69+
interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
70+
clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
71+
<&tegra_car TEGRA124_CLK_PLL_DP>;
72+
clock-names = "dpaux", "parent";
73+
resets = <&tegra_car 181>;
74+
reset-names = "dpaux";
75+
status = "disabled";
76+
};
5177
};
5278

5379
gic: interrupt-controller@50041000 {

0 commit comments

Comments
 (0)