qcom: ipq4019: add support for reset via qcom,ps-hold

This will allow these types of boards to be rebooted.

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Matthew McClintock 2016-03-23 17:05:06 -05:00 committed by Andy Gross
parent 40057afdc2
commit 8196dd5e5c

View File

@ -179,5 +179,10 @@
timeout-sec = <10>;
status = "disabled";
};
restart@4ab000 {
compatible = "qcom,pshold";
reg = <0x4ab000 0x4>;
};
};
};