Skip to content

Commit ee55ccc

Browse files
committed
arm64: dts: apple: Disable ps_isp_sys unless it is used
Seems to be fuxed off on t602x devices without camera and causes annoying kernel log splat. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent f02c03c commit ee55ccc

5 files changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/isp-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@
4141
&isp_dart2 {
4242
status = "okay";
4343
};
44+
45+
&ps_isp_sys {
46+
status = "okay";
47+
};

arch/arm64/boot/dts/apple/t600x-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@
13701370
#reset-cells = <0>;
13711371
label = DIE_LABEL(isp_sys);
13721372
power-domains = <&DIE_NODE(ps_afnc2_lw1)>;
1373+
status = "disabled";
13731374
};
13741375

13751376
DIE_NODE(ps_venc_sys): power-controller@3b0 {

arch/arm64/boot/dts/apple/t602x-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@
12301230
#reset-cells = <0>;
12311231
label = DIE_LABEL(isp_sys);
12321232
power-domains = <&DIE_NODE(ps_afnc2_lw1)>;
1233+
status = "disabled";
12331234
};
12341235

12351236
DIE_NODE(ps_disp0_fe): power-controller@1d0 {

arch/arm64/boot/dts/apple/t8103-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@
812812
#reset-cells = <0>;
813813
label = "isp_sys";
814814
power-domains = <&ps_rmx>;
815+
status = "disabled";
815816
};
816817

817818
ps_venc_sys: power-controller@408 {

arch/arm64/boot/dts/apple/t8112-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@
821821
#reset-cells = <0>;
822822
label = "isp_sys";
823823
power-domains = <&ps_rmx1>;
824+
status = "disabled";
824825
};
825826

826827
ps_venc_sys: power-controller@440 {

0 commit comments

Comments
 (0)