arm64: dts: qcom: sc8280xp: Set status = "reserved" on PSHOLD
On most devices, TZ seems to be blocking access to the PSHOLD reboot
register. This seems to be TZ, as even kicking the hypervisor doesn't
seem to make it writable.
Fixes: 865ff2e6f5 ("arm64: dts: qcom: sc8280xp: Add PS_HOLD restart")
Reported-by: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Steev Klimaszewski <steev@kali.org>
Link: https://lore.kernel.org/r/20240510-topic-8280_off-v1-1-bcc70cda449e@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
50b0516030
commit
8a1fd54d00
@@ -4623,6 +4623,8 @@
|
||||
restart@c264000 {
|
||||
compatible = "qcom,pshold";
|
||||
reg = <0 0x0c264000 0 0x4>;
|
||||
/* TZ seems to block access */
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
tsens1: thermal-sensor@c265000 {
|
||||
|
||||
Reference in New Issue
Block a user