projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee1e9f
)
ARM: tegra: Add HDMI supplies on Nyan boards
author
Thierry Reding
<treding@nvidia.com>
Thu, 25 Jun 2020 11:38:59 +0000
(13:38 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 15 Jul 2020 09:56:00 +0000
(11:56 +0200)
The SOR controller needs the AVDD I/O and VDD HDMI PLL supplies in order
to operate correctly. Make sure to specify them for Nyan boards.
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-nyan.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra124-nyan.dtsi
b/arch/arm/boot/dts/tegra124-nyan.dtsi
index
06e133a
..
5f71add
100644
(file)
--- a/
arch/arm/boot/dts/tegra124-nyan.dtsi
+++ b/
arch/arm/boot/dts/tegra124-nyan.dtsi
@@
-48,6
+48,9
@@
sor@54540000 {
status = "okay";
+ avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
+ vdd-hdmi-dp-pll-supply = <&vdd_hdmi_pll>;
+
nvidia,dpaux = <&dpaux>;
nvidia,panel = <&panel>;
};