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 D806DC761A6 for ; Mon, 20 Mar 2023 18:23:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbjCTSXO (ORCPT ); Mon, 20 Mar 2023 14:23:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231274AbjCTSWt (ORCPT ); Mon, 20 Mar 2023 14:22:49 -0400 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A193B2DE76 for ; Mon, 20 Mar 2023 11:15:48 -0700 (PDT) Received: by mail-ed1-x52c.google.com with SMTP id y4so50401535edo.2 for ; Mon, 20 Mar 2023 11:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679336124; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=XClxnA6CuNm9Jv3g/SBjzKVTxx9V3YQWxRpzWOtZeK0=; b=gjbNIiRFV4g3/umiBJrM9XjVfQCtaP89f5l2xEApmWsocYAhxCKeUEMydKzCjUFGFo zma9mS/+UYlB62DjSHaAIt1386w45pBuwKloGXJeb6Qhh0AvEGwz0TXijZuj/0gbhB9c 2Y6w0xF/iRpCt4Jk3DS1kmkxoiF03Ps/6slZOhQn/9/1PhalgRyPUcNGuFd9v8ozgrqo jYq3Twd//95CysQGQzIuOz9gNn0dhsjhB12xmC6duZVhzhCCuruE4W+vOaAT5XHao18y 7ZoDvoPKzBq200bNsrs6KsSYB4IPFwdI4F+U6hLO9EzYOddnv6MI1wpg5YBMAtrMW2CL 4uFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679336124; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XClxnA6CuNm9Jv3g/SBjzKVTxx9V3YQWxRpzWOtZeK0=; b=m/0upgIij3zU7xhdpJH5ToT+egsfXlUJ0WPWQdUj5kxsdaDpGsG4mXoguvtLkS5N6K CN92BdeWPOvM1tyaIUC99BM51SLD6znLqe6PxLF0kX+XvlyXYIwjQZRd+420dQb+2ySy jBiKjgKwfQ6QRt7bKWSD1R9F3DiLf4lFpbCVc8QFnssAWhajqukUl1c9VLmPyYoiMZ2T +m4euY2BAC+EWtwqmv6Sb8xzOSItgWaRLectGvd2QPrKEfGmyzWYx2sQm42BO8jWU6GS PIdECPSlBWJkQyHUy/86zmtnr0CfHSVkrBEu0WJttki63MFk685VeZpxqUbKIzeFxTXC aVug== X-Gm-Message-State: AO0yUKV04Cq+YEYB6V1u436iXO/dHKLglb719qP6txwMkI8NiVGW2RJI 71TkRVnq8F02qI9oqUjmwoVzUHl3AYyXt/R8XcM= X-Google-Smtp-Source: AK7set+1kFbo8VjwA55qZFsLE6aSvLHmQeKoBcRT0nvPAsSumlCBBsHtwVA/rSAVBc20ka2J5qQcFw== X-Received: by 2002:a17:907:d9f:b0:930:ba36:2211 with SMTP id go31-20020a1709070d9f00b00930ba362211mr92543ejc.0.1679336124367; Mon, 20 Mar 2023 11:15:24 -0700 (PDT) Received: from ?IPV6:2a02:810d:15c0:828:458e:64e7:8cf1:78b0? ([2a02:810d:15c0:828:458e:64e7:8cf1:78b0]) by smtp.gmail.com with ESMTPSA id a10-20020a1709065f8a00b0092595899cfcsm4722308eju.53.2023.03.20.11.15.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Mar 2023 11:15:24 -0700 (PDT) Message-ID: <507f79cf-acd8-5238-031a-fd71024e0c6a@linaro.org> Date: Mon, 20 Mar 2023 19:15:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH 01/10] dt: bindings: clock: add mtmips SoCs clock device tree binding documentation Content-Language: en-US To: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , Sergio Paracuellos Cc: linux-clk@vger.kernel.org, linux-mips@vger.kernel.org, tsbogend@alpha.franken.de, john@phrozen.org, linux-kernel@vger.kernel.org, p.zabel@pengutronix.de, mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, devicetree@vger.kernel.org References: <20230320161823.1424278-1-sergio.paracuellos@gmail.com> <20230320161823.1424278-2-sergio.paracuellos@gmail.com> <1e2f67b4-3bfb-d394-4f60-e6f63ce6a2fd@linaro.org> <21a90597-78c9-4d46-7b01-257702e7afca@linaro.org> <525a6388-a4b8-3052-fe81-5aa21d8f424a@arinc9.com> From: Krzysztof Kozlowski In-Reply-To: <525a6388-a4b8-3052-fe81-5aa21d8f424a@arinc9.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/03/2023 19:09, Arınç ÜNAL wrote: >>> Would mediatek,mtmips-clock.yaml make sense? >> >> More, except: >> 1. This is not clock, but sysc. > > Sergio, beware. I meant, that's what I understood from what Sergio said. :) > >> 2. mips sounds redundant. Do you have rt2xxx and mt7xxx chips which are ARM? > > All of the SoCs, RTXXXX, MT7620, MT7621, MT7628, MT7688 are MIPS. So I > decided to call this platform MTMIPS as I've seen MediaTek use this on > other projects like U-Boot. This is what I did on my pinctrl patch > series as well. Ah, but indeed there are newer Mediatek MT6xxx and MT8xxx SoCs which are ARM, so mediatek,mtmips-sysc would work. Best regards, Krzysztof