Patch "arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number" has been added to the 6.8-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: ti: k3-am69-sk: fix PMIC interrupt number

to the 6.8-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-ti-k3-am69-sk-fix-pmic-interrupt-number.patch
and it can be found in the queue-6.8 subdirectory.

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



commit d9f7c92464a1a355a924a0bbcc99835618ccbe61
Author: Romain Naour <romain.naour@xxxxxxxx>
Date:   Fri Feb 9 18:11:45 2024 +0100

    arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number
    
    [ Upstream commit c205595e3b708c36ef2d7609b9182c6729bb06ae ]
    
    The tps659413 node set WKUP_GPIO0_83 (AA37) pin as input to be used as
    PMIC interrupt but uses 39 (WKUP_GPIO0_39) as "interrupts" property.
    
    Replace 39 by 83 after checking in the board schematic [1].
    
    [1] https://www.ti.com/tool/SK-AM69
    
    Fixes: 865a1593bf99 ("arm64: dts: ti: k3-am69-sk: Add support for TPS6594 PMIC")
    Cc: Neha Malcom Francis <n-francis@xxxxxx>
    Signed-off-by: Romain Naour <romain.naour@xxxxxxxx>
    Reviewed-by: Neha Malcom Francis <n-francis@xxxxxx>
    Link: https://lore.kernel.org/r/20240209171146.307465-1-romain.naour@xxxxxxxx
    Signed-off-by: Vignesh Raghavendra <vigneshr@xxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/ti/k3-am69-sk.dts b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
index 370980eb59b02..c8fb9dfb89723 100644
--- a/arch/arm64/boot/dts/ti/k3-am69-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
@@ -646,7 +646,7 @@ tps659413: pmic@48 {
 		pinctrl-names = "default";
 		pinctrl-0 = <&pmic_irq_pins_default>;
 		interrupt-parent = <&wkup_gpio0>;
-		interrupts = <39 IRQ_TYPE_EDGE_FALLING>;
+		interrupts = <83 IRQ_TYPE_EDGE_FALLING>;
 		gpio-controller;
 		#gpio-cells = <2>;
 		ti,primary-pmic;




[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