Hi Arinc, On Thu, Mar 10, 2022 at 12:41 PM Arınç ÜNAL <arinc.unal@xxxxxxxxxx> wrote: > > Fix LED and pinctrl definitions on the GB-PC1 devicetree. Refer to the > schematics of the device for more information. > > LED fixes: > - Change GPIO6 LED label from system to power as GPIO6 is connected to > PLED. > - Add default-on default-trigger to power LED. > - Change GPIO8 LED label from status to system as GPIO8 is connected to > SYS_LED. > - Add disk-activity default-trigger to system LED. > - Switch to the color:function naming scheme. > - Remove lan1 and lan2 LEDs as they don't exist. > > Pinctrl fixes: > - Claim state_default node under pinctrl node. > - Change pinctrl0 node name to state-default. > - Change gpio node name to gpio-pinmux to respect > Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinmux.yaml. > - Sort pin groups alphabetically. > > Misc fixes: > - Fix formatting. > > Link: https://github.com/ngiger/GnuBee_Docs/blob/master/GB-PCx/Documents/GB-PC1_V1.0_Schematic.pdf > Signed-off-by: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > --- > drivers/staging/mt7621-dts/gbpc1.dts | 31 ++++++++++++---------------- > 1 file changed, 13 insertions(+), 18 deletions(-) Don't know if this needs to be splitted into separate patches, that's up to Greg, but FWIW: Tested-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> Thanks, Sergio Paracuellos