On Sun, 2023-07-02 at 20:51 +0200, Krzysztof Kozlowski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > The DTS code coding style expects exactly one space before and after '=' > sign. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > arch/arm/boot/dts/microchip/lan966x-pcb8290.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/microchip/lan966x-pcb8290.dts > b/arch/arm/boot/dts/microchip/lan966x-pcb8290.dts > index 8804e8ba5370..3b7577e48b46 100644 > --- a/arch/arm/boot/dts/microchip/lan966x-pcb8290.dts > +++ b/arch/arm/boot/dts/microchip/lan966x-pcb8290.dts > @@ -28,7 +28,7 @@ &aes { > &gpio { > miim_a_pins: mdio-pins { > /* MDC, MDIO */ > - pins = "GPIO_28", "GPIO_29"; > + pins = "GPIO_28", "GPIO_29"; > function = "miim_a"; > }; > > -- > 2.34.1 > Reviewed-by: Steen Hegelund <Steen.Hegelund@xxxxxxxxxxxxx> BR Steen