From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF15EE9270D for ; Thu, 5 Oct 2023 15:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232473AbjJEPfY (ORCPT ); Thu, 5 Oct 2023 11:35:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232583AbjJEPfA (ORCPT ); Thu, 5 Oct 2023 11:35:00 -0400 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D2ED7E215; Thu, 5 Oct 2023 07:52:05 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4DFD4C0019; Thu, 5 Oct 2023 14:51:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1696517512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HdkjYjuKh7Ji4lb7KqXewrgDVwOnf7O66EhYWKJOBkM=; b=l4UMpspOAJhsvhsVbcCxJS7ZbEOg0kNwnb/vJ5QBBFofMvJV+z60lKL2SaONi8OJY2GQwR APR72vTtKaVR8zGdkncyRWihT7qV58yyfrljkOR/QB+oufMAMBCv/RVcHKdciNw7OLx/4v Mvm5HOsAHJyTqVbfzLZ+JLNY968YIGwZVSDOAJeaN9Xyk+Sq1jB2wZ7jUpBHsQrDGkKJ5C nIWDyl+eKfYNTau2WF/2m6CPwQZa+FosdxnJNMiWYBPngf+RK8sBcJb6lI/guoxjLJXWXc x4m7CHftYsP7kz59YiVhOETk4Hke2u/BAb3Xqeq63nB4V2XyRn0xe8lnSvuWpA== From: Gregory CLEMENT To: Serge Semin Cc: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Paul Burton , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , Tawfik Bayouk , Alexandre Belloni , =?utf-8?Q?Th=C3=A9o?= Lebrun , Thomas Petazzoni Subject: Re: [PATCH 05/11] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core In-Reply-To: References: <20231004161038.2818327-1-gregory.clement@bootlin.com> <20231004161038.2818327-6-gregory.clement@bootlin.com> Date: Thu, 05 Oct 2023 16:51:50 +0200 Message-ID: <87sf6pcebd.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: gregory.clement@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Serge(y), > On Wed, Oct 04, 2023 at 06:10:32PM +0200, Gregory CLEMENT wrote: >> The MIPS Warrior I-class I6500 was announced by Imagination >> Technologies in 2016 and is used in the Mobileye SoC EyeQ5. >> >> Signed-off-by: Gregory CLEMENT >> --- >> Documentation/devicetree/bindings/mips/cpus.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/mips/cpus.yaml b/Documentation/devicetree/bindings/mips/cpus.yaml >> index cf382dea3922..87fd2842ba68 100644 >> --- a/Documentation/devicetree/bindings/mips/cpus.yaml >> +++ b/Documentation/devicetree/bindings/mips/cpus.yaml >> @@ -39,6 +39,7 @@ properties: >> - mti,mips24KEc >> - mti,mips14KEc >> - mti,mips14Kc > >> + - mti,i6500 > > Since the CPU core vendor is Imagination Technologies thus it would > be more appropriate to have the "img," prefix. Wouldn't it? According to Documentation/devicetree/bindings/vendor-prefixes.yaml "^mti,.*": description: Imagination Technologies Ltd. (formerly MIPS Technologies Inc.) So I think it's OK. Gregory > > -Serge(y) > >> >> reg: >> maxItems: 1 >> -- >> 2.40.1 >> -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com