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:44:47 +0200 |
commit | f1c3b5454e37ff9d1e7f5434e73cd43ee41dd1fc (patch) | |
tree | afa62a20a0ca9af235c16452e55b0ce9a4d14d78 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 446dccc0005fb8cfe37cf528cb9d1f2b8f35d4d5 (diff) | |
download | upstream-f1c3b5454e37ff9d1e7f5434e73cd43ee41dd1fc.tar.gz upstream-f1c3b5454e37ff9d1e7f5434e73cd43ee41dd1fc.tar.bz2 upstream-f1c3b5454e37ff9d1e7f5434e73cd43ee41dd1fc.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 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 { |