mbox series

[0/6] arm64: dts: Add missing space around properties

Message ID 20220612223201.2740248-1-niklas.soderlund+renesas@ragnatech.se
Headers show
Series arm64: dts: Add missing space around properties | expand

Message

Niklas Söderlund June 12, 2022, 10:31 p.m. UTC
Hello,

While debugging an issue on a Renesas board I found a typo with missing 
spaces around properties that had been copied around [1]. This extends 
this fix for all arm64 files.

1. https://lore.kernel.org/linux-renesas-soc/20220608175728.1012550-1-niklas.soderlund+renesas@ragnatech.se/

Niklas Söderlund (6):
  arm64: dts: broadcom: Add missing space around status property
  arm64: dts: rockchip: Add missing space around regulator-name property
  arm64: dts: freescale: Add missing space around properties
  arm64: dts: hisilicon: Add missing space around properties
  arm64: dts: qcom: Add missing space around properties
  arm64: dts: ti: Add missing space around properties

 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi       | 2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi            | 6 +++---
 arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi           | 2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mn.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mp.dtsi                 | 8 ++++----
 arch/arm64/boot/dts/freescale/imx8mq.dtsi                 | 2 +-
 .../arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dtsi | 6 +++---
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi                | 6 +++---
 arch/arm64/boot/dts/hisilicon/hip06.dtsi                  | 6 +++---
 arch/arm64/boot/dts/hisilicon/hip07.dtsi                  | 6 +++---
 arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi     | 2 +-
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      | 2 +-
 arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts    | 2 +-
 arch/arm64/boot/dts/ti/k3-am62-main.dtsi                  | 4 ++--
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi                  | 4 ++--
 arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi        | 2 +-
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi                | 4 ++--
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts            | 2 +-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi           | 4 ++--
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi           | 4 ++--
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi          | 4 ++--
 22 files changed, 47 insertions(+), 47 deletions(-)

Comments

Florian Fainelli June 13, 2022, 4:49 p.m. UTC | #1
On 6/12/22 15:31, Niklas Söderlund wrote:
> Add the missing space around the status property before the typo spreads
> to other files.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Already carrying an identical patch that should land in v4.20:

https://github.com/Broadcom/stblinux/commit/b65b9477d9118e3cd359245f59af556597bc5b71
Krzysztof Kozlowski June 16, 2022, 12:14 a.m. UTC | #2
On 12/06/2022 15:31, Niklas Söderlund wrote:
> Hello,
> 
> While debugging an issue on a Renesas board I found a typo with missing 
> spaces around properties that had been copied around [1]. This extends 
> this fix for all arm64 files.
> 
> 1. https://lore.kernel.org/linux-renesas-soc/20220608175728.1012550-1-niklas.soderlund+renesas@ragnatech.se/
> 
> Niklas Söderlund (6):
>   arm64: dts: broadcom: Add missing space around status property
>   arm64: dts: rockchip: Add missing space around regulator-name property
>   arm64: dts: freescale: Add missing space around properties
>   arm64: dts: hisilicon: Add missing space around properties
>   arm64: dts: qcom: Add missing space around properties
>   arm64: dts: ti: Add missing space around properties


I think you just did quite the same work already posted:

https://lore.kernel.org/all/?q=f%3Akrzysztof+%22adjust+whitespace+around%22


Best regards,
Krzysztof