[PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles

Sia Jee Heng posted 7 patches 2 years ago
There is a newer version of this series
[PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles
Posted by Sia Jee Heng 2 years ago
Dubhe-80 and Dubhe-90 are RISC-V cpu core from StarFive Technology.

Signed-off-by: Sia Jee Heng <jeeheng.sia@starfivetech.com>
Reviewed-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
---
 Documentation/devicetree/bindings/riscv/cpus.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index f392e367d673..493972b29a22 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -48,6 +48,8 @@ properties:
               - thead,c906
               - thead,c910
               - thead,c920
+              - starfive,dubhe-80
+              - starfive,dubhe-90
           - const: riscv
       - items:
           - enum:
-- 
2.34.1
Re: [PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles
Posted by Krzysztof Kozlowski 2 years ago
On 27/11/2023 02:35, Sia Jee Heng wrote:
> Dubhe-80 and Dubhe-90 are RISC-V cpu core from StarFive Technology.
> 
> Signed-off-by: Sia Jee Heng <jeeheng.sia@starfivetech.com>
> Reviewed-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time, thus I will skip this patch entirely till you follow
the process allowing the patch to be tested.

Please kindly resend and include all necessary To/Cc entries.

Best regards,
Krzysztof