[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <60efe832-b982-7ea7-abd3-5e9bfd41d064@linaro.org>
Date: Sun, 25 Jun 2023 13:20:08 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: "Peng Fan (OSS)" <peng.fan@....nxp.com>, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, shawnguo@...nel.org,
s.hauer@...gutronix.de
Cc: kernel@...gutronix.de, festevam@...il.com, linux-imx@....com,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Peng Fan <peng.fan@....com>
Subject: Re: [PATCH 4/4] arm64: dts: imx93: enable CM33 for 11x11 EVK
On 25/06/2023 12:55, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@....com>
>
> Add reserved memory node for rpmsg
> Enable CM33 node with mailbox property included for doorbell.
>
> Signed-off-by: Peng Fan <peng.fan@....com>
...
> };
>
> reg_vref_1v8: regulator-adc-vref {
> @@ -107,6 +139,16 @@ &lpuart1 { /* console */
> status = "okay";
> };
>
> +&{/remoteproc-cm33} {
That's not proper reference by label.
> + mbox-names = "tx", "rx", "rxdb";
> + mboxes = <&mu1 0 1
> + &mu1 1 1
> + &mu1 3 1>;
Three entries, not one. Anyway, why mboxes depend on the board? This is
quite surprising.
Best regards,
Krzysztof
Powered by blists - more mailing lists