diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
commit | 54c096527a43bf70a8cf158e081274158534e829 (patch) | |
tree | 6eddad07b41010d60196a5ef0407da5ab22342ea /target/linux/lantiq/image/WBMR.dts | |
parent | 59cc6d9dddcead0f72277d0d13eb0dd773741349 (diff) | |
download | upstream-54c096527a43bf70a8cf158e081274158534e829.tar.gz upstream-54c096527a43bf70a8cf158e081274158534e829.tar.bz2 upstream-54c096527a43bf70a8cf158e081274158534e829.zip |
more devicetree fixes
SVN-Revision: 34824
Diffstat (limited to 'target/linux/lantiq/image/WBMR.dts')
-rw-r--r-- | target/linux/lantiq/image/WBMR.dts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/WBMR.dts b/target/linux/lantiq/image/WBMR.dts index d9c976741f..1291c86d80 100644 --- a/target/linux/lantiq/image/WBMR.dts +++ b/target/linux/lantiq/image/WBMR.dts @@ -39,6 +39,12 @@ reg = <0x60000 0x1f20000>; }; + partition@0x1fc0000 { + label = "board"; + reg = <0x1fc0000 0x20000>; + read-only; + }; + partition@0x1fe0000 { label = "calibration"; reg = <0x1fe0000 0x20000>; @@ -109,7 +115,7 @@ eject { label = "eject"; gpios = <&gpio 34 1>; - linux,code = <0x108>; + linux,code = <0xf7>; }; movie { label = "movie"; |