Message ID | 20210205234734.3397-12-leoyang.li@nxp.com |
---|---|
State | Accepted |
Commit | e11f309660e1d9be9e74d9eb571a234b8c59f756 |
Headers | show |
Series | Cleanup of LS1021a device trees | expand |
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 875202f26450..715932b1df58 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -48,7 +48,7 @@ }; }; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x0 0x0 0x0>; };
Fix the following error from "make dtbs_check" memory: False schema does not allow ... Signed-off-by: Li Yang <leoyang.li@nxp.com> --- arch/arm/boot/dts/ls1021a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)