On 30/01/2024 21:40, Henrik Grimler wrote: > Sort all node properties according to dts coding style guidelines, to > make dtsi easier to follow. > > Signed-off-by: Henrik Grimler <henrik@xxxxxxxxxx> > --- > .../dts/samsung/exynos5420-galaxy-tab-common.dtsi | 23 +++++++++++----------- > 1 file changed, 11 insertions(+), 12 deletions(-) > > diff --git a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > index f525b2f5e4e0..0c1aeafc025b 100644 > --- a/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > +++ b/arch/arm/boot/dts/samsung/exynos5420-galaxy-tab-common.dtsi > @@ -103,8 +103,8 @@ &cpu4 { > }; > > &gpu { > - status = "okay"; > mali-supply = <&buck4_reg>; > + status = "okay"; Such changes should come from a tool, but since we do not have them, I don't want to bother with properties re-shuffling. Best regards, Krzysztof