Messages in this thread Patch in this message |  | | From | "Derald D. Woods" <> | Subject | [PATCH v2 4/4] ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references | Date | Mon, 11 Sep 2017 22:46:59 -0500 |
| |
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
|  |