[PATCH 4/4] arm64: dts: ti: k3-am62p-j722s-common-wakeup: Add GP_SW reg range to chipid node
Judith Mendez
jm at ti.com
Tue Aug 5 16:49:50 PDT 2025
This adds GP_SW register range to k3-am62p-j722s-common-wakeup which
will be used to determine SoC revision.
Signed-off-by: Judith Mendez <jm at ti.com>
---
arch/arm64/boot/dts/ti/k3-am62p-j722s-common-wakeup.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-wakeup.dtsi
index 6757b37a9de3..48778c49d8fc 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-wakeup.dtsi
@@ -18,7 +18,8 @@ wkup_conf: bus at 43000000 {
chipid: chipid at 14 {
compatible = "ti,am654-chipid";
- reg = <0x14 0x4>;
+ reg = <0x14 0x4>,
+ <0x230 0x10>;
bootph-all;
};
--
2.49.0
More information about the linux-arm-kernel
mailing list