diff mbox series

[1/2] arm64: dts: sprd: sc2731: correct interrupt-cells value to 2

Message ID 6ae55300b0915fea4ad6cc533b84815eb3cb8043.1720957783.git.stano.jakubek@gmail.com (mailing list archive)
State New, archived
Headers show
Series Spreadtrum SC2731 MFD cleanups | expand

Commit Message

Stanislav Jakubek July 14, 2024, 11:56 a.m. UTC
According to the DT bindings, SC2731's #interrupt-cells should have a
value of 2. Correct it as such.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
---
 arch/arm64/boot/dts/sprd/sc2731.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stanislav Jakubek July 14, 2024, 12:04 p.m. UTC | #1
Hi all,

you can most likely disregard this patch, according to [1], the correct
value is actually 1. I'll fix up the bindings during conversion, which I'll
be sending soon.

The second patch should be good.

Sorry for the noise,
Stanislav

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm64/boot/dts/sprd/sc2731.dtsi?h=v6.9&id=5863dbe071caabe752ce6f9f6782fa03914527ab
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/sprd/sc2731.dtsi b/arch/arm64/boot/dts/sprd/sc2731.dtsi
index e15409f55f43..7e55b2b31c84 100644
--- a/arch/arm64/boot/dts/sprd/sc2731.dtsi
+++ b/arch/arm64/boot/dts/sprd/sc2731.dtsi
@@ -13,7 +13,7 @@  sc2731_pmic: pmic@0 {
 		spi-max-frequency = <26000000>;
 		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
 		interrupt-controller;
-		#interrupt-cells = <1>;
+		#interrupt-cells = <2>;
 		#address-cells = <1>;
 		#size-cells = <0>;