Message ID | 20210312034218.3324410-2-bjorn.andersson@linaro.org |
---|---|
State | Accepted |
Commit | 67146f0738801d06635942b6faca6dcaafb5e63b |
Headers | show |
Series | [1/2] pinctrl: qcom: sm8350: add GPIO wakeup interrupt map | expand |
On 11-03-21, 19:42, Bjorn Andersson wrote: > Now that TLMM has the wakeup table, specify the Power Domain Controller > to be the wakeup-parent of TLMM. Reviewed-by: Vinod Koul <vkoul@kernel.org>
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 2c02f451379b..d6295212acf7 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -642,6 +642,7 @@ tlmm: pinctrl@f100000 { interrupt-controller; #interrupt-cells = <2>; gpio-ranges = <&tlmm 0 0 203>; + wakeup-parent = <&pdc>; qup_uart3_default_state: qup-uart3-default-state { rx {
Now that TLMM has the wakeup table, specify the Power Domain Controller to be the wakeup-parent of TLMM. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 1 + 1 file changed, 1 insertion(+)