From b8d87692ddb29837c070cc081268f60e89a7ddad Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 30 Oct 2013 07:06:23 +0000 Subject: [PATCH] ramips: fix number of GPIOs for RT3352 The RT3352 SoC only supports 46 GPIO lines. Signed-off-by: Gabor Juhos SVN-Revision: 38602 --- target/linux/ramips/dts/rt3352.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index ca81bb60ff..6b1f11d770 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -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 ]; -- 2.30.2