Skip to content

Commit d206e6b

Browse files
anderssonbebarino
authored andcommitted
arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
As of v4.20-rc1 probing the GCC driver on a SDM845 device with the standard security implementation causes an access violation and an immediate system restart. Use the protected-clocks property to mark the offending clocks protected for the MTP, in order to allow it to boot. Cc: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Acked-by: Andy Gross <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 149964e commit d206e6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/qcom/sdm845-mtp.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,12 @@
343343
};
344344
};
345345

346+
&gcc {
347+
protected-clocks = <GCC_QSPI_CORE_CLK>,
348+
<GCC_QSPI_CORE_CLK_SRC>,
349+
<GCC_QSPI_CNOC_PERIPH_AHB_CLK>;
350+
};
351+
346352
&i2c10 {
347353
status = "okay";
348354
clock-frequency = <400000>;

0 commit comments

Comments
 (0)