From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Mon, 19 Mar 2018 16:37:10 -0700 Subject: [PATCH v3 1/1] ARM: dts: meson8b: the CBUS GPIO controller only has 83 GPIOs In-Reply-To: <20180312205709.27131-2-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Mon, 12 Mar 2018 21:57:09 +0100") References: <20180312205709.27131-1-martin.blumenstingl@googlemail.com> <20180312205709.27131-2-martin.blumenstingl@googlemail.com> Message-ID: <7hfu4vskm1.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Martin Blumenstingl writes: > Update the "gpio-ranges" property of the CBUS GPIO controller on Meson8b > because it only provides 83 GPIOs. > The GPIO definitions in include/dt-bindings/gpio/meson8b-gpio.h > inherited all GPIOs from Meson8 until recently. However, Meson8b does > not support all GPIOs which are supported by Meson8 (Meson8b doesn't > have a GPIOZ bank, most of the pins from the GPIODV bank are missing on > Meson8b - just to name a few differences). > > The actual number of GPIOs is only 83, instead of 120 from Meson8 plus > the 10 GPIOs from the DIF bank on Meson8b. > > Signed-off-by: Martin Blumenstingl > Reviewed-by: Jerome Brunet > Acked-by: Linus Walleij Applied to v4.17/dt, Thanks, Kevin