mirror of https://github.com/hak5/openwrt.git
ramips: fix number of GPIOs for RT3352
The RT3352 SoC only supports 46 GPIO lines. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38602lede-17.01
parent
9186fb342e
commit
dfd4311355
|
@ -132,7 +132,7 @@
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|
||||||
ralink,gpio-base = <40>;
|
ralink,gpio-base = <40>;
|
||||||
ralink,num-gpios = <12>;
|
ralink,num-gpios = <6>;
|
||||||
ralink,register-map = [ 00 04 08 0c
|
ralink,register-map = [ 00 04 08 0c
|
||||||
10 14 18 1c
|
10 14 18 1c
|
||||||
20 24 ];
|
20 24 ];
|
||||||
|
|
Loading…
Reference in New Issue