All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
@ 2022-05-26 20:43   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-26 20:43 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>

---

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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
@ 2022-05-26 20:43   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-26 20:43 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>

---

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] ARM: dts: exynos: adjust whitespace around '='
  2022-05-26 20:43   ` Krzysztof Kozlowski
@ 2022-05-26 20:43     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-26 20:43 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>

---

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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] ARM: dts: exynos: adjust whitespace around '='
@ 2022-05-26 20:43     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-26 20:43 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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 <krzysztof.kozlowski@linaro.org>

---

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* RE: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
  2022-05-26 20:43   ` Krzysztof Kozlowski
@ 2022-05-26 23:41     ` Chanho Park
  -1 siblings, 0 replies; 12+ messages in thread
From: Chanho Park @ 2022-05-26 23:41 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski', 'Alim Akhtar',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

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

Thanks for the correction :)
Reviewed-by: Chanho Park <chanho61.park@samsung.com>

> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> 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



^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
@ 2022-05-26 23:41     ` Chanho Park
  0 siblings, 0 replies; 12+ messages in thread
From: Chanho Park @ 2022-05-26 23:41 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski', 'Alim Akhtar',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

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

Thanks for the correction :)
Reviewed-by: Chanho Park <chanho61.park@samsung.com>

> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> 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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PATCH 2/2] ARM: dts: exynos: adjust whitespace around '='
  2022-05-26 20:43     ` Krzysztof Kozlowski
@ 2022-05-27  2:23       ` Alim Akhtar
  -1 siblings, 0 replies; 12+ messages in thread
From: Alim Akhtar @ 2022-05-27  2:23 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, May 27, 2022 2:13 AM
>To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>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 <krzysztof.kozlowski@linaro.org>
>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>---
>
>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



^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PATCH 2/2] ARM: dts: exynos: adjust whitespace around '='
@ 2022-05-27  2:23       ` Alim Akhtar
  0 siblings, 0 replies; 12+ messages in thread
From: Alim Akhtar @ 2022-05-27  2:23 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, May 27, 2022 2:13 AM
>To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>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 <krzysztof.kozlowski@linaro.org>
>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>---
>
>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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
  2022-05-26 20:43   ` Krzysztof Kozlowski
@ 2022-05-27  2:23     ` Alim Akhtar
  -1 siblings, 0 replies; 12+ messages in thread
From: Alim Akhtar @ 2022-05-27  2:23 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, May 27, 2022 2:13 AM
>To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>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 <krzysztof.kozlowski@linaro.org>
>

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>---
>
>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



^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
@ 2022-05-27  2:23     ` Alim Akhtar
  0 siblings, 0 replies; 12+ messages in thread
From: Alim Akhtar @ 2022-05-27  2:23 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, May 27, 2022 2:13 AM
>To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>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 <krzysztof.kozlowski@linaro.org>
>

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>---
>
>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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
  2022-05-26 20:43   ` Krzysztof Kozlowski
@ 2022-06-07  6:32     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07  6:32 UTC (permalink / raw)
  To: linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Alim Akhtar,
	devicetree, Rob Herring

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 <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
@ 2022-06-07  6:32     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07  6:32 UTC (permalink / raw)
  To: linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Alim Akhtar,
	devicetree, Rob Herring

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 <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-06-07  6:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20220526204417epcas2p44f9bcd1f7917389f6346464085634e66@epcas2p4.samsung.com>
2022-05-26 20:43 ` [PATCH 1/2] arm64: dts: exynos: adjust whitespace around '=' Krzysztof Kozlowski
2022-05-26 20:43   ` Krzysztof Kozlowski
2022-05-26 20:43   ` [PATCH 2/2] ARM: " Krzysztof Kozlowski
2022-05-26 20:43     ` Krzysztof Kozlowski
2022-05-27  2:23     ` Alim Akhtar
2022-05-27  2:23       ` Alim Akhtar
2022-05-26 23:41   ` [PATCH 1/2] arm64: " Chanho Park
2022-05-26 23:41     ` Chanho Park
2022-05-27  2:23   ` Alim Akhtar
2022-05-27  2:23     ` Alim Akhtar
2022-06-07  6:32   ` Krzysztof Kozlowski
2022-06-07  6:32     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.