From: Mathias Kresin Date: Wed, 22 Aug 2018 04:57:48 +0000 (+0200) Subject: ramips: fix compatibles in SoC dtsi X-Git-Tag: v18.06.2~407 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f1c3b5454e37ff9d1e7f5434e73cd43ee41dd1fc 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 --- diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 83ff102745..62e1985aa2 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -1,7 +1,7 @@ / { #address-cells = <1>; #size-cells = <1>; - compatible = "ralink,mtk7620a-soc"; + compatible = "ralink,mt7620a-soc"; cpus { cpu@0 { diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 78d12a2686..58fd263d7d 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -1,7 +1,7 @@ / { #address-cells = <1>; #size-cells = <1>; - compatible = "ralink,mtk7620n-soc"; + compatible = "ralink,mt7620n-soc"; cpus { cpu@0 { diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 0afd9e3234..7479a4fd35 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -1,7 +1,7 @@ / { #address-cells = <1>; #size-cells = <1>; - compatible = "ralink,mtk7628an-soc"; + compatible = "mediatek,mt7628an-soc"; cpus { cpu@0 {