Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: vesnin: Add unit address for memory node

Fixes the following warnings:

arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dt.yaml: /: memory: False schema does not allow {'reg': [[1073741824, 536870912]]}
arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dt.yaml: memory: 'device_type' is a required property

Cc: Alexander Filippov <a.filippov@yadro.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Tested-by: Alexander Filippov <a.filippov@yadro.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Andrew Jeffery and committed by
Joel Stanley
95d519ce 1f305114

+1 -1
+1 -1
arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
··· 14 14 bootargs = "console=ttyS4,115200 earlyprintk"; 15 15 }; 16 16 17 - memory { 17 + memory@40000000 { 18 18 reg = <0x40000000 0x20000000>; 19 19 }; 20 20