public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm64: dts: add RK3399-Q7
@ 2017-08-18 19:34 Klaus Goger
  2017-08-18 19:34 ` [PATCH v2 1/5] dt-bindings: add vendor prefix for Theobroma Systems Klaus Goger
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Klaus Goger @ 2017-08-18 19:34 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Philipp Tomsich, Klaus Goger, Guenter Roeck, Florian Larysch,
	Jelle van der Waa, Thierry Reding, Linus Walleij, Shawn Lin,
	Rob Herring, Icenowy Zheng, Shawn Lin, Catalin Marinas, SZ Lin,
	Jonathan Cameron, Jacob Chen, Kever Yang, Brian Norris,
	Kevin Hilman, Hans de Goede, linux-rockchip, Jorik Jonker,
	Jiri Kosina, Greg Kroah-Hartman, Jonathan Cameron,
	Paul Kocialkowski, devicetree, Paweł Jarosz, Liang Chen,
	Will Deacon, linux-arm-kernel, Jianqun Xu, linux-kernel, Andy Yan,
	Rask Ingemann Lambertsen, Eddie Cai, Mark Rutland, Chen-Yu Tsai,
	Maxime Ripard, Chris Packham

Adds the devicetree for the Qseven module RK3399-Q7 and it's EVK baseboard.
See https://www.theobroma-systems.com/rk3399-q7/ for more information
about the module

As it uses fan535555 instead of syr82x that has slightly different
voltage settings we also overwrite the cpu_b cluster opp settings
from rk3399-opp.dtsi

This series also includes additional devicetree bindings to satisfy
checkpatch.

Two issues that have been observed with current linux-next:
 *  PCIe is not working due iommu_get_domain_for_dev always returning null.
 *  SD-Card detect only works if used as cd-gpio.


Changes in v2:
₋ split dts in a SoM dtsi and a dts for the baseboard
- use dashes in phandles
- use /delete-node/ before redefining opp-table1
- add comment why opp-table1 is redefined
- use generic node names
- remove deprecated regulator-compatible property
- add vqmmc property to sdmmc

Klaus Goger (5):
  dt-bindings: add vendor prefix for Theobroma Systems
  dt-bindings: add amc6821, isl1208 trivial bindings
  dt-bindings: add rk3399-q7 SoM
  arm64: dts: add RK3399-Q7 (Puma) SoM
  arm64: dts: add Haikou baseboard with RK3399-Q7 SoM

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 .../devicetree/bindings/trivial-devices.txt        |   2 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 228 +++++++++
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      | 546 +++++++++++++++++++++
 6 files changed, 782 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

-- 
2.11.0

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

end of thread, other threads:[~2017-08-23  7:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 19:34 [PATCH v2 0/5] arm64: dts: add RK3399-Q7 Klaus Goger
2017-08-18 19:34 ` [PATCH v2 1/5] dt-bindings: add vendor prefix for Theobroma Systems Klaus Goger
2017-08-18 19:34 ` [PATCH v2 2/5] dt-bindings: add amc6821, isl1208 trivial bindings Klaus Goger
2017-08-23  0:24   ` Rob Herring
2017-08-18 19:34 ` [PATCH v2 3/5] dt-bindings: add rk3399-q7 SoM Klaus Goger
2017-08-23  0:23   ` Rob Herring
2017-08-23  7:27   ` Heiko Stuebner
2017-08-18 19:34 ` [PATCH v2 4/5] arm64: dts: add RK3399-Q7 (Puma) SoM Klaus Goger
2017-08-18 21:14   ` Heiko Stuebner
2017-08-23  7:38   ` Heiko Stuebner
2017-08-18 19:34 ` [PATCH v2 5/5] arm64: dts: add Haikou baseboard with RK3399-Q7 SoM Klaus Goger
2017-08-23  7:43   ` Heiko Stuebner

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