Skip to content

Commit fa3d6c7

Browse files
macpaul-lin-mtkarndb
authored andcommitted
arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360
This patch fix the warning introduced by mt6360 node in mt8395-genio-1200-evk.dts. arch/arm64/boot/dts/mediatek/mt8195.dtsi:464.4-27: Warning (interrupts_property): /soc/i2c@11d01000/pmic@34:#interrupt-cells: size is (8), expected multiple of 16 Add a missing 'interrupt-parent' to fix this warning. Fixes: f2b543a ("arm64: dts: mediatek: add device-tree for Genio 1200 EVK board") Reported-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/linux-devicetree/[email protected]/ Signed-off-by: Macpaul Lin <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 0235080 commit fa3d6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
mt6360: pmic@34 {
239239
compatible = "mediatek,mt6360";
240240
reg = <0x34>;
241+
interrupt-parent = <&pio>;
241242
interrupts = <128 IRQ_TYPE_EDGE_FALLING>;
242243
interrupt-names = "IRQB";
243244
interrupt-controller;

0 commit comments

Comments
 (0)