[PATCH 03/10] arm64: dts: exynos: gs101: Re-order properties to match coding style
From: Krzysztof Kozlowski
Date: Fri Sep 11 2026 - 06:39:39 EST
Re-order a few properties to match coding style, as pointed out by
dt-check-style, e.g.:
gs101.dtsi:178: [property-order] property 'compatible' out of canonical order (should sort before 'idle-state-name')
gs101.dtsi:530: [property-order] property 'ranges' out of canonical order (should sort before '#size-cells')
gs101.dtsi:1782: [property-order] property '#phy-cells' out of canonical order (should sort before 'samsung,pmu-syscon')
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
.../boot/dts/exynos/google/gs101-pixel-common.dtsi | 8 ++++----
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 24 +++++++++++-----------
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi b/arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi
index a12f2b88d72d..f14c62c8fec8 100644
--- a/arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi
+++ b/arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi
@@ -44,16 +44,16 @@ gpio-keys {
button-vol-down {
label = "KEY_VOLUMEDOWN";
- linux,code = <KEY_VOLUMEDOWN>;
gpios = <&gpa7 3 GPIO_ACTIVE_LOW>;
wakeup-source;
+ linux,code = <KEY_VOLUMEDOWN>;
};
button-vol-up {
label = "KEY_VOLUMEUP";
- linux,code = <KEY_VOLUMEUP>;
gpios = <&gpa8 1 GPIO_ACTIVE_LOW>;
wakeup-source;
+ linux,code = <KEY_VOLUMEUP>;
};
button-power {
@@ -109,8 +109,8 @@ &acpm_ipc {
pmic-1 {
compatible = "samsung,s2mpg10-pmic";
interrupts-extended = <&gpa0 6 IRQ_TYPE_LEVEL_LOW>;
- pinctrl-names = "default";
pinctrl-0 = <&pmic_int>;
+ pinctrl-names = "default";
system-power-controller;
wakeup-source;
@@ -429,8 +429,8 @@ ldo27m {
pmic-2 {
compatible = "samsung,s2mpg11-pmic";
interrupts-extended = <&gpa0 7 IRQ_TYPE_LEVEL_LOW>;
- pinctrl-names = "default";
pinctrl-0 = <&sub_pmic_int>;
+ pinctrl-names = "default";
wakeup-source;
vinl1s-supply = <&s2mpg10_buck8m>;
diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
index bfceea5486f4..1bf59eae9360 100644
--- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
+++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
@@ -174,33 +174,33 @@ idle-states {
entry-method = "psci";
ananke_cpu_sleep: cpu-ananke-sleep {
- idle-state-name = "c2";
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x0010000>;
+ idle-state-name = "c2";
local-timer-stop;
entry-latency-us = <70>;
exit-latency-us = <160>;
min-residency-us = <2000>;
+ arm,psci-suspend-param = <0x0010000>;
};
enyo_cpu_sleep: cpu-enyo-sleep {
- idle-state-name = "c2";
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x0010000>;
+ idle-state-name = "c2";
local-timer-stop;
entry-latency-us = <150>;
exit-latency-us = <190>;
min-residency-us = <2500>;
+ arm,psci-suspend-param = <0x0010000>;
};
hera_cpu_sleep: cpu-hera-sleep {
- idle-state-name = "c2";
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x0010000>;
+ idle-state-name = "c2";
local-timer-stop;
entry-latency-us = <235>;
exit-latency-us = <220>;
min-residency-us = <3500>;
+ arm,psci-suspend-param = <0x0010000>;
};
};
};
@@ -525,9 +525,9 @@ psci {
};
reserved_memory: reserved-memory {
+ ranges;
#address-cells = <2>;
#size-cells = <1>;
- ranges;
gsa_reserved_protected: gsa@90200000 {
reg = <0x0 0x90200000 0x400000>;
@@ -572,9 +572,9 @@ bldr_log_hist_reserved: bldr-log-hist-reserved@fd900000 {
soc: soc@0 {
compatible = "simple-bus";
+ ranges = <0x0 0x0 0x0 0x40000000>;
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0x0 0x0 0x0 0x40000000>;
efuse@10000000 {
compatible = "google,gs101-otp";
@@ -657,11 +657,11 @@ trng: rng@10141400 {
gic: interrupt-controller@10400000 {
compatible = "arm,gic-v3";
+ reg = <0x10400000 0x10000>, /* GICD */
+ <0x10440000 0x100000>;/* GICR * 8 */
#address-cells = <0>;
#interrupt-cells = <4>;
interrupt-controller;
- reg = <0x10400000 0x10000>, /* GICD */
- <0x10440000 0x100000>;/* GICR * 8 */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
ppi-partitions {
@@ -1778,10 +1778,10 @@ ufs_0_phy: phy@14704000 {
compatible = "google,gs101-ufs-phy";
reg = <0x14704000 0x3000>;
reg-names = "phy-pma";
- samsung,pmu-syscon = <&pmu_system_controller>;
#phy-cells = <0>;
clocks = <&ext_24_5m>;
clock-names = "ref_clk";
+ samsung,pmu-syscon = <&pmu_system_controller>;
status = "disabled";
};
@@ -1920,9 +1920,9 @@ cmu_top: clock-controller@1e080000 {
apm_sram: sram@2039000 {
compatible = "mmio-sram";
reg = <0x0 0x2039000 0x40000>;
+ ranges = <0x0 0x0 0x2039000 0x40000>;
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0x0 0x0 0x2039000 0x40000>;
};
timer {
--
2.53.0