mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 22:23:38 +00: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:
parent
446dccc000
commit
f1c3b5454e
@ -1,7 +1,7 @@
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "ralink,mtk7620a-soc";
|
||||
compatible = "ralink,mt7620a-soc";
|
||||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "ralink,mtk7620n-soc";
|
||||
compatible = "ralink,mt7620n-soc";
|
||||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "ralink,mtk7628an-soc";
|
||||
compatible = "mediatek,mt7628an-soc";
|
||||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user