mbox series

[v2,0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support

Message ID 20191228150553.6210-1-james.tai@realtek.com (mailing list archive)
Headers show
Series Initial RTD1319 SoC and Realtek PymParticle EVB support | expand

Message

James Tai [戴志峰] Dec. 28, 2019, 3:05 p.m. UTC
Hi Andreas,

This series adds Device Trees for the Realtek RTD1319 SoC and Realtek's
PymParticle EVB.

The v2 is based on my RTD1619 series and Andreas' RTD1395, syscon series.

v1 -> v2:
* Reserve the boot ROM address
* Reserve boot loader address
* Reserve audio/video FW address
* Reserve RPC and ring budffer address
* Reserve TEE address
* Support 1 GiB RAM by default
* Reduce rbus range to 2 MiB
* Apply the syscon for ISO,MISC,CRT,SB2,SCPU_WRAPPER
* Adjust compatible strings order in document

Cc: devicetree@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Andreas Färber <afaerber@suse.de>

James Tai (2):
  dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle
    EVB
  arm64: dts: realtek: Add RTD1319 SoC and Realtek PymParticle EVB

 .../devicetree/bindings/arm/realtek.yaml      |   6 +
 arch/arm64/boot/dts/realtek/Makefile          |   2 +
 .../boot/dts/realtek/rtd1319-pymparticle.dts  |  43 ++++
 arch/arm64/boot/dts/realtek/rtd1319.dtsi      |  12 +
 arch/arm64/boot/dts/realtek/rtd13xx.dtsi      | 212 ++++++++++++++++++
 5 files changed, 275 insertions(+)
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1319-pymparticle.dts
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1319.dtsi
 create mode 100644 arch/arm64/boot/dts/realtek/rtd13xx.dtsi

Comments

Andreas Färber Dec. 29, 2019, 2:48 a.m. UTC | #1
Hi James,

Am 28.12.19 um 16:05 schrieb James Tai:
> Cc: Andreas Färber <afaerber@suse.de>

This time you CC'ed me only on the cover letter, so that I didn't get 
notified of, e.g., Marc's review comments. I wonder why: realtek.yaml is 
in MAINTAINERS, and so is dts/realtek/, so get_maintainers.pl should've 
picked me up, even if you forgot to explicitly CC me? Please check what 
went wrong there and make sure it doesn't happen again for the next 
submission.

Thanks,
Andreas

>   .../devicetree/bindings/arm/realtek.yaml      |   6 +
>   arch/arm64/boot/dts/realtek/Makefile          |   2 +
>   .../boot/dts/realtek/rtd1319-pymparticle.dts  |  43 ++++
>   arch/arm64/boot/dts/realtek/rtd1319.dtsi      |  12 +
>   arch/arm64/boot/dts/realtek/rtd13xx.dtsi      | 212 ++++++++++++++++++
>   5 files changed, 275 insertions(+)
>   create mode 100644 arch/arm64/boot/dts/realtek/rtd1319-pymparticle.dts
>   create mode 100644 arch/arm64/boot/dts/realtek/rtd1319.dtsi
>   create mode 100644 arch/arm64/boot/dts/realtek/rtd13xx.dtsi
James Tai [戴志峰] Dec. 29, 2019, 7:57 a.m. UTC | #2
Hi Andreas,

> This time you CC'ed me only on the cover letter, so that I didn't get notified of,
> e.g., Marc's review comments. I wonder why: realtek.yaml is in MAINTAINERS,
> and so is dts/realtek/, so get_maintainers.pl should've picked me up, even if
> you forgot to explicitly CC me? Please check what went wrong there and make
> sure it doesn't happen again for the next submission.
> 
I will check it and make sure it doesn't happen again for the next submission.

Thanks.

Regards,
James