* [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
@ 2026-07-02 18:44 Krishna Kurapati
2026-07-03 10:57 ` Konrad Dybcio
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krishna Kurapati @ 2026-07-02 18:44 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio, Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel, Krishna Kurapati
USB controller on Kaanapali SoC is capable of switching role betwen device
and host and also is a wakeup capable device. Add usb-role-switch and
wakeup-source properties to the controller node accordingly.
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/kaanapali.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
index 7aa9653bd456..c88c5745dcc1 100644
--- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi
+++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
@@ -3557,6 +3557,9 @@ &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
tx-fifo-resize;
dma-coherent;
+ usb-role-switch;
+ wakeup-source;
+
status = "disabled";
ports {
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
2026-07-02 18:44 [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller Krishna Kurapati
@ 2026-07-03 10:57 ` Konrad Dybcio
2026-07-03 23:51 ` Dmitry Baryshkov
2026-07-07 1:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2026-07-03 10:57 UTC (permalink / raw)
To: Krishna Kurapati, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel
On 7/2/26 8:44 PM, Krishna Kurapati wrote:
> USB controller on Kaanapali SoC is capable of switching role betwen device
> and host and also is a wakeup capable device. Add usb-role-switch and
> wakeup-source properties to the controller node accordingly.
>
> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
2026-07-02 18:44 [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller Krishna Kurapati
2026-07-03 10:57 ` Konrad Dybcio
@ 2026-07-03 23:51 ` Dmitry Baryshkov
2026-07-07 1:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-07-03 23:51 UTC (permalink / raw)
To: Krishna Kurapati
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio, linux-arm-msm, devicetree, linux-kernel
On Fri, Jul 03, 2026 at 12:14:40AM +0530, Krishna Kurapati wrote:
> USB controller on Kaanapali SoC is capable of switching role betwen device
> and host and also is a wakeup capable device. Add usb-role-switch and
> wakeup-source properties to the controller node accordingly.
>
> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/kaanapali.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
2026-07-02 18:44 [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller Krishna Kurapati
2026-07-03 10:57 ` Konrad Dybcio
2026-07-03 23:51 ` Dmitry Baryshkov
@ 2026-07-07 1:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-07-07 1:27 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio,
Dmitry Baryshkov, Krishna Kurapati
Cc: linux-arm-msm, devicetree, linux-kernel
On Fri, 03 Jul 2026 00:14:40 +0530, Krishna Kurapati wrote:
> USB controller on Kaanapali SoC is capable of switching role betwen device
> and host and also is a wakeup capable device. Add usb-role-switch and
> wakeup-source properties to the controller node accordingly.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: kaanapali: Add missing properties to usb controller
commit: c09cd72be7fdfc348ceecfe414ff9698bc3561f3
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-07 1:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 18:44 [PATCH] arm64: dts: qcom: kaanapali: Add missing properties to usb controller Krishna Kurapati
2026-07-03 10:57 ` Konrad Dybcio
2026-07-03 23:51 ` Dmitry Baryshkov
2026-07-07 1:27 ` Bjorn Andersson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.