* [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='
@ 2023-07-02 18:50 ` Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-02 18:50 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
linux-fsd, devicetree, linux-arm-kernel, linux-samsung-soc,
linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 5ea8bda2bfa6..54ed5167d0f6 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 {
#interrupt-cells = <3>;
#address-cells = <0>;
interrupt-controller;
- reg = <0x11001000 0x1000>,
- <0x11002000 0x2000>,
- <0x11004000 0x2000>,
- <0x11006000 0x2000>;
+ reg = <0x11001000 0x1000>,
+ <0x11002000 0x2000>,
+ <0x11004000 0x2000>,
+ <0x11006000 0x2000>;
};
pdma0: dma-controller@10e10000 {
--
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] 9+ messages in thread
* [PATCH 2/4] arm64: dts: fsd: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
@ 2023-07-02 18:50 ` Krzysztof Kozlowski
2023-07-03 3:33 ` Alim Akhtar
2023-07-02 18:50 ` [PATCH 3/4] ARM: dts: exynos: " Krzysztof Kozlowski
` (3 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-02 18:50 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
linux-fsd, devicetree, linux-arm-kernel, linux-samsung-soc,
linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/tesla/fsd.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi b/arch/arm64/boot/dts/tesla/fsd.dtsi
index 1c53c68efd53..bb50a9f7db4a 100644
--- a/arch/arm64/boot/dts/tesla/fsd.dtsi
+++ b/arch/arm64/boot/dts/tesla/fsd.dtsi
@@ -353,8 +353,8 @@ gic: interrupt-controller@10400000 {
compatible = "arm,gic-v3";
#interrupt-cells = <3>;
interrupt-controller;
- reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */
- <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */
+ reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */
+ <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
};
--
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] 9+ messages in thread
* [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
@ 2023-07-02 18:50 ` Krzysztof Kozlowski
2023-07-03 3:34 ` Alim Akhtar
2023-07-02 18:50 ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
` (2 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-02 18:50 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
linux-fsd, devicetree, linux-arm-kernel, linux-samsung-soc,
linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 ++++----
arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++--
arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
index bfb04b31e11b..95e0e01b6ff6 100644
--- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
@@ -20,10 +20,10 @@ / {
memory@40000000 {
device_type = "memory";
- reg = <0x40000000 0x10000000
- 0x50000000 0x10000000
- 0x60000000 0x10000000
- 0x70000000 0x10000000>;
+ reg = <0x40000000 0x10000000
+ 0x50000000 0x10000000
+ 0x60000000 0x10000000
+ 0x70000000 0x10000000>;
};
aliases {
diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
index c84af3d27c1c..bdc30f8cf748 100644
--- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
+++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
@@ -20,8 +20,8 @@ / {
memory@40000000 {
device_type = "memory";
- reg = <0x40000000 0x10000000
- 0x50000000 0x10000000>;
+ reg = <0x40000000 0x10000000
+ 0x50000000 0x10000000>;
};
aliases {
diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
index e6b949c1a00f..57836d5554d0 100644
--- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
+++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
@@ -990,7 +990,7 @@ &mshc_0 {
&pmu_system_controller {
assigned-clocks = <&pmu_system_controller 0>;
- assigned-clock-parents = <&clock CLK_XUSBXTI>;
+ assigned-clock-parents = <&clock CLK_XUSBXTI>;
};
&pinctrl_0 {
--
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] 9+ messages in thread
* [PATCH 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 3/4] ARM: dts: exynos: " Krzysztof Kozlowski
@ 2023-07-02 18:50 ` Krzysztof Kozlowski
2023-07-03 3:36 ` Alim Akhtar
2023-07-03 3:32 ` [PATCH 1/4] arm64: dts: exynos: " Alim Akhtar
2023-07-10 8:00 ` Krzysztof Kozlowski
4 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-02 18:50 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
linux-fsd, devicetree, linux-arm-kernel, linux-samsung-soc,
linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
index af740abd9e0f..6ecdd504e5f4 100644
--- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
+++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
@@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins {
};
lcd_data24: lcd-data-width24-pins {
- samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
- "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
- "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
- "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
- "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
- "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
+ samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
+ "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
+ "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
+ "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
+ "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
+ "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
samsung,pin-function = <S5PV210_PIN_FUNC_2>;
samsung,pin-pud = <S5PV210_PIN_PULL_NONE>;
samsung,pin-drv = <S5PV210_PIN_DRV_LV1>;
--
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] 9+ messages in thread
* RE: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
` (2 preceding siblings ...)
2023-07-02 18:50 ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
@ 2023-07-03 3:32 ` Alim Akhtar
2023-07-10 8:00 ` Krzysztof Kozlowski
4 siblings, 0 replies; 9+ messages in thread
From: Alim Akhtar @ 2023-07-03 3:32 UTC (permalink / raw)
To: 'Krzysztof Kozlowski', 'Rob Herring',
'Krzysztof Kozlowski', 'Conor Dooley', linux-fsd,
devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel
Hi Krzysztof
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; linux-
> fsd@tesla.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/4] arm64: dts: exynos: minor whitespace cleanup around
> '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
> arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> index 5ea8bda2bfa6..54ed5167d0f6 100644
> --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> @@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 {
> #interrupt-cells = <3>;
> #address-cells = <0>;
> interrupt-controller;
> - reg = <0x11001000 0x1000>,
> - <0x11002000 0x2000>,
> - <0x11004000 0x2000>,
> - <0x11006000 0x2000>;
> + reg = <0x11001000 0x1000>,
> + <0x11002000 0x2000>,
> + <0x11004000 0x2000>,
> + <0x11006000 0x2000>;
> };
>
> pdma0: dma-controller@10e10000 {
> --
> 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] 9+ messages in thread
* RE: [PATCH 2/4] arm64: dts: fsd: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
@ 2023-07-03 3:33 ` Alim Akhtar
0 siblings, 0 replies; 9+ messages in thread
From: Alim Akhtar @ 2023-07-03 3:33 UTC (permalink / raw)
To: 'Krzysztof Kozlowski', 'Rob Herring',
'Krzysztof Kozlowski', 'Conor Dooley', linux-fsd,
devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; linux-
> fsd@tesla.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/4] arm64: dts: fsd: minor whitespace cleanup around '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
> arch/arm64/boot/dts/tesla/fsd.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi
> b/arch/arm64/boot/dts/tesla/fsd.dtsi
> index 1c53c68efd53..bb50a9f7db4a 100644
> --- a/arch/arm64/boot/dts/tesla/fsd.dtsi
> +++ b/arch/arm64/boot/dts/tesla/fsd.dtsi
> @@ -353,8 +353,8 @@ gic: interrupt-controller@10400000 {
> compatible = "arm,gic-v3";
> #interrupt-cells = <3>;
> interrupt-controller;
> - reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */
> - <0x0 0x10600000 0x0 0x200000>; /*
> GICR_RD+GICR_SGI */
> + reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */
> + <0x0 0x10600000 0x0 0x200000>; /*
> GICR_RD+GICR_SGI */
> interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
> };
>
> --
> 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] 9+ messages in thread
* RE: [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 3/4] ARM: dts: exynos: " Krzysztof Kozlowski
@ 2023-07-03 3:34 ` Alim Akhtar
0 siblings, 0 replies; 9+ messages in thread
From: Alim Akhtar @ 2023-07-03 3:34 UTC (permalink / raw)
To: 'Krzysztof Kozlowski', 'Rob Herring',
'Krzysztof Kozlowski', 'Conor Dooley', linux-fsd,
devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; linux-
> fsd@tesla.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 3/4] ARM: dts: exynos: minor whitespace cleanup around '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
> arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 ++++----
> arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++--
> arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> index bfb04b31e11b..95e0e01b6ff6 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> @@ -20,10 +20,10 @@ / {
>
> memory@40000000 {
> device_type = "memory";
> - reg = <0x40000000 0x10000000
> - 0x50000000 0x10000000
> - 0x60000000 0x10000000
> - 0x70000000 0x10000000>;
> + reg = <0x40000000 0x10000000
> + 0x50000000 0x10000000
> + 0x60000000 0x10000000
> + 0x70000000 0x10000000>;
> };
>
> aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> index c84af3d27c1c..bdc30f8cf748 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> @@ -20,8 +20,8 @@ / {
>
> memory@40000000 {
> device_type = "memory";
> - reg = <0x40000000 0x10000000
> - 0x50000000 0x10000000>;
> + reg = <0x40000000 0x10000000
> + 0x50000000 0x10000000>;
> };
>
> aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> index e6b949c1a00f..57836d5554d0 100644
> --- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> +++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> @@ -990,7 +990,7 @@ &mshc_0 {
>
> &pmu_system_controller {
> assigned-clocks = <&pmu_system_controller 0>;
> - assigned-clock-parents = <&clock CLK_XUSBXTI>;
> + assigned-clock-parents = <&clock CLK_XUSBXTI>;
> };
>
> &pinctrl_0 {
> --
> 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] 9+ messages in thread
* RE: [PATCH 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
@ 2023-07-03 3:36 ` Alim Akhtar
0 siblings, 0 replies; 9+ messages in thread
From: Alim Akhtar @ 2023-07-03 3:36 UTC (permalink / raw)
To: 'Krzysztof Kozlowski', 'Rob Herring',
'Krzysztof Kozlowski', 'Conor Dooley', linux-fsd,
devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; linux-
> fsd@tesla.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 4/4] ARM: dts: s5pv210: minor whitespace cleanup around
> '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
> arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> index af740abd9e0f..6ecdd504e5f4 100644
> --- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> @@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins {
> };
>
> lcd_data24: lcd-data-width24-pins {
> - samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> - "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> - "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> - "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> - "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> - "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
> + samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> + "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> + "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> + "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> + "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> + "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
> samsung,pin-function = <S5PV210_PIN_FUNC_2>;
> samsung,pin-pud = <S5PV210_PIN_PULL_NONE>;
> samsung,pin-drv = <S5PV210_PIN_DRV_LV1>;
> --
> 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] 9+ messages in thread
* Re: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
` (3 preceding siblings ...)
2023-07-03 3:32 ` [PATCH 1/4] arm64: dts: exynos: " Alim Akhtar
@ 2023-07-10 8:00 ` Krzysztof Kozlowski
4 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-10 8:00 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
linux-fsd, devicetree, linux-arm-kernel, linux-samsung-soc,
linux-kernel, Krzysztof Kozlowski
On Sun, 02 Jul 2023 20:50:09 +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
>
Applied, thanks!
[1/4] arm64: dts: exynos: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/fc947ed0b294a18d712c9e94e54722442762f45f
[2/4] arm64: dts: fsd: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/e366be1a67b894d4d4732a26f027753db09a9805
[3/4] ARM: dts: exynos: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/cf19cc977b732942f265558f57f17e0dbd02d2a5
[4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/798bfb676ce436c4de73def56ac2f51dad116090
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] 9+ messages in thread
end of thread, other threads:[~2023-07-10 8:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20230702185021epcas5p31e65022f806974a45125c9fb02c4150e@epcas5p3.samsung.com>
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
2023-07-02 18:50 ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
2023-07-03 3:33 ` Alim Akhtar
2023-07-02 18:50 ` [PATCH 3/4] ARM: dts: exynos: " Krzysztof Kozlowski
2023-07-03 3:34 ` Alim Akhtar
2023-07-02 18:50 ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
2023-07-03 3:36 ` Alim Akhtar
2023-07-03 3:32 ` [PATCH 1/4] arm64: dts: exynos: " Alim Akhtar
2023-07-10 8:00 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).