mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vishnu Reddy <busanna.reddy@oss.qualcomm.com>
To: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Cc: Vikash Garodia <vikash.garodia@oss.qualcomm.com>,
	Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>,
	Abhinav Kumar <abhinav.kumar@linux.dev>,
	Bryan O'Donoghue <bod@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Abel Vesa <abelvesa@kernel.org>,
	linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: media: qcom,nord-iris: Add nord video codec
Date: Mon, 21 Sep 2026 11:09:07 +0530	[thread overview]
Message-ID: <421128fe-9062-13b2-17c5-d6f0e318471e@oss.qualcomm.com> (raw)
In-Reply-To: <aq_ayLVdWc1Mt0Wu@QCOM-aGQu4IUr3Y>

On 9/20/2026 6:38 PM, Shawn Guo wrote:
> On Sat, Sep 19, 2026 at 10:14:55AM +0530, Vishnu Reddy wrote:
>> The nord platform uses the same dual-core iris video codec hardware as
>> glymur, with matching clocks and power domains. Add a qcom,nord-iris
>> compatible string that falls back to qcom,glymur-iris, allowing nord to
>> reuse the existing glymur iris devicetree schema.
>>
>> Signed-off-by: Vishnu Reddy <busanna.reddy@oss.qualcomm.com>
>> ---
>>  Documentation/devicetree/bindings/media/qcom,glymur-iris.yaml | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/media/qcom,glymur-iris.yaml b/Documentation/devicetree/bindings/media/qcom,glymur-iris.yaml
>> index de4792f3b658..558b85ef9ea0 100644
>> --- a/Documentation/devicetree/bindings/media/qcom,glymur-iris.yaml
>> +++ b/Documentation/devicetree/bindings/media/qcom,glymur-iris.yaml
>> @@ -15,7 +15,11 @@ description:
>>  
>>  properties:
>>    compatible:
>> -    const: qcom,glymur-iris
>> +    oneOf:
>> +      - items:
>> +          - const: qcom,nord-iris
>> +          - const: qcom,glymur-iris
>> +      - const: qcom,glymur-iris
> It might be a problem of prerequisite change instead of this patch
> itself. But I'm seeing a CHECK_DTBS issue here.

iommu-ranges was merged last week. Please try with the latest dt-schema.
https://github.com/devicetree-org/dt-schema/pull/207

> Documentation/devicetree/bindings/media/qcom,venus-common.yaml: iommu-ranges: missing type definition
>   DTC [C] arch/arm64/boot/dts/qcom/nord-ride-embedded.dtb
> out/arch/arm64/boot/dts/qcom/nord-ride-embedded.dtb: video-codec@aa00000 (qcom,nord-iris): non-pixel:iommu-ranges: [629145600, 3663724544] is too long
>         from schema $id: http://devicetree.org/schemas/media/qcom,glymur-iris.yaml
> out/arch/arm64/boot/dts/qcom/nord-ride-embedded.dtb: video-codec@aa00000 (qcom,nord-iris): Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'dma-ranges', 'firmware-name', 'interrupts', 'memory-region', 'pixel', 'reg' were unexpected)
>         from schema $id: http://devicetree.org/schemas/media/qcom,glymur-iris.yaml

These schemas are defined as references. When validating a specific YAML file,
please use -p Documentation/devicetree/bindings/media option so the references
can be resolved correctly and the warning/error can be avoided.

> Shawn
>
>>  
>>    clocks:
>>      maxItems: 9
>>
>> -- 
>> 2.34.1
>>
>>

  reply	other threads:[~2026-09-21  5:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-19  4:44 [PATCH 0/4] media: iris: Add support for nord platform Vishnu Reddy
2026-09-19  4:44 ` [PATCH 1/4] dt-bindings: media: qcom,nord-iris: Add nord video codec Vishnu Reddy
2026-09-20 13:08   ` Shawn Guo
2026-09-21  5:39     ` Vishnu Reddy [this message]
2026-09-19  4:44 ` [PATCH 2/4] arm64: dts: qcom: nord: Add iris video node Vishnu Reddy
2026-09-20 13:16   ` Shawn Guo
2026-09-21  5:40     ` Vishnu Reddy
2026-09-19  4:44 ` [PATCH 3/4] arm64: dts: qcom: nord-ride-embedded: Enable iris video codec node Vishnu Reddy
2026-09-21  8:07   ` Abel Vesa
2026-09-19  4:44 ` [PATCH 4/4] arm64: dts: qcom: nord-rrd: " Vishnu Reddy
2026-09-21  8:07   ` Abel Vesa
2026-09-20 13:27 ` [PATCH 0/4] media: iris: Add support for nord platform Shawn Guo
2026-09-21  5:45   ` Vishnu Reddy

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=421128fe-9062-13b2-17c5-d6f0e318471e@oss.qualcomm.com \
    --to=busanna.reddy@oss.qualcomm.com \
    --cc=abelvesa@kernel.org \
    --cc=abhinav.kumar@linux.dev \
    --cc=andersson@kernel.org \
    --cc=bod@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dikshita.agarwal@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    --cc=shengchao.guo@oss.qualcomm.com \
    --cc=vikash.garodia@oss.qualcomm.com \
    /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

all inboxes | Powered by JetHome®