Skip to content

Commit abbf127

Browse files
Wolfram Sanggeertu
authored andcommitted
ARM: dts: renesas: r9a06g032-rzn1d400-db: Add pinmux for the CPLD
The CPLD has no dedicated driver, so apply the pinmux settings with the pinmux driver instead. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 8ffec7d commit abbf127

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@
170170
};
171171

172172
&pinctrl {
173+
pinctrl-names = "default";
174+
pinctrl-0 = <&pins_cpld>;
175+
173176
pins_can0: pins_can0 {
174177
pinmux = <RZN1_PINMUX(162, RZN1_FUNC_CAN)>, /* CAN0_TXD */
175178
<RZN1_PINMUX(163, RZN1_FUNC_CAN)>; /* CAN0_RXD */
@@ -182,6 +185,13 @@
182185
drive-strength = <6>;
183186
};
184187

188+
pins_cpld: pins-cpld {
189+
pinmux = <RZN1_PINMUX(119, RZN1_FUNC_USB)>,
190+
<RZN1_PINMUX(120, RZN1_FUNC_USB)>,
191+
<RZN1_PINMUX(121, RZN1_FUNC_USB)>,
192+
<RZN1_PINMUX(122, RZN1_FUNC_USB)>;
193+
};
194+
185195
pins_eth3: pins_eth3 {
186196
pinmux = <RZN1_PINMUX(36, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
187197
<RZN1_PINMUX(37, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,

0 commit comments

Comments
 (0)