2022-01-21 19:13:48

by Sam Shih

[permalink] [raw]
Subject: [PATCH 0/2] Update mt7986 memory node in DT

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/[email protected]/

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


2022-01-21 19:14:35

by Sam Shih

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: mediatek: update mt7986b memory node

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/[email protected]/

Signed-off-by: Sam Shih <[email protected]>
---
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

2022-01-21 19:14:37

by Sam Shih

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node

This patch updates the format of memory node in DT based on
maintainer comments in the following thread:
https://lore.kernel.org/all/[email protected]/

Signed-off-by: Sam Shih <[email protected]>
---
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

2022-03-01 09:08:21

by Matthias Brugger

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: mediatek: update mt7986a memory node



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/[email protected]/
>
> Signed-off-by: Sam Shih <[email protected]>

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>;
> };
> };