diff options
author | Michal Simek <michal.simek@amd.com> | 2023-07-10 14:37:38 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-07-21 09:00:39 +0200 |
commit | 606121cdf48d8e33fc6531bf94a58b7b08fe875e (patch) | |
tree | 94ea19e03cd3f057a0f578f9005d1dbc662fb546 /arch/arm | |
parent | a8d4b6700069f6717c65ee8ced63e525836ba855 (diff) | |
download | u-boot-606121cdf48d8e33fc6531bf94a58b7b08fe875e.tar.gz u-boot-606121cdf48d8e33fc6531bf94a58b7b08fe875e.tar.bz2 u-boot-606121cdf48d8e33fc6531bf94a58b7b08fe875e.zip |
arm64: zynqmp: Sync node name address with reg (mailbox)
Address in node name should match with the first reg property in DT.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/47bea10bbc3c88727c1fe839ff20e15a0c79c339.1688992653.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 59b52919f1..b9cfd562c9 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@ff990400 { + ipi_mailbox_pmu1: mailbox@ff9905c0 { bootph-all; reg = <0x0 0xff9905c0 0x0 0x20>, <0x0 0xff9905e0 0x0 0x20>, |