Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649309
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges |
| Date | 2017-05-24 10:50 +0200 |
| Message-ID | <tKA9t-8rl-47@gated-at.bofh.it> (permalink) |
| References | <tKiYV-4oq-7@gated-at.bofh.it> <tKiYX-4oq-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 2017-05-23 at 16:21 +0200, Neil Armstrong wrote:
> The gpio-range was badly added on the GXL dtsi, the AO pin count is 10
> instead of 14.
>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
> Fixes: 84412e4e857f ("ARM64: dts: meson-gxl: Add gpio-ranges properties")
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> index 3efad5f..4871ce5 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> @@ -244,7 +244,7 @@
> reg-names = "mux", "pull", "pull-enable", "gpio";
> gpio-controller;
> #gpio-cells = <2>;
> - gpio-ranges = <&pinctrl_periphs 0 14 101>;
> + gpio-ranges = <&pinctrl_periphs 0 10 101>;
> };
>
> emmc_pins: emmc {
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges Neil Armstrong <narmstrong@baylibre.com> - 2017-05-23 16:30 +0200 Re: [PATCH 1/3] ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges Jerome Brunet <jbrunet@baylibre.com> - 2017-05-24 10:50 +0200
csiph-web