[PATCH v2 1/2] arm64: dts: exynos5433: Re-order nodes to match coding style
From: Krzysztof Kozlowski
Date: Wed Sep 16 2026 - 14:31:14 EST
Re-order a few nodes to match coding style - ordering by the name, as
pointed out by dt-check-style, e.g.:
gs101.dtsi:476: [child-name-order] child node 'ect' out of name order
gs101.dtsi:479: [child-name-order] child node 'clock-1' out of name order
While moving the lines, move also linux,code to the end to follow convention.
This is not complete re-ordering of all nodes and children of "soc" node
are left as is.
Reviewed-by: Peter Griffin <peter.griffin@xxxxxxxxxx>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
.../boot/dts/exynos/exynos5433-tm2-common.dtsi | 28 +++++++++++-----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
index 0ad02a098765..a85afdde9c41 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
@@ -56,6 +56,13 @@ memory@20000000 {
gpio-keys {
compatible = "gpio-keys";
+ homepage-key {
+ gpios = <&gpa0 3 GPIO_ACTIVE_LOW>;
+ label = "homepage key";
+ debounce-interval = <10>;
+ linux,code = <KEY_MENU>;
+ };
+
power-key {
gpios = <&gpa2 7 GPIO_ACTIVE_LOW>;
linux,code = <KEY_POWER>;
@@ -76,13 +83,6 @@ volume-down-key {
label = "volume-down key";
debounce-interval = <10>;
};
-
- homepage-key {
- gpios = <&gpa0 3 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_MENU>;
- label = "homepage key";
- debounce-interval = <10>;
- };
};
i2c_max98504: i2c-13 {
@@ -103,13 +103,6 @@ max98504: amplifier@31 {
};
};
- vph_pwr_regulator: regulator-vph-pwr {
- compatible = "regulator-fixed";
- regulator-name = "VPH_PWR";
- regulator-min-microvolt = <4200000>;
- regulator-max-microvolt = <4200000>;
- };
-
irda_regulator: regulator-irda {
compatible = "regulator-fixed";
enable-active-high;
@@ -117,6 +110,13 @@ irda_regulator: regulator-irda {
regulator-name = "irda_regulator";
};
+ vph_pwr_regulator: regulator-vph-pwr {
+ compatible = "regulator-fixed";
+ regulator-name = "VPH_PWR";
+ regulator-min-microvolt = <4200000>;
+ regulator-max-microvolt = <4200000>;
+ };
+
sound {
compatible = "samsung,tm2-audio";
audio-codec = <&wm5110>, <&hdmi>;
--
2.53.0