From: Fabio Estevam Date: Sun, 10 Jun 2012 17:24:10 +0000 (-0300) Subject: dt: mc13xxx.txt: Fix gpio number assignment X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10836^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d44115f28edba06d0844ab4b79682f48500020f6;p=linux-4.9.git dt: mc13xxx.txt: Fix gpio number assignment Fix gpio number assignment, so that it can match the number stated in the comment. Signed-off-by: Fabio Estevam Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/mfd/mc13xxx.txt b/Documentation/devicetree/bindings/mfd/mc13xxx.txt index 19f6af47a792..baf07987ae68 100644 --- a/Documentation/devicetree/bindings/mfd/mc13xxx.txt +++ b/Documentation/devicetree/bindings/mfd/mc13xxx.txt @@ -46,8 +46,8 @@ Examples: ecspi@70010000 { /* ECSPI1 */ fsl,spi-num-chipselects = <2>; - cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */ - <&gpio3 25 0>; /* GPIO4_25 */ + cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ + <&gpio4 25 0>; /* GPIO4_25 */ status = "okay"; pmic: mc13892@0 {