Skip to content

Commit 994bc24

Browse files
committed
arm64: dts: apple: Drop pmp aliases
At least on t6001-j314c pmp crashed the exiting suspend. Revert this commit for testing. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent dda2443 commit 994bc24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
aliases {
1515
gpu = &gpu;
16-
pmp = &pmp;
16+
// pmp = &pmp;
1717
};
1818

1919
cpus {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
aliases {
1515
gpu = &gpu;
16-
pmp = &pmp;
16+
// pmp = &pmp;
1717
};
1818

1919
cpus {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
aliases {
2424
gpu = &gpu;
25-
pmp = &pmp;
25+
// pmp = &pmp;
2626
};
2727

2828
cpus {

0 commit comments

Comments
 (0)