Commit 5863dbe0 authored by Baolin Wang's avatar Baolin Wang Committed by Arnd Bergmann
Browse files

arm64: dts: sprd: Remove PMIC INTC irq trigger type



The Spreadtrum PMIC INTC controller has no registers to set trigger type,
since it is always high level trigger as default. So remove its child
devices' irq trigger type setting and change #interrupt-cells to 1.

Signed-off-by: default avatarBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e88dc153
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
		spi-max-frequency = <26000000>;
		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-controller;
		#interrupt-cells = <2>;
		#interrupt-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;

@@ -43,14 +43,14 @@
			compatible = "sprd,sc27xx-rtc", "sprd,sc2731-rtc";
			reg = <0x280>;
			interrupt-parent = <&sc2731_pmic>;
			interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <2>;
		};

		pmic_eic: gpio@300 {
			compatible = "sprd,sc27xx-eic";
			reg = <0x300>;
			interrupt-parent = <&sc2731_pmic>;
			interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <5>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupt-controller;
@@ -69,7 +69,7 @@
			compatible = "sprd,sc27xx-adc", "sprd,sc2731-adc";
			reg = <0x480>;
			interrupt-parent = <&sc2731_pmic>;
			interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <0>;
			#io-channel-cells = <1>;
			hwlocks = <&hwlock 4>;
		};