]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95: correct a55 power-domains
authorPeng Fan <peng.fan@nxp.com>
Mon, 29 Jul 2024 06:41:11 +0000 (14:41 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 02:52:21 +0000 (10:52 +0800)
The A55 power domains is for SCMI performance usage, so for device power
on/off. Correct the power-domains entry to use scmi_perf not scmi_devpd.

Fixes: 5e3cbb8e4256 ("arm64: dts: freescale: add i.MX95 basic dtsi")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi

index 1bbf9a0468f695bc5b2bf88212c7a8b2f7dad847..3499d4eb2496134c2f0bd7120894c87dd4efb0d9 100644 (file)
@@ -27,7 +27,7 @@
                        reg = <0x0>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        i-cache-size = <32768>;
                        i-cache-line-size = <64>;
@@ -44,7 +44,7 @@
                        reg = <0x100>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        i-cache-size = <32768>;
                        i-cache-line-size = <64>;
@@ -61,7 +61,7 @@
                        reg = <0x200>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        i-cache-size = <32768>;
                        i-cache-line-size = <64>;
@@ -78,7 +78,7 @@
                        reg = <0x300>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        i-cache-size = <32768>;
                        i-cache-line-size = <64>;
@@ -93,7 +93,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a55";
                        reg = <0x400>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        enable-method = "psci";
                        #cooling-cells = <2>;
                        device_type = "cpu";
                        compatible = "arm,cortex-a55";
                        reg = <0x500>;
-                       power-domains = <&scmi_devpd IMX95_PERF_A55>;
+                       power-domains = <&scmi_perf IMX95_PERF_A55>;
                        power-domain-names = "perf";
                        enable-method = "psci";
                        #cooling-cells = <2>;