linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Update mt7986 memory node in DT
@ 2022-01-19 12:35 Sam Shih
  2022-01-19 12:35 ` [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node Sam Shih
  2022-01-19 12:35 ` [PATCH 2/2] arm64: dts: mediatek: update mt7986b " Sam Shih
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Shih @ 2022-01-19 12:35 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: John Crispin, Ryder Lee, Sam Shih

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/bc0a9df0-8ba0-76ed-4522-43a3082f42b4@gmail.com/

Sam Shih (2):
  arm64: dts: mediatek: update mt7986a memory node
  arm64: dts: mediatek: update mt7986b memory node

 arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 3 ++-
 arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.29.2


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node
  2022-01-19 12:35 [PATCH 0/2] Update mt7986 memory node in DT Sam Shih
@ 2022-01-19 12:35 ` Sam Shih
  2022-03-01  8:50   ` Matthias Brugger
  2022-01-19 12:35 ` [PATCH 2/2] arm64: dts: mediatek: update mt7986b " Sam Shih
  1 sibling, 1 reply; 4+ messages in thread
From: Sam Shih @ 2022-01-19 12:35 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: John Crispin, Ryder Lee, Sam Shih

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/bc0a9df0-8ba0-76ed-4522-43a3082f42b4@gmail.com/

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
index 5cd760abff51..21e420829572 100644
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
@@ -19,7 +19,8 @@ chosen {
 		stdout-path = "serial0:115200n8";
 	};
 
-	memory {
+	memory@40000000 {
+		device_type = "memory";
 		reg = <0 0x40000000 0 0x40000000>;
 	};
 };
-- 
2.29.2


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH 2/2] arm64: dts: mediatek: update mt7986b memory node
  2022-01-19 12:35 [PATCH 0/2] Update mt7986 memory node in DT Sam Shih
  2022-01-19 12:35 ` [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node Sam Shih
@ 2022-01-19 12:35 ` Sam Shih
  1 sibling, 0 replies; 4+ messages in thread
From: Sam Shih @ 2022-01-19 12:35 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: John Crispin, Ryder Lee, Sam Shih

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/bc0a9df0-8ba0-76ed-4522-43a3082f42b4@gmail.com/

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
index 5fb752edd754..d73467ea3641 100644
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
@@ -19,7 +19,8 @@ chosen {
 		stdout-path = "serial0:115200n8";
 	};
 
-	memory {
+	memory@40000000 {
+		device_type = "memory";
 		reg = <0 0x40000000 0 0x40000000>;
 	};
 };
-- 
2.29.2


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node
  2022-01-19 12:35 ` [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node Sam Shih
@ 2022-03-01  8:50   ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2022-03-01  8:50 UTC (permalink / raw)
  To: Sam Shih, Rob Herring, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel
  Cc: John Crispin, Ryder Lee



On 19/01/2022 13:35, Sam Shih wrote:
> This patch updates the format of memory node in DT based on
> maintainer comments in the following thread:
> https://lore.kernel.org/all/bc0a9df0-8ba0-76ed-4522-43a3082f42b4@gmail.com/
> 
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>

Applied both with slightly better commit message. Please help the maintainer by 
providing verbose commit message.

Regards,
Matthias

> ---
>   arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> index 5cd760abff51..21e420829572 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> @@ -19,7 +19,8 @@ chosen {
>   		stdout-path = "serial0:115200n8";
>   	};
>   
> -	memory {
> +	memory@40000000 {
> +		device_type = "memory";
>   		reg = <0 0x40000000 0 0x40000000>;
>   	};
>   };

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2022-03-01  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 12:35 [PATCH 0/2] Update mt7986 memory node in DT Sam Shih
2022-01-19 12:35 ` [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node Sam Shih
2022-03-01  8:50   ` Matthias Brugger
2022-01-19 12:35 ` [PATCH 2/2] arm64: dts: mediatek: update mt7986b " Sam Shih

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