Patch "arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-rockchip-fix-pine64-quartz4-b-pmic-interru.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit be637b7746fdbc573e7d90e841af7f8e3fa3f158
Author: Chen-Yu Tsai <wens@xxxxxxxx>
Date:   Mon Nov 7 00:15:13 2022 +0800

    arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt
    
    [ Upstream commit 562105c1b072411c71ac2202410d83ee79297624 ]
    
    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: dcc8c66bef79 ("arm64: dts: rockchip: add Pine64 Quartz64-B device tree")
    Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx>
    Reviewed-by: Peter Geis <pgwipeout@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20221106161513.4140-1-wens@xxxxxxxxxx
    Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
index 528bb4e8ac77..a2d0524e0ec9 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
@@ -176,7 +176,7 @@ rk809: pmic@20 {
 		compatible = "rockchip,rk809";
 		reg = <0x20>;
 		interrupt-parent = <&gpio0>;
-		interrupts = <RK_PA7 IRQ_TYPE_LEVEL_LOW>;
+		interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>;
 		clock-output-names = "rk808-clkout1", "rk808-clkout2";
 
 		pinctrl-names = "default";



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux