Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245615 > unrolled thread

[PATCH] ARM: dts: msm8974: fix typo in "disabled" property

Started byMichael Opdenacker <michael.opdenacker@free-electrons.com>
First post2015-10-13 13:40 +0200
Last post2015-10-13 14:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: msm8974: fix typo in "disabled" property Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 13:40 +0200
    Re: [PATCH] ARM: dts: msm8974: fix typo in "disabled" property Arnd Bergmann <arnd@arndb.de> - 2015-10-13 13:50 +0200
      Re: [PATCH] ARM: dts: msm8974: fix typo in "disabled" property Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 14:00 +0200
        [PATCH] ARM: dts: msm8974: fix typo in "disabled" property Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 14:10 +0200

#1245615 — [PATCH] ARM: dts: msm8974: fix typo in "disabled" property

FromMichael Opdenacker <michael.opdenacker@free-electrons.com>
Date2015-10-13 13:40 +0200
Subject[PATCH] ARM: dts: msm8974: fix typo in "disabled" property
Message-ID<qj65X-5h7-13@gated-at.bofh.it>
Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index ab8e57250468..8c87203b6429 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -308,7 +308,7 @@
 		};
 
 		blsp_i2c11: i2c@f9967000 {
-			status = "disable";
+			status = "disabled";
 			compatible = "qcom,i2c-qup-v2.1.1";
 			reg = <0xf9967000 0x1000>;
 			interrupts = <0 105 IRQ_TYPE_NONE>;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1245626

FromArnd Bergmann <arnd@arndb.de>
Date2015-10-13 13:50 +0200
Message-ID<qj6fD-5t6-15@gated-at.bofh.it>
In reply to#1245615
On Tuesday 13 October 2015 13:33:18 Michael Opdenacker wrote:
> Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

The patch looks good, but I think you are missing some people on
Cc. Please send this to all the qcom maintainers. I suspect you
only have Kumar on Cc because he is listed as maintainer for dts
files in general, but platforms specific ones should go through
the platform maintainer trees.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1245634

FromMichael Opdenacker <michael.opdenacker@free-electrons.com>
Date2015-10-13 14:00 +0200
Message-ID<qj6pk-5Fz-19@gated-at.bofh.it>
In reply to#1245626
Hi Arnd,

On 10/13/2015 01:41 PM, Arnd Bergmann wrote:
> On Tuesday 13 October 2015 13:33:18 Michael Opdenacker wrote:
>> Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi
>>
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
>> ---
>>  arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> The patch looks good, but I think you are missing some people on
> Cc. Please send this to all the qcom maintainers. I suspect you
> only have Kumar on Cc because he is listed as maintainer for dts
> files in general, but platforms specific ones should go through
> the platform maintainer trees.

This sounds good. Thanks for the advise and for the quick review. I'm
resending right away...

Michael.

-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1245656

FromMichael Opdenacker <michael.opdenacker@free-electrons.com>
Date2015-10-13 14:10 +0200
Message-ID<qj6yZ-66w-5@gated-at.bofh.it>
In reply to#1245634
Replace "disable" by "disabled" in the Qualcomm MSM8974 dtsi

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index ab8e57250468..8c87203b6429 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -308,7 +308,7 @@
 		};
 
 		blsp_i2c11: i2c@f9967000 {
-			status = "disable";
+			status = "disabled";
 			compatible = "qcom,i2c-qup-v2.1.1";
 			reg = <0xf9967000 0x1000>;
 			interrupts = <0 105 IRQ_TYPE_NONE>;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web