diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-26 13:05:21 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-03 12:25:20 +0800 |
commit | 2f7d353c8b10b3cbca30065f9ee8a6c4ad954f70 (patch) | |
tree | 43b4cbebc8793490a01708cff2385a0220a55521 | |
parent | ec16e9bc7b0929ad1b8bd5a64013ac5c38115f38 (diff) |
ARM: dts: imx51-babbage: Add MC13892 ADC support
The MC13892 Analog-to-Digital input pins (ADIN5-7) are exposed on the
imx51-babbage board.
Pass the "fsl,mc13xxx-uses-adc" property so that the MC13892 ADC
block can work.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx51-babbage.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index ba60b0cb3cc1..35ee1b4247c3 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts @@ -204,6 +204,7 @@ reg = <0>; interrupt-parent = <&gpio1>; interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; + fsl,mc13xxx-uses-adc; fsl,mc13xxx-uses-rtc; regulators { |