devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>, robh+dt@kernel.org
Cc: krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org
Subject: Re: [PATCHv2] arm: dts: socfpga: align mmc node names with dtschema
Date: Mon, 24 Oct 2022 11:44:28 -0500	[thread overview]
Message-ID: <1d5cc799-445f-0fae-1e3b-e094583d956f@kernel.org> (raw)
In-Reply-To: <e1d6f611-3d43-c9a5-fa03-a3376f4916ba@linaro.org>



On 10/24/22 11:17, Krzysztof Kozlowski wrote:
> On 24/10/2022 11:21, Dinh Nguyen wrote:
>> dwmmc0@ff704000: $nodename:0: 'dwmmc0@ff704000' does not match '^mmc(@.*)?$'
>>
>> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
>> ---
>> v2: put back mmc0 for "linux,default-trigger"
>> ---
>>   arch/arm/boot/dts/socfpga.dtsi                      | 2 +-
>>   arch/arm/boot/dts/socfpga_arria10.dtsi              | 2 +-
>>   arch/arm/boot/dts/socfpga_arria5.dtsi               | 2 +-
>>   arch/arm/boot/dts/socfpga_arria5_socdk.dts          | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5.dtsi             | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts  | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi         | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_socdk.dts        | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_sockit.dts       | 2 +-
>>   arch/arm/boot/dts/socfpga_cyclone5_sodia.dts        | 2 +-
>>   arch/arm/boot/dts/socfpga_vt.dts                    | 2 +-
>>   12 files changed, 12 insertions(+), 12 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
>> index 2459f3cd7dd9..57a5d6c924b1 100644
>> --- a/arch/arm/boot/dts/socfpga.dtsi
>> +++ b/arch/arm/boot/dts/socfpga.dtsi
>> @@ -755,7 +755,7 @@ l3regs@0xff800000 {
>>   			reg = <0xff800000 0x1000>;
>>   		};
>>   
>> -		mmc: dwmmc0@ff704000 {
>> +		mmc: mmc@ff704000 {
>>   			compatible = "altr,socfpga-dw-mshc";
>>   			reg = <0xff704000 0x1000>;
>>   			interrupts = <0 139 4>;
>> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
>> index 4370e3cbbb4b..a06211fcb5c3 100644
>> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi
>> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
>> @@ -656,7 +656,7 @@ L2: cache-controller@fffff000 {
>>   			arm,shared-override;
>>   		};
>>   
>> -		mmc: dwmmc0@ff808000 {
>> +		mmc: mmc@ff808000 {
>>   			#address-cells = <1>;
>>   			#size-cells = <0>;
>>   			compatible = "altr,socfpga-dw-mshc";
>> diff --git a/arch/arm/boot/dts/socfpga_arria5.dtsi b/arch/arm/boot/dts/socfpga_arria5.dtsi
>> index 22dbf07afcff..9ce4b4979ecb 100644
>> --- a/arch/arm/boot/dts/socfpga_arria5.dtsi
>> +++ b/arch/arm/boot/dts/socfpga_arria5.dtsi
>> @@ -18,7 +18,7 @@ osc1 {
>>   			};
>>   		};
>>   
>> -		mmc0: dwmmc0@ff704000 {
>> +		mmc: mmc@ff704000 {
>>   			broken-cd;
>>   			bus-width = <4>;
>>   			cap-mmc-highspeed;
>> diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
>> index 7f5458d8fccc..40f12232c150 100644
>> --- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
>> +++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
>> @@ -107,7 +107,7 @@ rtc@68 {
>>   	};
>>   };
>>   
>> -&mmc0 {
>> +&mmc {
> 
> This does not look related and was not mentioned in commit msg,
> 

Because I've changed the mmc0 node to 'mmc', this is needed, otherwise 
the build will break.

Dinh

  reply	other threads:[~2022-10-24 18:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-24 15:21 [PATCHv2] arm: dts: socfpga: align mmc node names with dtschema Dinh Nguyen
2022-10-24 16:17 ` Krzysztof Kozlowski
2022-10-24 16:44   ` Dinh Nguyen [this message]
2022-10-24 16:47     ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1d5cc799-445f-0fae-1e3b-e094583d956f@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).