Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1465269
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] ARM: dts: Add support for the WP8548 and mangOH Board |
| Date | 2016-08-18 15:20 +0200 |
| Message-ID | <s7voK-ho-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 Modules, and on the open hardware mangOH board WP8548 DTSI, mangOH board DTS and corresponding dt-bindings.. This patchset depends on pinctrl [merged], clk [merged], pmic [1], arm-soc [merged], arm-soc-dt [2], patchsets. This patchset is part of a global SoC + Module + Board support for the Sierra Wireless mangOH Board support with the WP8548 module. [1] http://lkml.kernel.org/r/1466159704-22774-1-git-send-email-narmstrong@baylibre.com [2] http://lkml.kernel.org/r/1471525661-2563-1-git-send-email-narmstrong@baylibre.com Changes since v1 at : http://lkml.kernel.org/r/1466160132-24574-1-git-send-email-narmstrong@baylibre.com - Dropped USB nodes - Dropped sx150x specific attribute Neil Armstrong (4): dt-bindings: vendor-prefixes: Add Sierra Wireless dt-bindings: arm: Add Sierra Wireless modules bindings ARM: dts: Add Sierra Wireless WP8548 dtsi ARM: dts: Add WP8548 based MangOH Green board DTS Documentation/devicetree/bindings/arm/swi.txt | 12 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/swi-wp8548-mangoh-green.dts | 281 +++++++++++++++++++++ arch/arm/boot/dts/swi-wp8548.dtsi | 170 +++++++++++++ 5 files changed, 466 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/arm/swi.txt create mode 100644 arch/arm/boot/dts/swi-wp8548-mangoh-green.dts create mode 100644 arch/arm/boot/dts/swi-wp8548.dtsi -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] ARM: dts: Add support for the WP8548 and mangOH Board Neil Armstrong <narmstrong@baylibre.com> - 2016-08-18 15:20 +0200
[PATCH v2 3/4] ARM: dts: Add Sierra Wireless WP8548 dtsi Neil Armstrong <narmstrong@baylibre.com> - 2016-08-18 15:20 +0200
[PATCH v2 1/4] dt-bindings: vendor-prefixes: Add Sierra Wireless Neil Armstrong <narmstrong@baylibre.com> - 2016-08-18 15:20 +0200
Re: [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add Sierra Wireless Rob Herring <robh@kernel.org> - 2016-08-19 15:50 +0200
Re: [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add Sierra Wireless Neil Armstrong <narmstrong@baylibre.com> - 2016-08-20 20:20 +0200
[PATCH v2 4/4] ARM: dts: Add WP8548 based MangOH Green board DTS Neil Armstrong <narmstrong@baylibre.com> - 2016-08-18 15:20 +0200
Re: [PATCH v2 2/4] dt-bindings: arm: Add Sierra Wireless modules bindings Rob Herring <robh@kernel.org> - 2016-08-19 15:50 +0200
csiph-web