All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad
@ 2017-01-04  4:55 ` Milo Kim
  0 siblings, 0 replies; 15+ messages in thread
From: Milo Kim @ 2017-01-04  4:55 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer
  Cc: Fabio Estevam, linux-arm-kernel, devicetree, linux-kernel, Milo Kim

Poslab Savageboard is the i.MX6 SoC base, but BSP code from the vendor is 
not mainline u-boot and kernel. Personal reason of using this board is 
testing etnaviv user-space driver, so I re-write device tree files based on
mainline kernel for the first step.

This patchset includes common DT file, dual and quad board files.

Supported components are
  - Display: HDMI and LVDS panel
  - eMMC and SD card
  - Ethernet
  - Pinmux configuration
  - SATA: only for Savageboard quad
  - UART1 for debug console
  - USB host

Missing features are
  - Audio (WM8903)
  - USB OTG
  - PMIC WM8326: default settings are used so no issue to bring-up the system
  - MIPI DSI and CSI

Patches are tested on the Savageboard quad but the dual version should work 
because the only difference between dual and quad is SATA support.

More information in http://www.savageboard.org

v4:
  Fix the license text and add the vendor prefix.
  Use generic node name for the backlight panel.
  Sort alphabetically for the pinctrl nodes.
  Remove unnecessary pinmux of HDMI CEC.

v3:
  Specify the dtbs for i.MX6 build.

v2:
  Fix DT node for regulator, phy-reset-gpios and iomuxc node.

Milo Kim (3):
  ARM: dts: imx6: Add Savageboard common file
  ARM: dts: imx6: Support Savageboard dual
  ARM: dts: imx6: Support Savageboard quad

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/imx6dl-savageboard.dts           |  51 +++++
 arch/arm/boot/dts/imx6q-savageboard.dts            |  55 +++++
 arch/arm/boot/dts/imx6qdl-savageboard.dtsi         | 255 +++++++++++++++++++++
 5 files changed, 364 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6dl-savageboard.dts
 create mode 100644 arch/arm/boot/dts/imx6q-savageboard.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-savageboard.dtsi

-- 
2.11.0

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

end of thread, other threads:[~2017-01-04  7:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04  4:55 [PATCH v4 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad Milo Kim
2017-01-04  4:55 ` Milo Kim
2017-01-04  4:55 ` Milo Kim
2017-01-04  4:55 ` [PATCH v4 1/3] ARM: dts: imx6: Add Savageboard common file Milo Kim
2017-01-04  4:55   ` Milo Kim
2017-01-04  4:55   ` Milo Kim
2017-01-04  4:55 ` [PATCH v4 2/3] ARM: dts: imx6: Support Savageboard dual Milo Kim
2017-01-04  4:55   ` Milo Kim
2017-01-04  4:55   ` Milo Kim
2017-01-04  7:12   ` Milo Kim
2017-01-04  7:12     ` Milo Kim
2017-01-04  7:12     ` Milo Kim
2017-01-04  4:55 ` [PATCH v4 3/3] ARM: dts: imx6: Support Savageboard quad Milo Kim
2017-01-04  4:55   ` Milo Kim
2017-01-04  4:55   ` Milo Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.