Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf90b901 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: qcom: Fix warning generated due use of IRQ_TYPE_NONE



Fix warning for usb bam irq by updating irq type from
IRQ_TYPE_NONE to correct value IRQ_TYPE_LEVEL_HIGH.

Change-Id: I6322b0c09fc864fb2ba4b659dbb45bb9cbfd4fec
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent bdd918fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */

#include <dt-bindings/clock/qcom,gcc-kona.h>
@@ -74,7 +74,7 @@
		qcom,usbbam@a704000 {
			compatible = "qcom,usb-bam-msm";
			reg = <0xa704000 0x17000>;
			interrupts = <0 132 0>;
			interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;

			qcom,usb-bam-fifo-baseaddr = <0x146bb000>;
			qcom,usb-bam-num-pipes = <4>;