diff options
author | 2020-06-11 19:02:50 +0200 | |
---|---|---|
committer | 2020-06-23 18:16:19 +0200 | |
commit | da2ebcfd9a0157baa9347869ff378618a5b4bb45 (patch) | |
tree | fbd1a207f0626b4f45c2d93735e46b5c5a9bd080 | |
parent | ARM: tegra: Remove battery-name property (diff) | |
download | linux-dev-da2ebcfd9a0157baa9347869ff378618a5b4bb45.tar.xz linux-dev-da2ebcfd9a0157baa9347869ff378618a5b4bb45.zip |
ARM: tegra: roth: Use the correct DSI/CSI supply
The correct DSI/CSI supply property is called vdd-dsi-csi-supply, so use
that instead of the wrong vdd-supply property.
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra114-roth.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts index 5249afdca577..7378b5d6f2fa 100644 --- a/arch/arm/boot/dts/tegra114-roth.dts +++ b/arch/arm/boot/dts/tegra114-roth.dts @@ -37,7 +37,7 @@ dsi@54300000 { status = "okay"; - vdd-supply = <&vdd_1v2_ap>; + avdd-dsi-csi-supply = <&vdd_1v2_ap>; panel@0 { compatible = "lg,lh500wx1-sd03"; |