2023-07-05 14:50:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: add missing space before {

Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/qcom/sc8180x.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi
index 3c1314e12d08..fe8534538618 100644
--- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi
@@ -3429,7 +3429,7 @@ timer@17c20000 {
#size-cells = <1>;
ranges = <0 0 0 0x20000000>;

- frame@17c21000{
+ frame@17c21000 {
reg = <0x17c21000 0x1000>,
<0x17c22000 0x1000>;
frame-number = <0>;
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
index b841ea9192ae..85e5cf3dc91e 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
@@ -565,7 +565,7 @@ panel_in_0: endpoint {
};
};

- port@1{
+ port@1 {
reg = <1>;

panel_in_1: endpoint {
--
2.34.1



2023-07-05 15:11:38

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: add missing space before {

On 5.07.2023 16:42, Krzysztof Kozlowski wrote:
> Add missing whitespace between node name/label and opening {.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>

Konrad
> arch/arm64/boot/dts/qcom/sc8180x.dtsi | 2 +-
> arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi
> index 3c1314e12d08..fe8534538618 100644
> --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi
> @@ -3429,7 +3429,7 @@ timer@17c20000 {
> #size-cells = <1>;
> ranges = <0 0 0 0x20000000>;
>
> - frame@17c21000{
> + frame@17c21000 {
> reg = <0x17c21000 0x1000>,
> <0x17c22000 0x1000>;
> frame-number = <0>;
> diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
> index b841ea9192ae..85e5cf3dc91e 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
> @@ -565,7 +565,7 @@ panel_in_0: endpoint {
> };
> };
>
> - port@1{
> + port@1 {
> reg = <1>;
>
> panel_in_1: endpoint {

2023-07-10 05:34:12

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: add missing space before {


On Wed, 05 Jul 2023 16:42:26 +0200, Krzysztof Kozlowski wrote:
> Add missing whitespace between node name/label and opening {.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: add missing space before {
commit: 068be6cb4b98a8a26426b603b23582b78630dd23

Best regards,
--
Bjorn Andersson <[email protected]>