summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaishnav Achath <vaishnav.a@ti.com>2023-01-25 13:22:38 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-25 14:40:04 -0600
commit5a897c0f439010810b1f6dfb784c9ec837fc96c2 (patch)
treeeb8df2f428ba1cd9d67ac0742022760c1faccde8
parent6b1ab75271e902682e30e9b98857b7e660d022d1 (diff)
arm: dts: k3-j7200-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-j7200-mcu-wakeup.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
index eeeb1e0f32..95e8797f76 100644
--- a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
+++ b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
@@ -275,7 +275,8 @@
hbmc: hyperbus@47034000 {
compatible = "ti,am654-hbmc";
- reg = <0x00 0x47034000 0x00 0x100>,
+ reg = <0x00 0x47030000 0x00 0xc>,
+ <0x00 0x47034000 0x00 0x100>,
<0x05 0x00000000 0x01 0x0000000>;
power-domains = <&k3_pds 102 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 102 0>;