Re: [PATCH 2/2] ARM: dts: imx50: add support for Amazon Kindle 4 (Yoshi)

From: Krzysztof Kozlowski

Date: Sun Sep 20 2026 - 11:26:46 EST


On 20/09/2026 15:54, Andrii Salivon wrote:
> Add initial device tree for the Amazon Kindle 4 non-touch e-reader
> (codename "yoshi", mainboard marked E01100), based on the i.MX50 SoC.
>
> This enables the console (UART1) and internal eMMC (eSDHC3), tested
> booting to a full Arch Linux ARM userspace with systemd on real
> hardware.
>
> Signed-off-by: Andrii Salivon <andrijsalivon@xxxxxxxxx>

Your patches goes unthreaded. Just use b4 to submit your work.

> ---
> arch/arm/boot/dts/nxp/imx/Makefile | 3 +-
> .../boot/dts/nxp/imx/imx50-amazon-yoshi.dts | 60 +++++++++++++++++++
> 2 files changed, 62 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/boot/dts/nxp/imx/imx50-amazon-yoshi.dts
>
> diff --git a/arch/arm/boot/dts/nxp/imx/Makefile b/arch/arm/boot/dts/nxp/imx/Makefile
> index 1a2539fa19b4..dd508451286d 100644
> --- a/arch/arm/boot/dts/nxp/imx/Makefile
> +++ b/arch/arm/boot/dts/nxp/imx/Makefile
> @@ -24,7 +24,8 @@ dtb-$(CONFIG_SOC_IMX35) += \
> imx35-pdk.dtb
> dtb-$(CONFIG_SOC_IMX50) += \
> imx50-evk.dtb \
> - imx50-kobo-aura.dtb
> + imx50-kobo-aura.dtb \
> + imx50-amazon-yoshi.dtb

Also here, why adding at the end. It only increases chances of conflicts.


Best regards,
Krzysztof