[PATCH 06/10] arm64: dts: exynos2200-g0s: Re-order properties to match coding style

From: Krzysztof Kozlowski

Date: Fri Sep 11 2026 - 06:24:20 EST


Re-order a few properties to match coding style, as pointed out by
dt-check-style, e.g.:

exynos2200-g0s.dts:72: [property-order] property 'ranges' out of canonical order (should sort before '#size-cells')

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/exynos/exynos2200-g0s.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos2200-g0s.dts b/arch/arm64/boot/dts/exynos/exynos2200-g0s.dts
index 3687bbaadce7..30772bf77252 100644
--- a/arch/arm64/boot/dts/exynos/exynos2200-g0s.dts
+++ b/arch/arm64/boot/dts/exynos/exynos2200-g0s.dts
@@ -48,9 +48,9 @@ gpio-keys {

volup-key {
label = "Volume Up";
- linux,code = <KEY_VOLUMEUP>;
gpios = <&gpa3 0 GPIO_ACTIVE_LOW>;
wakeup-source;
+ linux,code = <KEY_VOLUMEUP>;
};
};

@@ -67,9 +67,9 @@ reg_dummy: regulator-0 {
};

reserved-memory {
+ ranges;
#address-cells = <2>;
#size-cells = <2>;
- ranges;

cont_splash_mem: framebuffer@f6200000 {
reg = <0x0 0xf6200000 0x0 (1080 * 2340 * 4)>;

--
2.53.0