[PATCH 0/1] Add a new board device tree named 'evoker' for herobrine variant.

Sheng-Liang Pan posted 1 patch 3 years, 7 months ago
There is a newer version of this series
arch/arm64/boot/dts/qcom/Makefile             |   1 +
.../dts/qcom/sc7280-herobrine-evoker-r0.dts   | 333 ++++++++++++++++++
2 files changed, 334 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker-r0.dts
[PATCH 0/1] Add a new board device tree named 'evoker' for herobrine variant.
Posted by Sheng-Liang Pan 3 years, 7 months ago
This patch add the initial dts file for new board 'evoker'.



Sheng-Liang Pan (1):
  arm64: dts: qcom: sc7280: Add device tree for herobrine evoker

 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../dts/qcom/sc7280-herobrine-evoker-r0.dts   | 333 ++++++++++++++++++
 2 files changed, 334 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker-r0.dts

-- 
2.34.1
Re: [PATCH 0/1] Add a new board device tree named 'evoker' for herobrine variant.
Posted by Doug Anderson 3 years, 7 months ago
Hi,

On Mon, Aug 29, 2022 at 10:33 PM Sheng-Liang Pan
<sheng-liang.pan@quanta.corp-partner.google.com> wrote:
>
> This patch add the initial dts file for new board 'evoker'.
>
>
>
> Sheng-Liang Pan (1):
>   arm64: dts: qcom: sc7280: Add device tree for herobrine evoker
>
>  arch/arm64/boot/dts/qcom/Makefile             |   1 +
>  .../dts/qcom/sc7280-herobrine-evoker-r0.dts   | 333 ++++++++++++++++++
>  2 files changed, 334 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker-r0.dts

Just as a heads up, usually you don't need a cover letter if you're
just sending one patch.

-Doug