From: Rui Miguel Silva <rui.silva@linaro.org>
To: Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Rui Miguel Silva <rui.silva@linaro.org>
Subject: [PATCH v5 0/2] arm64: dts: add corstone1000 device tree
Date: Fri, 8 Apr 2022 14:19:20 +0100 [thread overview]
Message-ID: <20220408131922.3864348-1-rui.silva@linaro.org> (raw)
Add device tree and correspondent binding for ARM corstone1000
[0] platform for FVP (Fixed Virtual Platform) and FPGA MPS3
prototyping board implementation of this system.
Cheers,
Rui
v4 [4] -> v5:
Rob Herring:
- drop smsc,lan91c111 binding patch because it was applied
- add reviewed-by tag to corstone1000 bindings
- add mmc nodes to fvp dts since latest version of FVP
support 2 sdcard
v3 [3] ->v4:
Sudeep Holla:
- replace documentation links to permanent ones
- extend l2 cache properties
- move cpu definition to dtsi since the FVP is also a
cortex-a35 implementation
- remove unneeded interrupt parents from uart
v2 [2] ->v3:
Rob Herring:
- unevaluatedProperties fix
- running dtbs_check had a fatal error:
dpu-qcm2290.example.dts:23:18: which make it exit before
the smsc,lan91c111 was verified.
Fixed the issue in smsc,lan91c111 example by adding
arm-gic header
Andrew Lunn:
- remove lan91c111 txt file since we are replacing it with a
schema one.
v1 [1] ->v2:
Rob Herring:
- change license to dual
- distinguish cpu entry for fvp and mps3
- mmio nodes in simple-bus
- refactor mhu entries
- add secure-status to secure world only accessible mhu
- add smsc,lan91c111 binding patch to avoid dtbs_check
warnings
Marc Zyngier:
- fixed SPI cpu mask invalid entries
- reduce the mask to the existing cpu count (4->1)
- change one interrupt to symbolic enconding
0: https://developer.arm.com/documentation/102360/0000
1: https://lore.kernel.org/linux-devicetree/20220325133655.4177977-1-rui.silva@linaro.org/
2: https://lore.kernel.org/linux-devicetree/20220329213519.801033-1-rui.silva@linaro.org/
3: https://lore.kernel.org/linux-devicetree/20220330131053.1122502-1-rui.silva@linaro.org/
4: https://lore.kernel.org/linux-devicetree/20220331154536.1544220-1-rui.silva@linaro.org/
Rui Miguel Silva (2):
dt-bindings: arm: add corstone1000 platform
arm64: dts: arm: add corstone1000 device tree
.../bindings/arm/arm,corstone1000.yaml | 45 +++++
arch/arm64/boot/dts/arm/Makefile | 1 +
arch/arm64/boot/dts/arm/corstone1000-fvp.dts | 51 ++++++
arch/arm64/boot/dts/arm/corstone1000-mps3.dts | 32 ++++
arch/arm64/boot/dts/arm/corstone1000.dtsi | 164 ++++++++++++++++++
5 files changed, 293 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml
create mode 100644 arch/arm64/boot/dts/arm/corstone1000-fvp.dts
create mode 100644 arch/arm64/boot/dts/arm/corstone1000-mps3.dts
create mode 100644 arch/arm64/boot/dts/arm/corstone1000.dtsi
--
2.35.1
next reply other threads:[~2022-04-08 13:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 13:19 Rui Miguel Silva [this message]
2022-04-08 13:19 ` [PATCH v5 1/2] dt-bindings: arm: add corstone1000 platform Rui Miguel Silva
2022-04-08 13:19 ` [PATCH v5 2/2] arm64: dts: arm: add corstone1000 device tree Rui Miguel Silva
2022-04-08 16:26 ` Rob Herring
2022-04-25 13:28 ` [PATCH v5 0/2] arm64: dts: " Sudeep Holla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220408131922.3864348-1-rui.silva@linaro.org \
--to=rui.silva@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=liviu.dudau@arm.com \
--cc=lorenzo.pieralisi@arm.com \
--cc=robh+dt@kernel.org \
--cc=sudeep.holla@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).