Skip to content

Commit 5943b8f

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7
Change interrupt cells to 2 to suppress interrupts_property warning. Cc: [email protected] Fixes: 0de0fe9 ("arm64: dts: mediatek: cherry: Enable MT6360 sub-pmic on I2C7") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 74543b3 commit 5943b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
pinctrl-0 = <&i2c7_pins>;
390390

391391
pmic@34 {
392-
#interrupt-cells = <1>;
392+
#interrupt-cells = <2>;
393393
compatible = "mediatek,mt6360";
394394
reg = <0x34>;
395395
interrupt-controller;

0 commit comments

Comments
 (0)