diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-12-05 10:18:38 -0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2023-12-06 11:19:34 +0800 |
| commit | 287e256c1a6e2b92da938efc87a34e3c008d8319 (patch) | |
| tree | 5dd1b6a30b3b9cfbc3ec0ae22558da0bcc878242 | |
| parent | 844542b0fcec8f4db4a714fab96d4d99a1122ed7 (diff) | |
ARM: dts: imx28-lwe: Pass device_type to the memory node
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ memory@40000000 { reg = <0x40000000 0x08000000>; + device_type = "memory"; }; reg_3v3: regulator-reg-3v3 { |
