* [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
@ 2023-09-11 8:11 Macpaul Lin
2023-09-11 9:49 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Macpaul Lin @ 2023-09-11 8:11 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Macpaul Lin,
Bernhard Rosenkränzer, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek
Cc: Bear Wang, Pablo Sun, Macpaul Lin
Fix the missing description for MediaTek mt8365-evk board.
Fixes: 4f5fc078ac6f ("dt-bindings: arm64: dts: mediatek: Add mt8365-evk board")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
---
Documentation/devicetree/bindings/arm/mediatek.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
change for v2:
- rebase this patch to follow the v5 patch set of mt8395.
- depends on https://lore.kernel.org/lkml/20230909132819.21626-2-macpaul.lin@mediatek.com/T/
- Fix description as a single board.
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 2e8ad49c3479..b163995e32d5 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -244,7 +244,8 @@ properties:
- enum:
- mediatek,mt8183-pumpkin
- const: mediatek,mt8183
- - items:
+ - description: MediaTek Genio 350 Board (Genio 350 EVK)
+ items:
- enum:
- mediatek,mt8365-evk
- const: mediatek,mt8365
--
2.18.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
2023-09-11 8:11 [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board Macpaul Lin
@ 2023-09-11 9:49 ` Krzysztof Kozlowski
2023-09-12 6:29 ` Macpaul Lin
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-11 9:49 UTC (permalink / raw)
To: Macpaul Lin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Matthias Brugger, AngeloGioacchino Del Regno,
Bernhard Rosenkränzer, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek
Cc: Bear Wang, Pablo Sun, Macpaul Lin
On 11/09/2023 10:11, Macpaul Lin wrote:
> Fix the missing description for MediaTek mt8365-evk board.
>
> Fixes: 4f5fc078ac6f ("dt-bindings: arm64: dts: mediatek: Add mt8365-evk board")
This is a friendly reminder during the review process.
It seems my previous comments were not fully addressed. Maybe my
feedback got lost between the quotes, maybe you just forgot to apply it.
Please go back to the previous discussion and either implement all
requested changes or keep discussing them.
Thank you.
> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> ---
> Documentation/devicetree/bindings/arm/mediatek.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> change for v2:
> - rebase this patch to follow the v5 patch set of mt8395.
> - depends on https://lore.kernel.org/lkml/20230909132819.21626-2-macpaul.lin@mediatek.com/T/
> - Fix description as a single board.
>
> diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
> index 2e8ad49c3479..b163995e32d5 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
> @@ -244,7 +244,8 @@ properties:
> - enum:
> - mediatek,mt8183-pumpkin
> - const: mediatek,mt8183
> - - items:
> + - description: MediaTek Genio 350 Board (Genio 350 EVK)
Drop, no need, redundant (copies the compatible) and your other entries
do not have it.
> + items:
> - enum:
This is still confusing. Why do you have enum here with such description.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
2023-09-11 9:49 ` Krzysztof Kozlowski
@ 2023-09-12 6:29 ` Macpaul Lin
2023-09-12 6:52 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Macpaul Lin @ 2023-09-12 6:29 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Matthias Brugger, AngeloGioacchino Del Regno,
Bernhard Rosenkränzer, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek
Cc: Bear Wang, Pablo Sun, Macpaul Lin
On 9/11/23 17:49, Krzysztof Kozlowski wrote:
>
>
> External email : Please do not click links or open attachments until you
> have verified the sender or the content.
>
> On 11/09/2023 10:11, Macpaul Lin wrote:
>> Fix the missing description for MediaTek mt8365-evk board.
>>
>> Fixes: 4f5fc078ac6f ("dt-bindings: arm64: dts: mediatek: Add mt8365-evk board")
>
> This is a friendly reminder during the review process.
>
> It seems my previous comments were not fully addressed. Maybe my
> feedback got lost between the quotes, maybe you just forgot to apply it.
> Please go back to the previous discussion and either implement all
> requested changes or keep discussing them.
>
> Thank you.
In the previous modifications, I overlooked this suggestion. It will be
corrected in the next version.
>> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
>> ---
>> Documentation/devicetree/bindings/arm/mediatek.yaml | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> change for v2:
>> - rebase this patch to follow the v5 patch set of mt8395.
>> - depends on https://lore.kernel.org/lkml/20230909132819.21626-2-macpaul.lin@mediatek.com/T/
>> - Fix description as a single board.
>>
>> diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
>> index 2e8ad49c3479..b163995e32d5 100644
>> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
>> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
>> @@ -244,7 +244,8 @@ properties:
>> - enum:
>> - mediatek,mt8183-pumpkin
>> - const: mediatek,mt8183
>> - - items:
>> + - description: MediaTek Genio 350 Board (Genio 350 EVK)
>
> Drop, no need, redundant (copies the compatible) and your other entries
> do not have it.
The primary objective of this patch is to incorporate a description that
will prevent users from confusing this platform with others.
Additionally, it aids in identifying this as a "Genio EVK" for marketing
purposes.
>
>> + items:
>> - enum:
>
> This is still confusing. Why do you have enum here with such description.
>
In order to accommodate the current market situation for a single
reference board, will replace this with a 'const'.
> Best regards,
> Krzysztof
>
Thanks
Macpaul Lin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
2023-09-12 6:29 ` Macpaul Lin
@ 2023-09-12 6:52 ` Krzysztof Kozlowski
0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-12 6:52 UTC (permalink / raw)
To: Macpaul Lin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Matthias Brugger, AngeloGioacchino Del Regno,
Bernhard Rosenkränzer, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek
Cc: Bear Wang, Pablo Sun, Macpaul Lin
On 12/09/2023 08:29, Macpaul Lin wrote:
>
>>> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
>>> ---
>>> Documentation/devicetree/bindings/arm/mediatek.yaml | 3 ++-
>>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> change for v2:
>>> - rebase this patch to follow the v5 patch set of mt8395.
>>> - depends on https://lore.kernel.org/lkml/20230909132819.21626-2-macpaul.lin@mediatek.com/T/
>>> - Fix description as a single board.
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
>>> index 2e8ad49c3479..b163995e32d5 100644
>>> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
>>> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
>>> @@ -244,7 +244,8 @@ properties:
>>> - enum:
>>> - mediatek,mt8183-pumpkin
>>> - const: mediatek,mt8183
>>> - - items:
>>> + - description: MediaTek Genio 350 Board (Genio 350 EVK)
>>
>> Drop, no need, redundant (copies the compatible) and your other entries
>> do not have it.
>
> The primary objective of this patch is to incorporate a description that
> will prevent users from confusing this platform with others.
How platform can be confused? The compatibles define it, not description.
> Additionally, it aids in identifying this as a "Genio EVK" for marketing
> purposes.
Kernel is not a place for marketing.
> Thanks
> Macpaul Lin
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-12 6:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11 8:11 [PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board Macpaul Lin
2023-09-11 9:49 ` Krzysztof Kozlowski
2023-09-12 6:29 ` Macpaul Lin
2023-09-12 6:52 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).