Skip to content

Commit f0abb4b

Browse files
Iskander Amarammind
authored andcommitted
arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
Nodes overridden by their reference should be ordered alphabetically to make it easier to read the DTS. pinctrl node is defined in the wrong location so let's reorder it. Signed-off-by: Iskander Amara <iskander.amara@theobroma-systems.com> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20240308085243.69903-2-iskander.amara@theobroma-systems.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0ac417b commit f0abb4b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -416,15 +416,6 @@
416416
gpio1830-supply = <&vcc_1v8>;
417417
};
418418

419-
&pmu_io_domains {
420-
status = "okay";
421-
pmu1830-supply = <&vcc_1v8>;
422-
};
423-
424-
&pwm2 {
425-
status = "okay";
426-
};
427-
428419
&pinctrl {
429420
pinctrl-names = "default";
430421
pinctrl-0 = <&q7_thermal_pin>;
@@ -473,6 +464,15 @@
473464
};
474465
};
475466

467+
&pmu_io_domains {
468+
status = "okay";
469+
pmu1830-supply = <&vcc_1v8>;
470+
};
471+
472+
&pwm2 {
473+
status = "okay";
474+
};
475+
476476
&sdhci {
477477
/*
478478
* Signal integrity isn't great at 200MHz but 100MHz has proven stable

0 commit comments

Comments
 (0)