diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-01 21:17:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-01 21:17:50 +0000 |
commit | e7918c68c6f28b74ce9105d770c0b36f8dc725e7 (patch) | |
tree | 45f04f5a89b94fb08ef504acf8a86169ccff79a3 /target/linux/lantiq | |
parent | 6b789e9c85c35b5959b6e74b722d3fb52a12e73a (diff) | |
download | master-187ad058-e7918c68c6f28b74ce9105d770c0b36f8dc725e7.tar.gz master-187ad058-e7918c68c6f28b74ce9105d770c0b36f8dc725e7.tar.bz2 master-187ad058-e7918c68c6f28b74ce9105d770c0b36f8dc725e7.zip |
lantiq: DGN1000B - fix typo in dts file
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48034 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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>; |