devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements
@ 2016-08-04 10:14 Grzegorz Jaszczyk
  2016-08-04 10:14 ` [PATCH v2 01/17] ARM: mvebu: enable MTD command line partition table in mvebu_v7_defconfig Grzegorz Jaszczyk
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Grzegorz Jaszczyk @ 2016-08-04 10:14 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-arm-kernel
  Cc: mark.rutland, andrew, jason, jaz, linux, nadavh, alior, robh+dt,
	gregory.clement, mw, thomas.petazzoni, sebastian.hesselbarth

Hello,

This is the second version of patch-set which enables some commonly used
features in mvebu_v7_defconfig and updates old or introduces new dts/dtsi
related to Armada 38x and Armada 39x SoC family. All comments from
v1 are included, more details in a changelog below.

Any comments or remarks would be welcome.

Best regards,
Grzegorz

Changelog:
v1 -> v2

- Add at least one line of commit log entry for those patches, which
contained only commit title.

Suggested by Andrew Lunn and Gregory Clement.

- Drop patch "ARM: mvebu: enable E1000E in mvebu_v7_defconfig", since it
enables PCIe card which is not a part of the SoC.

Suggested by Russell King and Thomas Petazzoni.

- Change dts prefixes in commit title from "ARM: mvebu: <board_name>" to
"ARM: dts: mvebu: <board_name>"

Suggested by Gregory Clement.

- Add nodes describing the eeproms connected to I2C buses in
armada-390-db.dts and armada-395-gp.dts. Also add information about
connectors used and described in mentioned dts's.

Suggested by Gregory Clement.

- Improve devicetree bindings about required property for Marvell Armada 39x
family: Armada 398 based boards should have only "marvell,armada398" and not
"marvell,armada395".

Suggested by Rob Herring.

Grzegorz Jaszczyk (17):
  ARM: mvebu: enable MTD command line partition table in
    mvebu_v7_defconfig
  ARM: mvebu: enable UBI and UBIFS in mvebu_v7_defconfig
  ARM: dts: mvebu: a385-db-ap: enable USB (orion-ehci) port
  ARM: dts: mvebu: a385-db-ap: add default partition description for
    NAND
  ARM: dts: mvebu: armada-390: add missing compatibility string and
    bracket
  ARM: dts: mvebu: armada-39x: update the SDHCI node on Armada 39x
  ARM: dts: mvebu: armada-39x: enable PMU, CA9 SoC Controller and
    Coherency fabric
  ARM: dts: mvebu: armada-39x: enable the thermal sensor in Armada-39x
    SoCs
  ARM: dts: mvebu: armada-39x: enable watchdog for all Armada-39x SoCs
  ARM: dts: mvebu: armada-39x: add missing nodes describing GPIO's
  ARM: dts: mvebu: armada-39x: add missing nodes describing USB2.0 and
    USB3.0
  ARM: dts: mvebu: armada-39x: enable rtc for all Armada-39x SoCs
  ARM: dts: mvebu: armada-395: add support for the Armada 395 SoC family
  ARM: dts: mvebu: armada-398: update the dtsi about missing interfaces
  ARM: dts: mvebu: armada-398-db: enable supported usb interfaces
  ARM: dts: mvebu: armada-390-db: add support for the Armada 390 DB
    board
  ARM: dts: mvebu: armada-395-gp: add support for the Armada 395 GP
    Board

 .../devicetree/bindings/arm/marvell/armada-39x.txt |  15 +-
 arch/arm/boot/dts/armada-385-db-ap.dts             |  30 +++-
 arch/arm/boot/dts/armada-390-db.dts                | 175 +++++++++++++++++++++
 arch/arm/boot/dts/armada-390.dtsi                  |   3 +
 arch/arm/boot/dts/armada-395-gp.dts                | 163 +++++++++++++++++++
 arch/arm/boot/dts/armada-395.dtsi                  |  76 +++++++++
 arch/arm/boot/dts/armada-398-db.dts                |   8 +
 arch/arm/boot/dts/armada-398.dtsi                  |  10 +-
 arch/arm/boot/dts/armada-39x.dtsi                  |  94 ++++++++++-
 arch/arm/configs/mvebu_v7_defconfig                |   3 +
 10 files changed, 570 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-390-db.dts
 create mode 100644 arch/arm/boot/dts/armada-395-gp.dts
 create mode 100644 arch/arm/boot/dts/armada-395.dtsi

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-08-09 10:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04 10:14 [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 01/17] ARM: mvebu: enable MTD command line partition table in mvebu_v7_defconfig Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 02/17] ARM: mvebu: enable UBI and UBIFS " Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 03/17] ARM: dts: mvebu: a385-db-ap: enable USB (orion-ehci) port Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 04/17] ARM: dts: mvebu: a385-db-ap: add default partition description for NAND Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 05/17] ARM: dts: mvebu: armada-390: add missing compatibility string and bracket Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 06/17] ARM: dts: mvebu: armada-39x: update the SDHCI node on Armada 39x Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 07/17] ARM: dts: mvebu: armada-39x: enable PMU, CA9 SoC Controller and Coherency fabric Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 08/17] ARM: dts: mvebu: armada-39x: enable the thermal sensor in Armada-39x SoCs Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 09/17] ARM: dts: mvebu: armada-39x: enable watchdog for all " Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 10/17] ARM: dts: mvebu: armada-39x: add missing nodes describing GPIO's Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 11/17] ARM: dts: mvebu: armada-39x: add missing nodes describing USB2.0 and USB3.0 Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 12/17] ARM: dts: mvebu: armada-39x: enable rtc for all Armada-39x SoCs Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 13/17] ARM: dts: mvebu: armada-395: add support for the Armada 395 SoC family Grzegorz Jaszczyk
     [not found]   ` <1470305660-6601-14-git-send-email-jaz-nYOzD4b6Jr9Wk0Htik3J/w@public.gmane.org>
2016-08-04 18:18     ` Rob Herring
2016-08-04 10:14 ` [PATCH v2 14/17] ARM: dts: mvebu: armada-398: update the dtsi about missing interfaces Grzegorz Jaszczyk
2016-08-04 10:14 ` [PATCH v2 15/17] ARM: dts: mvebu: armada-398-db: enable supported usb interfaces Grzegorz Jaszczyk
     [not found] ` <1470305660-6601-1-git-send-email-jaz-nYOzD4b6Jr9Wk0Htik3J/w@public.gmane.org>
2016-08-04 10:14   ` [PATCH v2 16/17] ARM: dts: mvebu: armada-390-db: add support for the Armada 390 DB board Grzegorz Jaszczyk
2016-08-04 10:14   ` [PATCH v2 17/17] ARM: dts: mvebu: armada-395-gp: add support for the Armada 395 GP Board Grzegorz Jaszczyk
     [not found]     ` <1470305660-6601-18-git-send-email-jaz-nYOzD4b6Jr9Wk0Htik3J/w@public.gmane.org>
2016-08-04 18:22       ` Rob Herring
2016-08-08 15:03   ` [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements Gregory CLEMENT
2016-08-09 10:08     ` Grzegorz Jaszczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).