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: 38602
This commit is contained in:
Gabor Juhos 2013-10-30 07:06:23 +00:00
parent 9186fb342e
commit dfd4311355

View File

@ -132,7 +132,7 @@
#gpio-cells = <2>;
ralink,gpio-base = <40>;
ralink,num-gpios = <12>;
ralink,num-gpios = <6>;
ralink,register-map = [ 00 04 08 0c
10 14 18 1c
20 24 ];