linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Kamil Kasperski <ressetkk@gmail.com>,
	wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] dts: arm64: sunxi: add initial dts for T95 AXP313 tv box
Date: Tue, 12 Mar 2024 12:27:08 +0100	[thread overview]
Message-ID: <204e2fc3-19f5-45c9-b313-fdc81f38ec70@kernel.org> (raw)
In-Reply-To: <20240311174750.6428-4-ressetkk@gmail.com>

On 11/03/2024 18:47, Kamil Kasperski wrote:
> T95 is a most commonly known for being a box with a pre-installed malware.
> It uses Allwinner H616 and comes with eMMC and DDR3 memory.
> 
> Those TV boxes usually come with common hardware:
> - Allwinner H616 SoC
> - 2/4 GB DDR3 SDRAM (Hynix H5TQ2G43BFR)
> - 16/32/64 GB eMMC
> - microSD slot
> - AXP305 or AXP313 PMIC depending on board revision
> - 3.5mm A/V output
> - HDMI port
> - 2x USB 2.0 ports
> - 100M ETH using Internal PHY
> - 7-segment display
> - DC 5V barrel jack port
> 
> The board contains holes hor UART header wired to &uart0.
> From the DRAM specification its operation voltage is 1.5V.
> 
> Signed-off-by: Kamil Kasperski <ressetkk@gmail.com>

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.

> ---
>  arch/arm64/boot/dts/allwinner/Makefile        |   1 +
>  .../dts/allwinner/sun50i-h616-t95-axp313.dts  | 138 ++++++++++++++++++
>  2 files changed, 139 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h616-t95-axp313.dts
> 
> diff --git a/arch/arm64/boot/dts/allwinner/Makefile b/arch/arm64/boot/dts/allwinner/Makefile
> index 21149b346a60..183dcdea40ad 100644
> --- a/arch/arm64/boot/dts/allwinner/Makefile
> +++ b/arch/arm64/boot/dts/allwinner/Makefile
> @@ -43,6 +43,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h616-bigtreetech-cb1-manta.dtb
>  dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h616-bigtreetech-pi.dtb
>  dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h616-orangepi-zero2.dtb
>  dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h616-x96-mate.dtb
> +dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h616-t95-axp313.dtb

't' goes before 'x'.

Keep the order.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-03-12 11:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11 17:47 [PATCH 0/3] dts: arm64: sunxi: add initial support for t95 tv box Kamil Kasperski
2024-03-11 17:47 ` [PATCH 1/3] dt-bindings: vendor-prefixes: sunxi: add T95 string Kamil Kasperski
2024-03-12 11:25   ` Krzysztof Kozlowski
2024-03-11 17:47 ` [PATCH 2/3] dt-bindings: arm: sunxi: add t95 compatible string to list of known boards Kamil Kasperski
2024-03-12 11:26   ` Krzysztof Kozlowski
2024-03-11 17:47 ` [PATCH 3/3] dts: arm64: sunxi: add initial dts for T95 AXP313 tv box Kamil Kasperski
2024-03-12 11:27   ` Krzysztof Kozlowski [this message]
2024-03-13 17:25 ` [PATCH 0/3] dts: arm64: sunxi: add initial support for t95 " Jernej Škrabec
2024-03-13 17:38   ` Andre Przywara
2024-03-13 18:00     ` Jernej Škrabec
2024-03-14  0:19       ` Kamil Kasperski
2024-03-14 16:50         ` Jernej Škrabec
2024-03-15  0:57           ` Kamil Kasperski
2024-03-15 18:20             ` Jernej Škrabec

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=204e2fc3-19f5-45c9-b313-fdc81f38ec70@kernel.org \
    --to=krzk@kernel.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=ressetkk@gmail.com \
    --cc=samuel@sholland.org \
    --cc=wens@csie.org \
    /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).