[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <74126160-57f9-4abf-a26c-3491c8f3dd78@linaro.org>
Date: Tue, 27 Aug 2024 15:08:03 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: quic_dikshita@...cinc.com, Vikash Garodia <quic_vgarodia@...cinc.com>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Philipp Zabel <p.zabel@...gutronix.de>
Cc: linux-media@...r.kernel.org, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 03/29] media: iris: add platform driver for iris video
device
On 27/08/2024 11:05, Dikshita Agarwal via B4 Relay wrote:
> +static const struct of_device_id iris_dt_match[] = {
> + { .compatible = "qcom,sm8550-iris", },
> + { .compatible = "qcom,sm8250-venus", },
> + { },
> +};
> +MODULE_DEVICE_TABLE(of, iris_dt_match);
The enabling patch for the compat strings should come last - if its
first then the time between the compat add and the last patch is a dead
zone where things are bound to break on a booting board.
---
bod
Powered by blists - more mailing lists