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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: rzg2ul-smarc-som: Enable ADC on SMARC platform

Enable the ADC found on RZ/G2UL SMARC SoM.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220608173025.22792-3-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
52271d32 ea25b183

+12
+12
arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi
··· 57 57 #endif 58 58 }; 59 59 60 + #if (SW_SW0_DEV_SEL) 61 + &adc { 62 + pinctrl-0 = <&adc_pins>; 63 + pinctrl-names = "default"; 64 + status = "okay"; 65 + }; 66 + #endif 67 + 60 68 #if (!SW_ET0_EN_N) 61 69 &eth0 { 62 70 pinctrl-0 = <&eth0_pins>; ··· 132 124 }; 133 125 134 126 &pinctrl { 127 + adc_pins: adc { 128 + pinmux = <RZG2L_PORT_PINMUX(6, 2, 1)>; /* ADC_TRG */ 129 + }; 130 + 135 131 eth0_pins: eth0 { 136 132 pinmux = <RZG2L_PORT_PINMUX(4, 5, 1)>, /* ET0_LINKSTA */ 137 133 <RZG2L_PORT_PINMUX(4, 3, 1)>, /* ET0_MDC */