Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648124 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2017-05-23 16:30 +0200 |
| Last post | 2017-05-24 10:50 +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.
[PATCH 3/3] ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base Neil Armstrong <narmstrong@baylibre.com> - 2017-05-23 16:30 +0200
Re: [PATCH 3/3] ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base Jerome Brunet <jbrunet@baylibre.com> - 2017-05-24 10:50 +0200
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-05-23 16:30 +0200 |
| Subject | [PATCH 3/3] ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base |
| Message-ID | <tKiYV-4oq-5@gated-at.bofh.it> |
The pull-enable register base was wrongly copied from the meson8b pinctrl node,
but was not used yet.
Fixes: c328666d58aa ("ARM64: dts: amlogic: Add Meson GX dtsi from GXBB")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 6f8b301..47ca44d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -351,7 +351,7 @@
gpio: bank@4b0 {
reg = <0x0 0x004b0 0x0 0x28>,
<0x0 0x004e8 0x0 0x14>,
- <0x0 0x00120 0x0 0x14>,
+ <0x0 0x00520 0x0 0x14>,
<0x0 0x00430 0x0 0x40>;
reg-names = "mux", "pull", "pull-enable", "gpio";
gpio-controller;
--
1.9.1
[toc] | [next] | [standalone]
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Date | 2017-05-24 10:50 +0200 |
| Subject | Re: [PATCH 3/3] ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base |
| Message-ID | <tKA9r-8rl-9@gated-at.bofh.it> |
| In reply to | #1648124 |
On Tue, 2017-05-23 at 16:21 +0200, Neil Armstrong wrote:
> The pull-enable register base was wrongly copied from the meson8b pinctrl
> node,
> but was not used yet.
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
>
> Fixes: c328666d58aa ("ARM64: dts: amlogic: Add Meson GX dtsi from GXBB")
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index 6f8b301..47ca44d 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -351,7 +351,7 @@
> gpio: bank@4b0 {
> reg = <0x0 0x004b0 0x0 0x28>,
> <0x0 0x004e8 0x0 0x14>,
> - <0x0 0x00120 0x0 0x14>,
> + <0x0 0x00520 0x0 0x14>,
> <0x0 0x00430 0x0 0x40>;
> reg-names = "mux", "pull", "pull-enable", "gpio";
> gpio-controller;
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web