2023-05-02 13:38:59

by Michal Simek

[permalink] [raw]
Subject: [PATCH 06/23] 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 <[email protected]>
---

arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index c2d80c7967e9..61c7045eb992 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -135,7 +135,7 @@ zynqmp_ipi: zynqmp_ipi {
#size-cells = <2>;
ranges;

- ipi_mailbox_pmu1: mailbox@ff990400 {
+ ipi_mailbox_pmu1: mailbox@ff9905c0 {
reg = <0x0 0xff9905c0 0x0 0x20>,
<0x0 0xff9905e0 0x0 0x20>,
<0x0 0xff990e80 0x0 0x20>,
--
2.36.1


2023-05-10 07:04:46

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH 06/23] arm64: zynqmp: Sync node name address with reg (mailbox)

Hi Michal,

Thank you for the patch.

On Tue, May 02, 2023 at 03:35:34PM +0200, Michal Simek wrote:
> Address in node name should match with the first reg property in DT.
>
> Signed-off-by: Michal Simek <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

> ---
>
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index c2d80c7967e9..61c7045eb992 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -135,7 +135,7 @@ zynqmp_ipi: zynqmp_ipi {
> #size-cells = <2>;
> ranges;
>
> - ipi_mailbox_pmu1: mailbox@ff990400 {
> + ipi_mailbox_pmu1: mailbox@ff9905c0 {
> reg = <0x0 0xff9905c0 0x0 0x20>,
> <0x0 0xff9905e0 0x0 0x20>,
> <0x0 0xff990e80 0x0 0x20>,

--
Regards,

Laurent Pinchart

2023-05-16 11:27:25

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH 06/23] arm64: zynqmp: Sync node name address with reg (mailbox)



On 5/10/23 08:58, Laurent Pinchart wrote:
> Hi Michal,
>
> Thank you for the patch.
>
> On Tue, May 02, 2023 at 03:35:34PM +0200, Michal Simek wrote:
>> Address in node name should match with the first reg property in DT.
>>
>> Signed-off-by: Michal Simek <[email protected]>
>
> Reviewed-by: Laurent Pinchart <[email protected]>

Applied.
M