Re: [PATCH 2/2] arm64: dts: imx8mp: add Olimex i.MX8MP-SOM-EVB kit

From: Krzysztof Kozlowski

Date: Sat Sep 19 2026 - 03:12:08 EST


On 18/09/2026 21:55, Zoltan HERPAI wrote:
> This adds support for an i.MX8-based system-on-module + EVB board. The

Please do not use "This commit/patch/change", but imperative mood. See
longer explanation here:
https://elixir.bootlin.com/linux/v6.16/source/Documentation/process/submitting-patches.rst#L94

> product pages are here [1] and here [2] respectively.
>
> There are two new files, one dts for the EVB and one dtsi for the SoM.
>


...


> +&ecspi2 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_ecspi2 &pinctrl_ecspi2_cs>;
> +
> + status = "okay";
> +
> + spidev1: spi@0 {
> + reg = <0>;
> + compatible = "rohm,dh2228fv";

No, strong no. This does not exist. Don't invent fake devices on your board.


Best regards,
Krzysztof