diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:17:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:17:50 +0000 |
commit | 2eead1c8912965907906ac9f4e1ae2bb18d59f54 (patch) | |
tree | bb07984eabc6af5a163ed3239e132668968537b5 | |
parent | e557011041da9d646b035e52f2a8010dd0d4205a (diff) | |
download | upstream-2eead1c8912965907906ac9f4e1ae2bb18d59f54.tar.gz upstream-2eead1c8912965907906ac9f4e1ae2bb18d59f54.tar.bz2 upstream-2eead1c8912965907906ac9f4e1ae2bb18d59f54.zip |
lantiq: DGN1000B - fix typo in dts file
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 48034
-rw-r--r-- | target/linux/lantiq/dts/DGN1000B.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts index 4ccab9349c..199d3a9ec6 100644 --- a/target/linux/lantiq/dts/DGN1000B.dts +++ b/target/linux/lantiq/dts/DGN1000B.dts @@ -107,7 +107,7 @@ }; gpio-leds { - cmpatible = "gpio-leds"; + compatible = "gpio-leds"; dsl { label = "dsl"; gpios = <&gpio 1 1>; |