Skip to content

Commit 22c7e1a

Browse files
Dominduchamiandersson
authored andcommitted
arm64: dts: msm8992-bullhead: add memory hole region
Add region for memory hole present on bullhead in order to fix a reboot issue on recent kernels Reported-by: Petr Vorel <[email protected]> Signed-off-by: Dominik Kobinski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Tested-by: Petr Vorel <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 721c0d6 commit 22c7e1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright (c) 2015, LGE Inc. All rights reserved.
44
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
55
* Copyright (c) 2021, Petr Vorel <[email protected]>
6+
* Copyright (c) 2022, Dominik Kobinski <[email protected]>
67
*/
78

89
/dts-v1/;
@@ -51,6 +52,11 @@
5152
reg = <0 0x03400000 0 0x1200000>;
5253
no-map;
5354
};
55+
56+
removed_region: reserved@5000000 {
57+
reg = <0 0x05000000 0 0x2200000>;
58+
no-map;
59+
};
5460
};
5561
};
5662

0 commit comments

Comments
 (0)