Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible
@ 2024-08-29  7:09 WangYuli
  2024-08-29  7:51 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: WangYuli @ 2024-08-29  7:09 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, ulf.hansson, shuaijiakun1288,
	davidwronek, andre.przywara, chenbaozi, quic_rjendra, lpieralisi,
	neil.armstrong, heiko.stuebner, rafal, linus.walleij
  Cc: devicetree, linux-kernel, Wang Yinfeng, WangYuli

From: Chen Baozi <chenbaozi@phytium.com.cn>

Document the compatible string for the FTC series cpus found in Phytium
SoCs.

Co-developed-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
Co-developed-by: Jiakun Shuai <shuaijiakun1288@phytium.com.cn>
Signed-off-by: Jiakun Shuai <shuaijiakun1288@phytium.com.cn>
Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 Documentation/devicetree/bindings/arm/cpus.yaml        | 6 ++++++
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index f308ff6c3532..75feb8007370 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -188,6 +188,12 @@ properties:
       - nvidia,tegra132-denver
       - nvidia,tegra186-denver
       - nvidia,tegra194-carmel
+      - phytium,ftc310
+      - phytium,ftc660
+      - phytium,ftc661
+      - phytium,ftc662
+      - phytium,ftc663
+      - phytium,ftc664
       - qcom,krait
       - qcom,kryo
       - qcom,kryo240
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index a70ce43b3dc0..2f974964e6b1 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1136,6 +1136,8 @@ patternProperties:
     description: PHICOMM Co., Ltd.
   "^phytec,.*":
     description: PHYTEC Messtechnik GmbH
+  "^phytium,.*":
+    description: Phytium Technology Co., Ltd.
   "^picochip,.*":
     description: Picochip Ltd
   "^pine64,.*":
-- 
2.43.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible
  2024-08-29  7:09 [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible WangYuli
@ 2024-08-29  7:51 ` Krzysztof Kozlowski
  2024-08-29  7:59   ` WangYuli
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-29  7:51 UTC (permalink / raw)
  To: WangYuli, robh, krzk+dt, conor+dt, ulf.hansson, shuaijiakun1288,
	davidwronek, andre.przywara, chenbaozi, quic_rjendra, lpieralisi,
	neil.armstrong, heiko.stuebner, rafal, linus.walleij
  Cc: devicetree, linux-kernel, Wang Yinfeng

On 29/08/2024 09:09, WangYuli wrote:
> From: Chen Baozi <chenbaozi@phytium.com.cn>
> 
> Document the compatible string for the FTC series cpus found in Phytium
> SoCs.
> 
> Co-developed-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
> Co-developed-by: Jiakun Shuai <shuaijiakun1288@phytium.com.cn>
> Signed-off-by: Jiakun Shuai <shuaijiakun1288@phytium.com.cn>
> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn>
> Signed-off-by: WangYuli <wangyuli@uniontech.com>

Quite a lot of people to add few compatibles. Are you sure they
contributed to this exact patch?

Also, please provide lore link with the users of this binding.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible
  2024-08-29  7:51 ` Krzysztof Kozlowski
@ 2024-08-29  7:59   ` WangYuli
  2024-08-29  8:06     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: WangYuli @ 2024-08-29  7:59 UTC (permalink / raw)
  To: Krzysztof Kozlowski, robh, krzk+dt, conor+dt, ulf.hansson,
	shuaijiakun1288, davidwronek, andre.przywara, chenbaozi,
	quic_rjendra, lpieralisi, neil.armstrong, heiko.stuebner, rafal,
	linus.walleij
  Cc: devicetree, linux-kernel, Wang Yinfeng


On 2024/8/29 15:51, Krzysztof Kozlowski wrote:
> Quite a lot of people to add few compatibles. Are you sure they
> contributed to this exact patch?
Yes.
>
> Also, please provide lore link with the users of this binding.
Preparing. Becoming very soon.
>
> Best regards,
> Krzysztof
>
>
Thanks
-- 
WangYuli


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible
  2024-08-29  7:59   ` WangYuli
@ 2024-08-29  8:06     ` Krzysztof Kozlowski
  2024-08-29  8:11       ` WangYuli
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-29  8:06 UTC (permalink / raw)
  To: WangYuli, robh, krzk+dt, conor+dt, ulf.hansson, shuaijiakun1288,
	davidwronek, andre.przywara, chenbaozi, quic_rjendra, lpieralisi,
	neil.armstrong, heiko.stuebner, rafal, linus.walleij
  Cc: devicetree, linux-kernel, Wang Yinfeng

On 29/08/2024 09:59, WangYuli wrote:
> 
> On 2024/8/29 15:51, Krzysztof Kozlowski wrote:
>> Quite a lot of people to add few compatibles. Are you sure they
>> contributed to this exact patch?
> Yes.
>>
>> Also, please provide lore link with the users of this binding.
> Preparing. Becoming very soon.

It is supposed to be part of this patchset in general. What is the point
of the bindings if there is no user?

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible
  2024-08-29  8:06     ` Krzysztof Kozlowski
@ 2024-08-29  8:11       ` WangYuli
  0 siblings, 0 replies; 5+ messages in thread
From: WangYuli @ 2024-08-29  8:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski, robh, krzk+dt, conor+dt, ulf.hansson,
	shuaijiakun1288, davidwronek, andre.przywara, chenbaozi,
	quic_rjendra, lpieralisi, neil.armstrong, heiko.stuebner, rafal,
	linus.walleij
  Cc: devicetree, linux-kernel, Wang Yinfeng


On 2024/8/29 16:06, Krzysztof Kozlowski wrote:
> It is supposed to be part of this patchset in general. What is the point
> of the bindings if there is no user?

Sorry about that,I'm a bit eager.

But don't worry,I'll bundle it into a patchset soon.

It's not like it doesn't have any users.

It won't keep you waiting long.

>
> Best regards,
> Krzysztof
>
>
Thanks
-- 
WangYuli

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-29  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  7:09 [PATCH] dt-bindings: arm: cpus: Add Phytium FTC series cpu compatible WangYuli
2024-08-29  7:51 ` Krzysztof Kozlowski
2024-08-29  7:59   ` WangYuli
2024-08-29  8:06     ` Krzysztof Kozlowski
2024-08-29  8:11       ` WangYuli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox