devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: allwinner: a64: fix sid node name
@ 2020-11-09 12:21 Frank Lee
  2020-11-12  9:54 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Lee @ 2020-11-09 12:21 UTC (permalink / raw)
  To: robh+dt, mripard, wens
  Cc: devicetree, linux-arm-kernel, linux-kernel, tiny.windzz, Yangtao Li

From: Yangtao Li <frank@allwinnertech.com>

Sid should be an efuse type device accurately. And no one
needs sid label, so delete it.

Signed-off-by: Yangtao Li <frank@allwinnertech.com>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index dc238814013c..96543df5d890 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -520,7 +520,7 @@ mmc2: mmc@1c11000 {
 			#size-cells = <0>;
 		};
 
-		sid: eeprom@1c14000 {
+		efuse@1c14000 {
 			compatible = "allwinner,sun50i-a64-sid";
 			reg = <0x1c14000 0x400>;
 			#address-cells = <1>;
-- 
2.28.0


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

* Re: [PATCH] arm64: dts: allwinner: a64: fix sid node name
  2020-11-09 12:21 [PATCH] arm64: dts: allwinner: a64: fix sid node name Frank Lee
@ 2020-11-12  9:54 ` Maxime Ripard
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2020-11-12  9:54 UTC (permalink / raw)
  To: Frank Lee
  Cc: robh+dt, wens, devicetree, linux-arm-kernel, linux-kernel, tiny.windzz

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

Hi,

On Mon, Nov 09, 2020 at 08:21:01PM +0800, Frank Lee wrote:
> From: Yangtao Li <frank@allwinnertech.com>
> 
> Sid should be an efuse type device accurately. And no one
> needs sid label, so delete it.
> 
> Signed-off-by: Yangtao Li <frank@allwinnertech.com>
> ---
>  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> index dc238814013c..96543df5d890 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> @@ -520,7 +520,7 @@ mmc2: mmc@1c11000 {
>  			#size-cells = <0>;
>  		};
>  
> -		sid: eeprom@1c14000 {
> +		efuse@1c14000 {
>  			compatible = "allwinner,sun50i-a64-sid";
>  			reg = <0x1c14000 0x400>;
>  			#address-cells = <1>;

I agree with this on principle, but we should do it on all the SoCs at
once. Can you send another version doing so?

Thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2020-11-12  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 12:21 [PATCH] arm64: dts: allwinner: a64: fix sid node name Frank Lee
2020-11-12  9:54 ` Maxime Ripard

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