All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Rob Herring <robh@kernel.org>, Icenowy Zheng <uwu@icenowy.me>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Drew Fustini <fustini@kernel.org>, Guo Ren <guoren@kernel.org>,
	Fu Wei <wefu@redhat.com>, Philipp Zabel <p.zabel@pengutronix.de>,
	Heiko Stuebner <heiko@sntech.de>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Michal Wilczynski <m.wilczynski@samsung.com>,
	Han Gao <rabenda.cn@gmail.com>, Yao Zi <ziyao@disroot.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: Re: [RFC PATCH 2/8] dt-bindings: display: add versilicon,dc
Date: Fri, 15 Aug 2025 11:09:36 +0200	[thread overview]
Message-ID: <5af90b60-d65b-4e80-9a27-44938bbd450b@kernel.org> (raw)
In-Reply-To: <20250814220444.GA3988176-robh@kernel.org>

On 15/08/2025 00:04, Rob Herring wrote:
>> +
>> +maintainers:
>> +  - Icenowy Zheng <uwu@icenowy.me>
>> +
>> +properties:
>> +  $nodename:
>> +    pattern: "^display@[0-9a-f]+$"
>> +
>> +  compatible:
>> +    const: verisilicon,dc
> 
> If the clocks or resets varies by platform, then you need an SoC 
> specific compatible still. If these clocks/resets are straight from the 
> RTL and any other number of clocks/resets is wrong, then we can stick 
> with just this compatible.

Shouldn't we have here always SoC compatible? Can it be ever used alone,
outside of given SoC?

I could imagine now:

items:
  - {}
  - const: verisilicon,dc


Best regards,
Krzysztof

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Rob Herring <robh@kernel.org>, Icenowy Zheng <uwu@icenowy.me>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Drew Fustini <fustini@kernel.org>, Guo Ren <guoren@kernel.org>,
	Fu Wei <wefu@redhat.com>, Philipp Zabel <p.zabel@pengutronix.de>,
	Heiko Stuebner <heiko@sntech.de>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Michal Wilczynski <m.wilczynski@samsung.com>,
	Han Gao <rabenda.cn@gmail.com>, Yao Zi <ziyao@disroot.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: Re: [RFC PATCH 2/8] dt-bindings: display: add versilicon,dc
Date: Fri, 15 Aug 2025 11:09:36 +0200	[thread overview]
Message-ID: <5af90b60-d65b-4e80-9a27-44938bbd450b@kernel.org> (raw)
In-Reply-To: <20250814220444.GA3988176-robh@kernel.org>

On 15/08/2025 00:04, Rob Herring wrote:
>> +
>> +maintainers:
>> +  - Icenowy Zheng <uwu@icenowy.me>
>> +
>> +properties:
>> +  $nodename:
>> +    pattern: "^display@[0-9a-f]+$"
>> +
>> +  compatible:
>> +    const: verisilicon,dc
> 
> If the clocks or resets varies by platform, then you need an SoC 
> specific compatible still. If these clocks/resets are straight from the 
> RTL and any other number of clocks/resets is wrong, then we can stick 
> with just this compatible.

Shouldn't we have here always SoC compatible? Can it be ever used alone,
outside of given SoC?

I could imagine now:

items:
  - {}
  - const: verisilicon,dc


Best regards,
Krzysztof

  parent reply	other threads:[~2025-08-15 12:44 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 16:40 [RFC PATCH 0/8] Verisilicon DC8200 driver (and adaption to TH1520) Icenowy Zheng
2025-08-14 16:40 ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 1/8] dt-bindings: vendor-prefixes: add verisilicon Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 2/8] dt-bindings: display: add versilicon,dc Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-14 19:21   ` Rob Herring (Arm)
2025-08-14 19:21     ` Rob Herring (Arm)
2025-08-14 22:04   ` Rob Herring
2025-08-14 22:04     ` Rob Herring
2025-08-15  3:42     ` Icenowy Zheng
2025-08-15  3:42       ` Icenowy Zheng
2025-08-15  9:09     ` Krzysztof Kozlowski [this message]
2025-08-15  9:09       ` Krzysztof Kozlowski
2025-08-15  9:53       ` Icenowy Zheng
2025-08-15  9:53         ` Icenowy Zheng
2025-08-15 16:55         ` Icenowy Zheng
2025-08-15 16:55           ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 3/8] drm: verisilicon: add a driver for Verisilicon display controllers Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-15  9:05   ` Philipp Zabel
2025-08-15  9:05     ` Philipp Zabel
2025-08-15  9:07     ` Icenowy Zheng
2025-08-15  9:07       ` Icenowy Zheng
2025-08-16 10:04   ` Yao Zi
2025-08-16 10:04     ` Yao Zi
2025-08-16 16:09     ` Icenowy Zheng
2025-08-16 16:09       ` Icenowy Zheng
2025-08-16 16:18   ` Dmitry Baryshkov
2025-08-16 16:18     ` Dmitry Baryshkov
2025-08-16 16:48     ` Icenowy Zheng
2025-08-16 16:48       ` Icenowy Zheng
2025-08-16 17:22       ` Icenowy Zheng
2025-08-16 17:22         ` Icenowy Zheng
2025-08-16 18:01         ` Icenowy Zheng
2025-08-16 18:01           ` Icenowy Zheng
2025-08-16 18:10         ` Dmitry Baryshkov
2025-08-16 18:10           ` Dmitry Baryshkov
2025-08-16 17:45       ` Dmitry Baryshkov
2025-08-16 17:45         ` Dmitry Baryshkov
2025-08-16 17:55         ` Icenowy Zheng
2025-08-16 17:55           ` Icenowy Zheng
2025-08-16 18:05           ` Icenowy Zheng
2025-08-16 18:05             ` Icenowy Zheng
2025-08-17 18:39   ` Drew Fustini
2025-08-17 18:39     ` Drew Fustini
2025-08-18  7:08     ` Icenowy Zheng
2025-08-18  7:08       ` Icenowy Zheng
2025-08-20 21:21   ` Michal Wilczynski
2025-08-20 21:21     ` Michal Wilczynski
2025-08-21  3:48     ` Icenowy Zheng
2025-08-21  3:48       ` Icenowy Zheng
2025-08-21  9:38     ` Maud Spierings
2025-08-21  9:38       ` Maud Spierings
2025-08-21  9:50       ` Michal Wilczynski
2025-08-21  9:50         ` Michal Wilczynski
2025-08-14 16:40 ` [RFC PATCH 4/8] dt-bindings: display/bridge: add binding for TH1520 HDMI controller Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-14 19:21   ` Rob Herring (Arm)
2025-08-14 19:21     ` Rob Herring (Arm)
2025-08-15  9:13   ` Krzysztof Kozlowski
2025-08-15  9:13     ` Krzysztof Kozlowski
2025-08-14 16:40 ` [RFC PATCH 5/8] drm/bridge: add a driver for T-Head " Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-16 16:24   ` Dmitry Baryshkov
2025-08-16 16:24     ` Dmitry Baryshkov
2025-08-16 17:10     ` Icenowy Zheng
2025-08-16 17:10       ` Icenowy Zheng
2025-08-18  7:45       ` Troy Mitchell
2025-08-18  7:45         ` Troy Mitchell
2025-08-18  7:47         ` Icenowy Zheng
2025-08-18  7:47           ` Icenowy Zheng
2025-08-18  7:54           ` Troy Mitchell
2025-08-18  7:54             ` Troy Mitchell
2025-08-21 11:38           ` Dmitry Baryshkov
2025-08-21 11:38             ` Dmitry Baryshkov
2025-08-21 13:24             ` Icenowy Zheng
2025-08-21 13:24               ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 6/8] riscv: dts: thead: add DPU and HDMI device tree nodes Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 7/8] riscv: dts: thead: lichee-pi-4a: enable HDMI Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng
2025-08-14 16:40 ` [RFC PATCH 8/8] MAINTAINERS: assign myself as maintainer for verislicon DC driver Icenowy Zheng
2025-08-14 16:40   ` Icenowy Zheng

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=5af90b60-d65b-4e80-9a27-44938bbd450b@kernel.org \
    --to=krzk@kernel.org \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fustini@kernel.org \
    --cc=guoren@kernel.org \
    --cc=heiko@sntech.de \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=m.wilczynski@samsung.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=p.zabel@pengutronix.de \
    --cc=rabenda.cn@gmail.com \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=uwu@icenowy.me \
    --cc=wefu@redhat.com \
    --cc=ziyao@disroot.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.