summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-05-17 10:18:14 +0300
committerShawn Guo <shawnguo@kernel.org>2022-06-19 04:41:35 +0300
commit4c2f2775abce79bfdf34c6d6f9329493d2c96981 (patch)
tree5faebd934efec92e6820d26d3514c803a6414320 /arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts
parent71b81f1cac29297769ec81fe29a3fcc40bc2c31c (diff)
downloadlinux-4c2f2775abce79bfdf34c6d6f9329493d2c96981.tar.xz
ARM: dts: imx6: skov: add pwm-regulator to control the panel's VCOM
Skov's i.MX6 based boards come in different flavors which have different panels attached. For optimal contrast experience each panel type needs an individual common voltage (VCOM) to drive its TFT backplane. The latter is generated by an LCD bias supply IC controlled by a pwm as input signal. Introduce a pwm- regulator to describe this hardware property and parameterize it appropriately for the different boards. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts b/arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts
index 7f1f19b74bfa..a3f247c722b4 100644
--- a/arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts
+++ b/arch/arm/boot/dts/imx6q-skov-reve-mi1010ait-1cp1.dts
@@ -125,3 +125,9 @@
>;
};
};
+
+&reg_tft_vcom {
+ regulator-min-microvolt = <3160000>;
+ regulator-max-microvolt = <3160000>;
+ voltage-table = <3160000 73>;
+};