diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-10-12 09:12:20 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2020-11-24 14:43:18 +0300 |
commit | e0b09c35ae072be666bdd847dddf9a51bd4d57dc (patch) | |
tree | e73a9274d81b268d834e82c3e1f64121727c397a /arch/arm/boot/dts/hi3620-hi4511.dts | |
parent | 8e9e8dd7ce093344a89792deaeb6caedde636dcf (diff) | |
download | linux-e0b09c35ae072be666bdd847dddf9a51bd4d57dc.tar.xz |
ARM: dts: hisilicon: fix errors detected by root-node.yaml
Make the memory node name match the regex "^memory(@[0-9a-f]+)?$" which
is described in memory.yaml. Otherwise, it will be treated as root node,
and misreported by root-node.yaml.
Errors misreported by root-node.yaml:
/: memory: False schema does not allow {'device_type': ['memory'], 'reg':
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hi3620-hi4511.dts')
-rw-r--r-- | arch/arm/boot/dts/hi3620-hi4511.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hi3620-hi4511.dts b/arch/arm/boot/dts/hi3620-hi4511.dts index 29eedc7fef98..ce356c469e1e 100644 --- a/arch/arm/boot/dts/hi3620-hi4511.dts +++ b/arch/arm/boot/dts/hi3620-hi4511.dts @@ -17,7 +17,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@40000000 { device_type = "memory"; reg = <0x40000000 0x20000000>; }; |