mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01: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
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue