Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736926
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] ARM: dts: meson: clean pin offsets |
| Date | 2017-09-21 19:20 +0200 |
| Message-ID | <usdiO-3Se-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The series is the device-tree part of the series sent to pinctrl [0] The present patchset depends on the pinctrl part. The purpose of this series is to: 1) remove the hardcoded gpio offset 2) adjust gpio-ranges with respect to the new pin number of each controller 3) adjust gpio-line-names accordingly for the boards having this property. [0]: https://lkml.kernel.org/r/20170918134610.17743-1-jbrunet@baylibre.com Jerome Brunet (7): ARM: dts: meson8: remove gpio offset ARM64: dts: meson-gx: remove gpio offset ARM64: dts: meson-gx: adjust gpio-ranges for TEST_N ARM64: dts: meson-gxbb: adjust nanopi-k2 gpio-line-names ARM64: dts: meson-gxbb: adjust odroid-c2 gpio-line-names ARM64: dts: meson-gxl: adjust kvim gpio-line-names ARM64: dts: meson-gxl: adjust libretech-cc gpio-line-names arch/arm/boot/dts/meson8.dtsi | 2 +- arch/arm/boot/dts/meson8b.dtsi | 2 +- arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 10 +++++----- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 10 +++++----- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +- arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 8 ++++---- arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 8 ++++---- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) -- 2.13.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] ARM: dts: meson: clean pin offsets Jerome Brunet <jbrunet@baylibre.com> - 2017-09-21 19:20 +0200 [PATCH 5/7] ARM64: dts: meson-gxbb: adjust odroid-c2 gpio-line-names Jerome Brunet <jbrunet@baylibre.com> - 2017-09-21 19:20 +0200 [PATCH 6/7] ARM64: dts: meson-gxl: adjust kvim gpio-line-names Jerome Brunet <jbrunet@baylibre.com> - 2017-09-21 19:20 +0200
csiph-web