diff options
author | Bjorn Andersson <[email protected]> | 2021-03-11 19:42:18 -0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-08-05 10:27:33 -0500 |
commit | 67146f0738801d06635942b6faca6dcaafb5e63b (patch) | |
tree | 5cae5a1c048963d3532def42145faf963a03793a | |
parent | 437cdef515e29427df9c0d7e5b44b04dd17c3ff8 (diff) |
arm64: dts: qcom: sm8350: Add wakeup-parent to tlmm
Now that TLMM has the wakeup table, specify the Power Domain Controller
to be the wakeup-parent of TLMM.
Reviewed-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index a631d58166b1..059cfdad7c19 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -801,6 +801,7 @@ interrupt-controller; #interrupt-cells = <2>; gpio-ranges = <&tlmm 0 0 204>; + wakeup-parent = <&pdc>; qup_uart3_default_state: qup-uart3-default-state { rx { |