Add reboot mode entry for MSM8996 platform. Signed-off-by: Xiaogang Cui <xiaogang@xxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/pm8994.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pm8994.dtsi b/arch/arm64/boot/dts/qcom/pm8994.dtsi index 1222d2e..c9b14ab 100644 --- a/arch/arm64/boot/dts/qcom/pm8994.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8994.dtsi @@ -51,6 +51,14 @@ <0 0xa6 0 IRQ_TYPE_NONE>, <0 0xa7 0 IRQ_TYPE_NONE>; }; + + qcom,reboot-mode@88f { + compatible = "qcom,reboot-mode"; + offset = <0x88f>; + mode-normal = <0x00>; + mode-recovery = <0x04>; + mode-bootloader = <0x08>; + }; }; pmic@1 { -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html