linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/16] SolidRun Hummingboard DT updates
@ 2017-11-28 15:00 Russell King - ARM Linux
  2017-11-28 15:01 ` [PATCH v2 01/16] ARM: dts: imx6qdl: SolidRun: remove redundant regulators node Russell King
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Russell King - ARM Linux @ 2017-11-28 15:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Shawn,

This series updates the SolidRun Hummingboard platforms to:
(a) make the DT more reflective of the schematics
(b) re-organise how we deal with the differences between various board
    versions in preparation for the new 1.5 SOM.

The idea with (b) is that we add the support for the board + usom
combination by including the appropriate dtsi files.

For example, in mainline at the moment, we support two variants of the
Hummingboards - both with Broadcom Wi-Fi and without eMMC.  Going
forward, when a 1.5 SOM is fitted (which modern Hummingboards will all
have) the boards will have TI Wi-Fi and potentially eMMC on the usom.

This series adds the dtsi files for the new SOM and dts files for the
platform variants (v1.5 SOM without eMMC, v1.5 SOM with eMMC.)  It's
unfortunate that the w/o eMMC variant can't detect the lack of eMMC,
running the eMMC version without eMMC on the boards results in an
almost constant stream of kernel messages.

Feedback from the previous posting has been addressed, and additional
changes adding the v1.5 SOM board level files added through discussion
with Jon.

 arch/arm/boot/dts/Makefile                         |   8 +
 arch/arm/boot/dts/imx6dl-cubox-i-emmc-som-v15.dts  |  52 +++++++
 arch/arm/boot/dts/imx6dl-cubox-i-som-v15.dts       |  51 +++++++
 arch/arm/boot/dts/imx6dl-cubox-i.dts               |   2 +
 .../boot/dts/imx6dl-hummingboard-emmc-som-v15.dts  |  53 +++++++
 arch/arm/boot/dts/imx6dl-hummingboard-som-v15.dts  |  52 +++++++
 arch/arm/boot/dts/imx6dl-hummingboard.dts          |   2 +
 arch/arm/boot/dts/imx6q-cubox-i-emmc-som-v15.dts   |  60 ++++++++
 arch/arm/boot/dts/imx6q-cubox-i-som-v15.dts        |  59 +++++++
 arch/arm/boot/dts/imx6q-cubox-i.dts                |   2 +
 arch/arm/boot/dts/imx6q-h100.dts                   |   4 +-
 .../boot/dts/imx6q-hummingboard-emmc-som-v15.dts   |  61 ++++++++
 arch/arm/boot/dts/imx6q-hummingboard-som-v15.dts   |  60 ++++++++
 arch/arm/boot/dts/imx6q-hummingboard.dts           |   2 +
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |  72 ++++-----
 arch/arm/boot/dts/imx6qdl-hummingboard.dtsi        | 103 ++++++++-----
 arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi     |  99 ------------
 arch/arm/boot/dts/imx6qdl-microsom.dtsi            | 161 -------------------
 arch/arm/boot/dts/imx6qdl-sr-som-brcm.dtsi         | 144 +++++++++++++++++
 arch/arm/boot/dts/imx6qdl-sr-som-emmc.dtsi         |  70 +++++++++
 arch/arm/boot/dts/imx6qdl-sr-som-ti.dtsi           | 170 +++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi              | 121 +++++++++++++++
 22 files changed, 1072 insertions(+), 336 deletions(-)

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up

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

end of thread, other threads:[~2017-11-29 14:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28 15:00 [PATCH v2 00/16] SolidRun Hummingboard DT updates Russell King - ARM Linux
2017-11-28 15:01 ` [PATCH v2 01/16] ARM: dts: imx6qdl: SolidRun: remove redundant regulators node Russell King
2017-11-28 15:02 ` [PATCH v2 02/16] ARM: dts: imx6qdl: SolidRun: move AR8035 into microsom Russell King
2017-11-28 15:02 ` [PATCH v2 03/16] ARM: dts: imx6qdl-microsom: rename to imx6qdl-sr-som Russell King
2017-11-28 15:02 ` [PATCH v2 04/16] ARM: dts: imx6qdl: SolidRun: move microsom includes into .dts Russell King
2017-11-28 15:02 ` [PATCH v2 05/16] ARM: dts: imx6qdl-sr-som: use real iomuxc values for ethernet Russell King
2017-11-28 15:02 ` [PATCH v2 06/16] ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support Russell King
2017-11-28 15:02 ` [PATCH v2 07/16] ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock Russell King
2017-11-28 15:02 ` [PATCH v2 08/16] ARM: dts: imx6qdl-sr-som: add 3.3V vcc regulator Russell King
2017-11-28 15:02 ` [PATCH v2 09/16] ARM: dts: imx6qdl-sr-som: add support for TI Wi-Fi Russell King
2017-11-28 15:02 ` [PATCH v2 10/16] ARM: dts: ixm6qdl-sr-som: add support for eMMC Russell King
2017-11-29 14:46   ` Shawn Guo
2017-11-28 15:02 ` [PATCH v2 11/16] ARM: dts: imx6qdl-hummingboard: add SD card regulator Russell King
2017-11-28 15:02 ` [PATCH v2 12/16] ARM: dts: imx6qdl: SolidRun: rename regulators to match schematic Russell King
2017-11-28 15:03 ` [PATCH v2 13/16] ARM: dts: imx6qdl: SolidRun: fix node names Russell King
2017-11-28 15:03 ` [PATCH v2 14/16] ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC Russell King
2017-11-28 15:03 ` [PATCH v2 15/16] ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC Russell King
2017-11-28 15:03 ` [PATCH v2 16/16] ARM: dts: imx6qdl-cubox-i: update GPIO specification Russell King
2017-11-28 16:31 ` [PATCH v2 00/16] SolidRun Hummingboard DT updates Fabio Estevam

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).