From 63e083da4f3b05161320e453ed2c80a3f4261d9c Mon Sep 17 00:00:00 2001 From: Vaishnav Achath Date: Mon, 5 Jun 2023 19:43:48 +0530 Subject: [PATCH] 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 --- arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi index 1044ec6c4b..bff00a627e 100644 --- a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi +++ b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi @@ -288,7 +288,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>;