public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] ARM: rockchip: add initial support for rk3288
@ 2014-07-25 21:49 Heiko Stuebner
       [not found] ` <1406324980-2450-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Heiko Stuebner @ 2014-07-25 21:49 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	olof-nZhT3qVonbNeoWH0uzbU5w, devicetree-u79uwXL29TY76Z2rM5mHXA,
	dianders-F7+t8E8rja9g9hUCZPvPmw
  Cc: Heiko Stuebner

This series adds the initial support for Rockchip rk3288 socs including
debug uart and devicetree files for the rk3288 evaluation board and
enables these boards to boot into an initramfs.

Boards using uboot need an updated bootloader, which must start the timer
supplying the architected timer, while the coreboot bootloader already does
this. It also depends on the patch
    "irqchip: gic: Add binding probe for ARM GIC400"
which should have made it into the irqchip tree today.

changes since v2:
- address more comments from Doug Anderson
  - move pinctrl settings to the main dtsi
  - use aliases when enabling nodes in the the evb dtsi
  - call xin24m osciallator and use clock-output-names
  - a lot of formatting and other minor cleanups
changes since v1:
- adress comments from Olof Johansson and Doug Anderson
  - remove soc parent-node
  - clarify cortex-a9 debug-uart descriptions
  - a lot of dts changes

Doug Anderson (1):
  ARM: dts: Build dtbs for Rockchip boards

Heiko Stuebner (7):
  dt-bindings: arm: add cortex-a12 and cortex-a17 cpu compatible
    properties
  ARM: rockchip: clarify usability of DEBUG_RK3X_UART debug_ll options
  ARM: rockchip: add debug uart used by rk3288
  ARM: Kconfig: set default gpio number for rockchip SoCs
  ARM: rockchip: enable support for RK3288 SoCs
  ARM: dts: rockchip: add core rk3288 dtsi
  ARM: dts: add rk3288 evaluation board

 Documentation/devicetree/bindings/arm/cpus.txt |   2 +
 arch/arm/Kconfig                               |   1 +
 arch/arm/Kconfig.debug                         |  20 +-
 arch/arm/boot/dts/Makefile                     |   5 +
 arch/arm/boot/dts/rk3288-evb-act8846.dts       | 134 ++++++
 arch/arm/boot/dts/rk3288-evb-rk808.dts         |  18 +
 arch/arm/boot/dts/rk3288-evb.dtsi              |  74 ++++
 arch/arm/boot/dts/rk3288.dtsi                  | 575 +++++++++++++++++++++++++
 arch/arm/mach-rockchip/Kconfig                 |   1 +
 arch/arm/mach-rockchip/rockchip.c              |   1 +
 10 files changed, 826 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-evb-act8846.dts
 create mode 100644 arch/arm/boot/dts/rk3288-evb-rk808.dts
 create mode 100644 arch/arm/boot/dts/rk3288-evb.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288.dtsi

-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-07-26  9:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 21:49 [PATCH v3 0/8] ARM: rockchip: add initial support for rk3288 Heiko Stuebner
     [not found] ` <1406324980-2450-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2014-07-25 21:49   ` [PATCH v3 1/8] dt-bindings: arm: add cortex-a12 and cortex-a17 cpu compatible properties Heiko Stuebner
2014-07-25 21:49   ` [PATCH v3 2/8] ARM: rockchip: clarify usability of DEBUG_RK3X_UART debug_ll options Heiko Stuebner
2014-07-25 21:49   ` [PATCH v3 3/8] ARM: rockchip: add debug uart used by rk3288 Heiko Stuebner
2014-07-25 21:49   ` [PATCH v3 4/8] ARM: Kconfig: set default gpio number for rockchip SoCs Heiko Stuebner
2014-07-25 21:49   ` [PATCH v3 5/8] ARM: rockchip: enable support for RK3288 SoCs Heiko Stuebner
2014-07-25 21:49   ` [PATCH v3 6/8] ARM: dts: rockchip: add core rk3288 dtsi Heiko Stuebner
     [not found]     ` <1406324980-2450-7-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2014-07-25 22:11       ` Doug Anderson
2014-07-25 21:49   ` [PATCH v3 7/8] ARM: dts: add rk3288 evaluation board Heiko Stuebner
     [not found]     ` <1406324980-2450-8-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2014-07-25 22:12       ` Doug Anderson
2014-07-25 21:49   ` [PATCH v3 8/8] ARM: dts: Build dtbs for Rockchip boards Heiko Stuebner
2014-07-26  9:08   ` [PATCH v3 0/8] ARM: rockchip: add initial support for rk3288 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox