Re: [PATCH] arm64: dts: qcom: x1e80100: Add HS PHY IRQs to USB1 SS[0-2]
From: Krzysztof Kozlowski
Date: Fri Aug 09 2024 - 06:26:24 EST
On 09/08/2024 12:12, Abel Vesa wrote:
> Add missing HS PHY IRQs to all 3 USB1 SS instances.
>
> Fixes: 4af46b7bd66f ("arm64: dts: qcom: x1e80100: Add USB nodes")
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> index 326283822aee..254643650fa7 100644
> --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> @@ -3871,10 +3871,12 @@ usb_1_ss2: usb@a0f8800 {
> <200000000>;
>
> interrupts-extended = <&intc GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>,
> + <&intc GIC_SPI 363 IRQ_TYPE_LEVEL_HIGH>,
> <&pdc 58 IRQ_TYPE_EDGE_BOTH>,
> <&pdc 57 IRQ_TYPE_EDGE_BOTH>,
> <&pdc 10 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "pwr_event",
> + "hs_phy_irq",
I think current bindings disagree with this. If there is a binding
update, please post a link.
Best regards,
Krzysztof