Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730644
| From | "Derald D. Woods" <woods.technical@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references |
| Date | 2017-09-12 05:50 +0200 |
| Message-ID | <uoKmZ-4gz-11@gated-at.bofh.it> (permalink) |
| References | <ulr7c-1md-3@gated-at.bofh.it> <uoKmZ-4gz-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This commit eliminates two dummy regulator assignments.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
---
arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/omap3-evm-processor-common.dtsi b/arch/arm/boot/dts/omap3-evm-processor-common.dtsi
index c1fb6ecd5aff..ce7f42f9448c 100644
--- a/arch/arm/boot/dts/omap3-evm-processor-common.dtsi
+++ b/arch/arm/boot/dts/omap3-evm-processor-common.dtsi
@@ -15,6 +15,8 @@
};
&dss {
+ vdds_dsi-supply = <&vpll2>;
+ vdda_video-supply = <&lcd_3v3>;
pinctrl-names = "default";
pinctrl-0 = <
&dss_dpi_pins1
--
2.14.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Update TMDSEVM3530 support for omap3-evm "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 05:50 +0200
[PATCH v2 3/4] ARM: dts: omap3: Fix Sharp LS037V7DW01 compatible string and envdd supply "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 05:50 +0200
Re: [PATCH v2 3/4] ARM: dts: omap3: Fix Sharp LS037V7DW01 compatible string and envdd supply Tony Lindgren <tony@atomide.com> - 2017-09-12 16:40 +0200
Re: [PATCH v2 3/4] ARM: dts: omap3: Fix Sharp LS037V7DW01 compatible string and envdd supply "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 19:40 +0200
[PATCH v2 2/4] ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 05:50 +0200
[PATCH v2 1/4] ARM: dts: omap3-evm-37xx: Add common processor module support "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 05:50 +0200
[PATCH v2 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-12 05:50 +0200
[PATCH v3 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-13 01:50 +0200
[PATCH v3 2/4] ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-13 01:50 +0200
[PATCH v3 1/4] ARM: dts: omap3-evm-37xx: Add common processor module support "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-13 01:50 +0200
[PATCH v3 0/4] Update TMDSEVM3530 support for omap3-evm "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-13 01:50 +0200
[PATCH v3 3/4] ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply "Derald D. Woods" <woods.technical@gmail.com> - 2017-09-13 01:50 +0200
csiph-web