[PATCH 12/17] arm64: zynqmp: Sync node name address with reg (mailbox)
Michal Simek
michal.simek at amd.com
Mon Jul 10 14:37:38 CEST 2023
Address in node name should match with the first reg property in DT.
Signed-off-by: Michal Simek <michal.simek at amd.com>
---
arch/arm/dts/zynqmp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 59b52919f130..b9cfd562c913 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -121,7 +121,7 @@
#size-cells = <2>;
ranges;
- ipi_mailbox_pmu1: mailbox at ff990400 {
+ ipi_mailbox_pmu1: mailbox at ff9905c0 {
bootph-all;
reg = <0x0 0xff9905c0 0x0 0x20>,
<0x0 0xff9905e0 0x0 0x20>,
--
2.36.1
More information about the U-Boot
mailing list