diff mbox series

[U-Boot] arm64: zynqmp: Fix DT style for ipi mailbox

Message ID bc782232c59d136fd0b8d3cb25d09f86c05bb66c.1571062148.git.michal.simek@xilinx.com
State Accepted
Commit 631ed92a306d0498d57ec2939e559b03c4bd76d8
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm64: zynqmp: Fix DT style for ipi mailbox | expand

Commit Message

Michal Simek Oct. 14, 2019, 2:09 p.m. UTC
Remove additional empty space.

Fixes: 95497afada58 ("arm64: zynqmp: add firmware and mailbox node to DT")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

Comments

Michal Simek Oct. 24, 2019, 11:23 a.m. UTC | #1
po 14. 10. 2019 v 16:09 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Remove additional empty space.
>
> Fixes: 95497afada58 ("arm64: zynqmp: add firmware and mailbox node to DT")
> Signed-off-by: Michal Simek <michal.simek@xilinx.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 8e35171dd01d..06e88ee1b4d2 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -112,7 +112,7 @@
>                               <0x0 0xff9905e0 0x0 0x20>,
>                               <0x0 0xff990e80 0x0 0x20>,
>                               <0x0 0xff990ea0 0x0 0x20>;
> -                       reg-names = "local_request_region" , "local_response_region",
> +                       reg-names = "local_request_region", "local_response_region",
>                                     "remote_request_region", "remote_response_region";
>                         #mbox-cells = <1>;
>                         xlnx,ipi-id = <4>;
> --
> 2.17.1
>

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 8e35171dd01d..06e88ee1b4d2 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -112,7 +112,7 @@ 
 			      <0x0 0xff9905e0 0x0 0x20>,
 			      <0x0 0xff990e80 0x0 0x20>,
 			      <0x0 0xff990ea0 0x0 0x20>;
-			reg-names = "local_request_region" , "local_response_region",
+			reg-names = "local_request_region", "local_response_region",
 				    "remote_request_region", "remote_response_region";
 			#mbox-cells = <1>;
 			xlnx,ipi-id = <4>;