Skip to content

Commit

Permalink
ARM: dts: imx53-ppd: use PMIC's TSI pins in adc mode
Browse files Browse the repository at this point in the history
PPD uses the PMIC's TSI pins in general purpose ADC mode.

Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
sre authored and Shawn Guo committed Feb 12, 2018
1 parent 68b09c8 commit 1022c48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx53-ppd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
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>;
Expand Down Expand Up @@ -294,6 +302,8 @@
interrupt-parent = <&gpio3>;
interrupts = <12 0x8>;
spi-max-frequency = <1000000>;
dlg,tsi-as-adc;
tsiref-supply = <&reg_tsiref>;

regulators {
buck1_reg: buck1 {
Expand Down

0 comments on commit 1022c48

Please sign in to comment.