ARM: dts: imx53-ppd: use PMIC's TSI pins in adc mode

PPD uses the PMIC's TSI pins in general purpose ADC mode.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Sebastian Reichel 2018-01-15 15:28:20 +01:00 committed by Shawn Guo
parent 68b09c8641
commit 1022c489a7
1 changed files with 10 additions and 0 deletions

View File

@ -132,6 +132,14 @@ reg_usbh3_vbus: regulator-usbh3-vbus {
enable-active-high;
};
reg_tsiref: regulator-tsiref {
compatible = "regulator-fixed";
regulator-name = "tsiref";
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
regulator-always-on;
};
pwm_bl: backlight {
compatible = "pwm-backlight";
pwms = <&pwm2 0 50000>;
@ -294,6 +302,8 @@ da9053@0 {
interrupt-parent = <&gpio3>;
interrupts = <12 0x8>;
spi-max-frequency = <1000000>;
dlg,tsi-as-adc;
tsiref-supply = <&reg_tsiref>;
regulators {
buck1_reg: buck1 {