Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: Add R_LRADC support for A83T

Allwinner A83T SoC has a low res adc like the one in Allwinner A10 SoC.
Now the driver has been modified to support it.

Add support for it.

Signed-off-by: Ziping Chen <techping.chan@gmail.com>
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

authored by

Ziping Chen and committed by
Maxime Ripard
d6212ce3 dccd30ea

+7
+7
arch/arm/boot/dts/sun8i-a83t.dtsi
··· 1075 1075 status = "disabled"; 1076 1076 }; 1077 1077 1078 + r_lradc: lradc@1f03c00 { 1079 + compatible = "allwinner,sun8i-a83t-r-lradc"; 1080 + reg = <0x01f03c00 0x100>; 1081 + interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; 1082 + status = "disabled"; 1083 + }; 1084 + 1078 1085 r_pio: pinctrl@1f02c00 { 1079 1086 compatible = "allwinner,sun8i-a83t-r-pinctrl"; 1080 1087 reg = <0x01f02c00 0x400>;