linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Add Unisoc's SC9863A support
@ 2020-01-10  6:37 Chunyan Zhang
  2020-01-10  6:37 ` [PATCH v6 1/2] dt-bindings: arm: move sprd board file to vendor directory Chunyan Zhang
  2020-01-10  6:37 ` [PATCH v6 2/2] arm64: dts: Add Unisoc's SC9863A SoC support Chunyan Zhang
  0 siblings, 2 replies; 8+ messages in thread
From: Chunyan Zhang @ 2020-01-10  6:37 UTC (permalink / raw)
  To: soc, Rob Herring, Mark Rutland
  Cc: devicetree, linux-kernel, Orson Zhai, Baolin Wang, Chunyan Zhang

SC9863A has Octa-core ARM Cortex A55 application processor. Find more
details about it on the website: http://www.unisoc.com/sc9863a

Changes from v5:
* Discarded .../bindings/arm/sprd/global-regs.yaml which will be added back
  when adding syscon into sc9863a devicetree.

Changes from v4:
* Removed syscon nodes which should be added when used.
* Added Acked-by from Rob Herring.

Changes from v3:
* Rebased on v5.5-rc1;
* Fix the cpu-map to put all cpus into the single cluster;
* Fixed a bindings error.

Changes from v2:
* Discard some dt-bindings patches which have been applied by Rob Herring.
* Added a new dt-binding file for sprd global-regs, also added a vendor directory for sprd.
* Moved sprd.yaml to the vendor directory.
* Addressed comments from Rob:
- fixed dtbs_check errors;
- move gic under to the bus node;
- removed msi-controller from gic, sinceSC9863A doesn't provide ITS;
- added specific compatible string for syscon nodes;
- cut down registers range of syscon nodes;
- removed unnecessary property "sprd,sc-id";
- added earlycon support in devicetree.

Changes from v1: 
- Convert DT bindings to json-schema.

Chunyan Zhang (2):
  dt-bindings: arm: move sprd board file to vendor directory
  arm64: dts: Add Unisoc's SC9863A SoC support

 .../bindings/arm/{ => sprd}/sprd.yaml         |   2 +-
 arch/arm64/boot/dts/sprd/Makefile             |   3 +-
 arch/arm64/boot/dts/sprd/sc9863a.dtsi         | 523 ++++++++++++++++++
 arch/arm64/boot/dts/sprd/sharkl3.dtsi         |  78 +++
 arch/arm64/boot/dts/sprd/sp9863a-1h10.dts     |  39 ++
 5 files changed, 643 insertions(+), 2 deletions(-)
 rename Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml (92%)
 create mode 100644 arch/arm64/boot/dts/sprd/sc9863a.dtsi
 create mode 100644 arch/arm64/boot/dts/sprd/sharkl3.dtsi
 create mode 100644 arch/arm64/boot/dts/sprd/sp9863a-1h10.dts

-- 
2.20.1


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

end of thread, other threads:[~2020-01-17  8:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10  6:37 [PATCH v6 0/2] Add Unisoc's SC9863A support Chunyan Zhang
2020-01-10  6:37 ` [PATCH v6 1/2] dt-bindings: arm: move sprd board file to vendor directory Chunyan Zhang
2020-01-10  6:37 ` [PATCH v6 2/2] arm64: dts: Add Unisoc's SC9863A SoC support Chunyan Zhang
2020-01-10 17:41   ` Olof Johansson
2020-01-13  1:44     ` Chunyan Zhang
2020-01-17  0:56       ` Olof Johansson
2020-01-17  0:57         ` Olof Johansson
2020-01-17  8:22           ` Chunyan Zhang

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