diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-30 08:36:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-30 08:36:47 +0000 |
commit | e98476f786c3185e4c742976a17f3c7c838246bf (patch) | |
tree | 4f4b06fa1774484dda7728e06a14eb7b6af24a33 /target/linux/ramips | |
parent | 4cb2f7a39ac0984ec2c29ef790fb233726ed95bc (diff) | |
download | upstream-e98476f786c3185e4c742976a17f3c7c838246bf.tar.gz upstream-e98476f786c3185e4c742976a17f3c7c838246bf.tar.bz2 upstream-e98476f786c3185e4c742976a17f3c7c838246bf.zip |
ramips: Fix dts typos
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/WCR150GN.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt3050.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WCR150GN.dts b/target/linux/ramips/dts/WCR150GN.dts index e59fc8d745..976754eac1 100644 --- a/target/linux/ramips/dts/WCR150GN.dts +++ b/target/linux/ramips/dts/WCR150GN.dts @@ -3,7 +3,7 @@ /include/ "rt3050.dtsi" / { - compatible = "WCR150GN", "ralink,rt3052-soc"; + compatible = "WCR150GN", "ralink,rt3050-soc"; model = "Sparklan WCR-150GN"; pinctrl { diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi index 9f29aa0e69..dfce920b17 100644 --- a/target/linux/ramips/dts/rt3050.dtsi +++ b/target/linux/ramips/dts/rt3050.dtsi @@ -1,7 +1,7 @@ / { #address-cells = <1>; #size-cells = <1>; - compatible = "ralink,rt3050-soc", "ralink,rt3050-soc", "ralink,rt3350-soc"; + compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc"; cpus { cpu@0 { |