Commit 2e36480c authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman

arm64: dts: meson-gx: fix periphs bus node name

This fixes the following DT schemas check errors:
meson-gxbb-nanopi-k2.dt.yaml: periphs@c8834000: $nodename:0: 'periphs@c8834000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
meson-gxl-s805x-libretech-ac.dt.yaml: periphs@c8834000: $nodename:0: 'periphs@c8834000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 59d37010
...@@ -451,7 +451,7 @@ vdec: video-codec@c8820000 { ...@@ -451,7 +451,7 @@ vdec: video-codec@c8820000 {
amlogic,canvas = <&canvas>; amlogic,canvas = <&canvas>;
}; };
periphs: periphs@c8834000 { periphs: bus@c8834000 {
compatible = "simple-bus"; compatible = "simple-bus";
reg = <0x0 0xc8834000 0x0 0x2000>; reg = <0x0 0xc8834000 0x0 0x2000>;
#address-cells = <2>; #address-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment