Hi Geert, Thanks for your work. On 2021-04-30 15:10:51 +0200, Geert Uytterhoeven wrote: > Rename "sw2_pins" and "sw2" to "keyboard_pins" resp. "keyboard", to > comply with generic name recommendations. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > arch/arm/boot/dts/r8a7791-koelsch.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts > index 61e881bbbf6ee5aa..2a8b6fd9095cceba 100644 > --- a/arch/arm/boot/dts/r8a7791-koelsch.dts > +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts > @@ -81,7 +81,7 @@ lbsc { > keyboard { > compatible = "gpio-keys"; > > - pinctrl-0 = <&sw2_pins>; > + pinctrl-0 = <&keyboard_pins>; > pinctrl-names = "default"; > > key-1 { > @@ -622,7 +622,7 @@ sound_clk_pins: sound_clk { > function = "audio_clk"; > }; > > - sw2_pins: sw2 { > + keyboard_pins: keyboard { > pins = "GP_5_0", "GP_5_1", "GP_5_2", "GP_5_3"; > bias-pull-up; > }; > -- > 2.25.1 > -- Regards, Niklas Söderlund