* [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node
@ 2023-12-05 13:18 Fabio Estevam
2023-12-05 18:22 ` Stefan Wahren
2023-12-06 3:19 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2023-12-05 13:18 UTC (permalink / raw)
To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
Per memory.yaml, 'device_type' is a required property.
Pass it to fix the following dt-schema warning:
imx28-xea.dtb: /: memory@40000000: 'device_type' is a required property
from schema $id: http://devicetree.org/schemas/memory.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi b/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi
index bb971e660db8..69fcb0dde940 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi
+++ b/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi
@@ -18,6 +18,7 @@ chosen {
memory@40000000 {
reg = <0x40000000 0x08000000>;
+ device_type = "memory";
};
reg_3v3: regulator-reg-3v3 {
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node
2023-12-05 13:18 [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node Fabio Estevam
@ 2023-12-05 18:22 ` Stefan Wahren
2023-12-06 3:19 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Wahren @ 2023-12-05 18:22 UTC (permalink / raw)
To: Fabio Estevam, shawnguo; +Cc: linux-arm-kernel, Fabio Estevam
Am 05.12.23 um 14:18 schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
>
> Per memory.yaml, 'device_type' is a required property.
>
> Pass it to fix the following dt-schema warning:
>
> imx28-xea.dtb: /: memory@40000000: 'device_type' is a required property
> from schema $id: http://devicetree.org/schemas/memory.yaml#
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node
2023-12-05 13:18 [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node Fabio Estevam
2023-12-05 18:22 ` Stefan Wahren
@ 2023-12-06 3:19 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-12-06 3:19 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-arm-kernel, Fabio Estevam
On Tue, Dec 05, 2023 at 10:18:38AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> Per memory.yaml, 'device_type' is a required property.
>
> Pass it to fix the following dt-schema warning:
>
> imx28-xea.dtb: /: memory@40000000: 'device_type' is a required property
> from schema $id: http://devicetree.org/schemas/memory.yaml#
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-06 3:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 13:18 [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node Fabio Estevam
2023-12-05 18:22 ` Stefan Wahren
2023-12-06 3:19 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox