summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaishnav Achath <vaishnav.a@ti.com>2023-01-25 13:22:39 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-25 14:40:04 -0600
commitb5ae22b98fe0de5108c0ff60bdb4844558a14a8f (patch)
tree5ac33ea02baad1af121088e26bc6244233481146
parent5a897c0f439010810b1f6dfb784c9ec837fc96c2 (diff)
arm: dts: k3-j721e-mcu-wakeup: Add HBMC config register region
Updates to HyperBus calibration sequence requires the HBMC config register region, include that in hbmc node. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
-rw-r--r--arch/arm/dts/k3-j721e-mcu-wakeup.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi b/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi
index a34957c6d6..a5159ce9d3 100644
--- a/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi
+++ b/arch/arm/dts/k3-j721e-mcu-wakeup.dtsi
@@ -187,7 +187,8 @@
hbmc: hyperbus@47034000 {
compatible = "ti,j721e-hbmc", "ti,am654-hbmc";
- reg = <0x0 0x47034000 0x0 0x100>,
+ reg = <0x0 0x47030000 0x0 0xc>,
+ <0x0 0x47034000 0x0 0x100>,
<0x5 0x00000000 0x1 0x0000000>;
power-domains = <&k3_pds 102 TI_SCI_PD_EXCLUSIVE>;
#address-cells = <2>;