Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1535736

[PATCH 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad

From Milo Kim <woogyom.kim@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad
Date 2016-12-05 02:10 +0100
Message-ID <sKPX4-69b-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Poslab Savageboard is 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, 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

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

 arch/arm/boot/dts/imx6dl-savageboard.dts   |  50 ++++++
 arch/arm/boot/dts/imx6q-savageboard.dts    |  54 ++++++
 arch/arm/boot/dts/imx6qdl-savageboard.dtsi | 271 +++++++++++++++++++++++++++++
 3 files changed, 375 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.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad Milo Kim <woogyom.kim@gmail.com> - 2016-12-05 02:10 +0100
  [PATCH 3/3] ARM: dts: imx6: Support Savageboard quad Milo Kim <woogyom.kim@gmail.com> - 2016-12-05 02:10 +0100
  [PATCH 1/3] ARM: dts: imx6: Add Savageboard common file Milo Kim <woogyom.kim@gmail.com> - 2016-12-05 02:10 +0100
    Re: [PATCH 1/3] ARM: dts: imx6: Add Savageboard common file Fabio Estevam <festevam@gmail.com> - 2016-12-05 12:40 +0100
      Re: [PATCH 1/3] ARM: dts: imx6: Add Savageboard common file Milo Kim <woogyom.kim@gmail.com> - 2016-12-06 08:20 +0100
  [PATCH 2/3] ARM: dts: imx6: Support Savageboard dual Milo Kim <woogyom.kim@gmail.com> - 2016-12-05 02:20 +0100

csiph-web