Message ID | 1532621122-22013-1-git-send-email-fabio.estevam@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: dts: imx51-babbage: Add MC13892 ADC support | expand |
On Thu, Jul 26, 2018 at 01:05:21PM -0300, Fabio Estevam wrote: > 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> Applied both, thanks.
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index ba60b0c..35ee1b4 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 {
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> --- arch/arm/boot/dts/imx51-babbage.dts | 1 + 1 file changed, 1 insertion(+)