diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-22 06:57:48 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-23 22:40:59 +0200 |
commit | b8996ea08a6883c15959eae041521ac8e267bb5d (patch) | |
tree | 81da5c72d7c46b3c3b9e43c0025f962b77169d11 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | b88e03e2d49327225e4350711a38443c39d81b0b (diff) | |
download | upstream-b8996ea08a6883c15959eae041521ac8e267bb5d.tar.gz upstream-b8996ea08a6883c15959eae041521ac8e267bb5d.tar.bz2 upstream-b8996ea08a6883c15959eae041521ac8e267bb5d.zip |
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>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 3fdb91b55a..43e201699e 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 { #address-cells = <1>; |