Skip to content

Commit 562105c

Browse files
wensmmind
authored andcommitted
arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt
Ths PMIC's interrupt line is tied to GPIO0_A3. This is described correctly for the pinmux setting, but incorrectly for the interrupt. Correct the interrupt setting so that interrupts from the PMIC get delivered. Fixes: dcc8c66 ("arm64: dts: rockchip: add Pine64 Quartz64-B device tree") Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Peter Geis <pgwipeout@gmail.com> Link: https://lore.kernel.org/r/20221106161513.4140-1-wens@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 11871e2 commit 562105c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
compatible = "rockchip,rk809";
247247
reg = <0x20>;
248248
interrupt-parent = <&gpio0>;
249-
interrupts = <RK_PA7 IRQ_TYPE_LEVEL_LOW>;
249+
interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>;
250250
assigned-clocks = <&cru I2S1_MCLKOUT_TX>;
251251
assigned-clock-parents = <&cru CLK_I2S1_8CH_TX>;
252252
clock-names = "mclk";

0 commit comments

Comments
 (0)