Skip to content

Commit 9d1fc2e

Browse files
pevikandersson
authored andcommitted
arm64: dts: qcom: msm8992-bullhead: Remove PSCI
Bullhead firmware obviously doesn't support PSCI as it fails to boot with this definition. Fixes: 329e16d ("arm64: dts: qcom: msm8992: Add PSCI support.") Signed-off-by: Petr Vorel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9a253bb commit 9d1fc2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/* Copyright (c) 2015, LGE Inc. All rights reserved.
33
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
4+
* Copyright (c) 2021, Petr Vorel <[email protected]>
45
*/
56

67
/dts-v1/;
@@ -17,6 +18,9 @@
1718
qcom,board-id = <0xb64 0>;
1819
qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
1920

21+
/* Bullhead firmware doesn't support PSCI */
22+
/delete-node/ psci;
23+
2024
aliases {
2125
serial0 = &blsp1_uart2;
2226
};

0 commit comments

Comments
 (0)