Skip to content

Commit 915d9d9

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx95: correct a55 power-domains
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: 5e3cbb8 ("arm64: dts: freescale: add i.MX95 basic dtsi") Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5f0a894 commit 915d9d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
reg = <0x0>;
2828
enable-method = "psci";
2929
#cooling-cells = <2>;
30-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
30+
power-domains = <&scmi_perf IMX95_PERF_A55>;
3131
power-domain-names = "perf";
3232
i-cache-size = <32768>;
3333
i-cache-line-size = <64>;
@@ -44,7 +44,7 @@
4444
reg = <0x100>;
4545
enable-method = "psci";
4646
#cooling-cells = <2>;
47-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
47+
power-domains = <&scmi_perf IMX95_PERF_A55>;
4848
power-domain-names = "perf";
4949
i-cache-size = <32768>;
5050
i-cache-line-size = <64>;
@@ -61,7 +61,7 @@
6161
reg = <0x200>;
6262
enable-method = "psci";
6363
#cooling-cells = <2>;
64-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
64+
power-domains = <&scmi_perf IMX95_PERF_A55>;
6565
power-domain-names = "perf";
6666
i-cache-size = <32768>;
6767
i-cache-line-size = <64>;
@@ -78,7 +78,7 @@
7878
reg = <0x300>;
7979
enable-method = "psci";
8080
#cooling-cells = <2>;
81-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
81+
power-domains = <&scmi_perf IMX95_PERF_A55>;
8282
power-domain-names = "perf";
8383
i-cache-size = <32768>;
8484
i-cache-line-size = <64>;
@@ -93,7 +93,7 @@
9393
device_type = "cpu";
9494
compatible = "arm,cortex-a55";
9595
reg = <0x400>;
96-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
96+
power-domains = <&scmi_perf IMX95_PERF_A55>;
9797
power-domain-names = "perf";
9898
enable-method = "psci";
9999
#cooling-cells = <2>;
@@ -110,7 +110,7 @@
110110
device_type = "cpu";
111111
compatible = "arm,cortex-a55";
112112
reg = <0x500>;
113-
power-domains = <&scmi_devpd IMX95_PERF_A55>;
113+
power-domains = <&scmi_perf IMX95_PERF_A55>;
114114
power-domain-names = "perf";
115115
enable-method = "psci";
116116
#cooling-cells = <2>;

0 commit comments

Comments
 (0)