1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

ramips: fix compatibles in SoC dtsi

The former used compatibles aren't defined anywhere and aren't used by
the devicetree source files including them.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2018-08-22 06:57:48 +02:00
parent b88e03e2d4
commit b8996ea08a
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "ralink,mtk7620a-soc";
compatible = "ralink,mt7620a-soc";
cpus {
#address-cells = <1>;

View File

@ -1,7 +1,7 @@
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "ralink,mtk7620n-soc";
compatible = "ralink,mt7620n-soc";
cpus {
#address-cells = <1>;

View File

@ -1,7 +1,7 @@
/ {
#address-cells = <1>;
#size-cells = <1>;
compatible = "ralink,mtk7628an-soc";
compatible = "mediatek,mt7628an-soc";
cpus {
#address-cells = <1>;