2022-05-27 14:23:52

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment. No functional
changes (same DTB).

Signed-off-by: Krzysztof Kozlowski <[email protected]>

---

Output compared with dtx_diff and fdtdump.
---
arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
index 0ce46ec5cdc3..5827e1228fa9 100644
--- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
@@ -364,7 +364,7 @@ ufs_0_phy: ufs0-phy@17e04000 {
};

ufs_0: ufs0@17e00000 {
- compatible ="samsung,exynosautov9-ufs";
+ compatible = "samsung,exynosautov9-ufs";

reg = <0x17e00000 0x100>, /* 0: HCI standard */
<0x17e01100 0x410>, /* 1: Vendor-specific */
--
2.34.1



2022-05-28 20:01:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 2/2] ARM: dts: exynos: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment. No functional
changes (same DTB).

Signed-off-by: Krzysztof Kozlowski <[email protected]>

---

Output compared with dtx_diff and fdtdump.
---
arch/arm/boot/dts/exynos3250-artik5.dtsi | 2 +-
arch/arm/boot/dts/exynos4210-trats.dts | 2 +-
arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi | 2 +-
arch/arm/boot/dts/exynos5.dtsi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/exynos3250-artik5.dtsi b/arch/arm/boot/dts/exynos3250-artik5.dtsi
index 7b429622a288..0ac3f284fbb8 100644
--- a/arch/arm/boot/dts/exynos3250-artik5.dtsi
+++ b/arch/arm/boot/dts/exynos3250-artik5.dtsi
@@ -357,7 +357,7 @@ &mshc_1 {

&pinctrl_1 {
bten: bten-pins {
- samsung,pins ="gpx1-7";
+ samsung,pins = "gpx1-7";
samsung,pin-function = <EXYNOS_PIN_FUNC_OUTPUT>;
samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
samsung,pin-con-pdn = <EXYNOS_PIN_PDN_PREV>;
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts
index 01f44d95f671..b8e9dd23fc51 100644
--- a/arch/arm/boot/dts/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/exynos4210-trats.dts
@@ -180,7 +180,7 @@ panel@0 {
vdd3-supply = <&vcclcd_reg>;
vci-supply = <&vlcd_reg>;
reset-gpios = <&gpy4 5 GPIO_ACTIVE_HIGH>;
- power-on-delay= <50>;
+ power-on-delay = <50>;
reset-delay = <100>;
init-delay = <100>;
flip-horizontal;
diff --git a/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi
index 03dffc690b79..aa7de6de8e19 100644
--- a/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi
+++ b/arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi
@@ -107,7 +107,7 @@ panel@0 {
vdd3-supply = <&lcd_vdd3_reg>;
vci-supply = <&ldo25_reg>;
reset-gpios = <&gpf2 1 GPIO_ACTIVE_HIGH>;
- power-on-delay= <50>;
+ power-on-delay = <50>;
reset-delay = <100>;
init-delay = <100>;
flip-horizontal;
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
index 9ce9fb3fc190..c8da0d4b1b33 100644
--- a/arch/arm/boot/dts/exynos5.dtsi
+++ b/arch/arm/boot/dts/exynos5.dtsi
@@ -89,7 +89,7 @@ gic: interrupt-controller@10481000 {
compatible = "arm,gic-400", "arm,cortex-a15-gic";
#interrupt-cells = <3>;
interrupt-controller;
- reg = <0x10481000 0x1000>,
+ reg = <0x10481000 0x1000>,
<0x10482000 0x2000>,
<0x10484000 0x2000>,
<0x10486000 0x2000>;
--
2.34.1


2022-05-28 20:31:05

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:[email protected]]
>Sent: Friday, May 27, 2022 2:13 AM
>To: Rob Herring <[email protected]>; Krzysztof Kozlowski
><[email protected]>; Alim Akhtar
><[email protected]>; [email protected]; linux-arm-
>[email protected]; [email protected]; linux-
>[email protected]
>Cc: Krzysztof Kozlowski <[email protected]>
>Subject: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
>
>Fix whitespace coding style: use single space instead of tabs or multiple
spaces
>around '=' sign in property assignment. No functional changes (same DTB).
>
>Signed-off-by: Krzysztof Kozlowski <[email protected]>
>

Reviewed-by: Alim Akhtar <[email protected]>

>---
>
>Output compared with dtx_diff and fdtdump.
>---
> arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
>b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
>index 0ce46ec5cdc3..5827e1228fa9 100644
>--- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
>+++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi
>@@ -364,7 +364,7 @@ ufs_0_phy: ufs0-phy@17e04000 {
> };
>
> ufs_0: ufs0@17e00000 {
>- compatible ="samsung,exynosautov9-ufs";
>+ compatible = "samsung,exynosautov9-ufs";
>
> reg = <0x17e00000 0x100>, /* 0: HCI standard */
> <0x17e01100 0x410>, /* 1: Vendor-specific
*/
>--
>2.34.1



2022-06-07 10:23:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='

On Thu, 26 May 2022 22:43:22 +0200, Krzysztof Kozlowski wrote:
> Fix whitespace coding style: use single space instead of tabs or
> multiple spaces around '=' sign in property assignment. No functional
> changes (same DTB).
>
>

Applied, thanks!

[1/2] arm64: dts: exynos: adjust whitespace around '='
https://git.kernel.org/krzk/linux/c/6f8c75ad5a1550257d60883eef6d5e97f6268022
[2/2] ARM: dts: exynos: adjust whitespace around '='
https://git.kernel.org/krzk/linux/c/3b0a91e586dc92da738af9eb35352d5897b8b279

Best regards,
--
Krzysztof Kozlowski <[email protected]>