Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1607679 > unrolled thread

[RFT PATCH 3/6] ARM: dts: meson8: Add gpio-ranges properties

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2017-03-23 17:30 +0100
Last post2017-03-28 11:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFT PATCH 3/6] ARM: dts: meson8: Add gpio-ranges properties Neil Armstrong <narmstrong@baylibre.com> - 2017-03-23 17:30 +0100
    Re: [RFT PATCH 3/6] ARM: dts: meson8: Add gpio-ranges properties Linus Walleij <linus.walleij@linaro.org> - 2017-03-28 11:40 +0200

#1607679 — [RFT PATCH 3/6] ARM: dts: meson8: Add gpio-ranges properties

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-03-23 17:30 +0100
Subject[RFT PATCH 3/6] ARM: dts: meson8: Add gpio-ranges properties
Message-ID<todMC-4Je-11@gated-at.bofh.it>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm/boot/dts/meson8.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
index 45619f6..ebc763e 100644
--- a/arch/arm/boot/dts/meson8.dtsi
+++ b/arch/arm/boot/dts/meson8.dtsi
@@ -106,6 +106,7 @@
 			reg-names = "mux", "pull", "pull-enable", "gpio";
 			gpio-controller;
 			#gpio-cells = <2>;
+			gpio-ranges = <&pinctrl_cbus 0 0 120>;
 		};
 
 		spi_nor_pins: nor {
@@ -148,6 +149,7 @@
 			reg-names = "mux", "pull", "gpio";
 			gpio-controller;
 			#gpio-cells = <2>;
+			gpio-ranges = <&pinctrl_aobus 0 120 16>;
 		};
 
 		uart_ao_a_pins: uart_ao_a {
-- 
1.9.1

[toc] | [next] | [standalone]


#1610483

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-03-28 11:40 +0200
Message-ID<tpVLz-5we-7@gated-at.bofh.it>
In reply to#1607679
On Thu, Mar 23, 2017 at 5:27 PM, Neil Armstrong <narmstrong@baylibre.com> wrote:

> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web