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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B50EBC433DB for ; Tue, 12 Jan 2021 14:49:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D71B23130 for ; Tue, 12 Jan 2021 14:49:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730975AbhALOtY (ORCPT ); Tue, 12 Jan 2021 09:49:24 -0500 Received: from mail-ot1-f51.google.com ([209.85.210.51]:36768 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726241AbhALOtY (ORCPT ); Tue, 12 Jan 2021 09:49:24 -0500 Received: by mail-ot1-f51.google.com with SMTP id d20so2482248otl.3; Tue, 12 Jan 2021 06:49:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=R65jgJ9ZXA6KLRUaL143AJzdpFEYKDU6ZEDoHXUUWuk=; b=WKLfL0IGoZ95VBhxdscMxzsP6g+H50HF0Xtr89dmjE20KnEMONPufI87oif7xdQHpz zDm8U9d6ff/r7hyH/+Th4ENtzbHEzms5wGukLX8sE6RkGlzoXIGZnMEUzM8HOPeAXUXc 6+WOaWULHqHetUbtlWxim2hnqQPFeVf0goOIKJBG2BLK8uviOxAFWs6+kppt2VYhzXEl dDhEps9M//FX9AB6KWMp8BW1w5RLseSqSqB/PIao6khDM6Ff/3T92HWX2vUMRICIKWrq PpAWsDvmHqSBdFcZt+1QAmeIMaMxLOQGvTfcU2QRH/o9EXJo82FPuI1PX0ok1q+enLTD zqwg== X-Gm-Message-State: AOAM532CpNAL4o0f6hvznov56GbbO0rJL0KaVsv6wlqxD+8Wpry6lZeh qoAF1Snba638srXcIANw2g== X-Google-Smtp-Source: ABdhPJz47DeFCqd1oQBxWpdz0vtjnHrb9OMZhE+QbK/kAhF8YobPG+Mkx0lWOxRC/NuYKWzUBCBJpQ== X-Received: by 2002:a9d:71cf:: with SMTP id z15mr2992431otj.259.1610462923140; Tue, 12 Jan 2021 06:48:43 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id n13sm654071otk.58.2021.01.12.06.48.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jan 2021 06:48:42 -0800 (PST) Received: (nullmailer pid 329242 invoked by uid 1000); Tue, 12 Jan 2021 14:48:41 -0000 Date: Tue, 12 Jan 2021 08:48:41 -0600 From: Rob Herring To: Roger Lu Cc: Matthias Brugger , Enric Balletbo Serra , Kevin Hilman , Nicolas Boichat , Stephen Boyd , Philipp Zabel , Fan Chen , HenryC Chen , YT Lee , Xiaoqing Liu , Charles Yang , Angus Lin , Mark Rutland , Nishanth Menon , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v11 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings Message-ID: <20210112144841.GA327919@robh.at.kernel.org> References: <20210107024356.583-1-roger.lu@mediatek.com> <20210107024356.583-6-roger.lu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210107024356.583-6-roger.lu@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 07, 2021 at 10:43:54AM +0800, Roger Lu wrote: > Signed-off-by: Roger Lu > --- > .../devicetree/bindings/soc/mediatek/mtk-svs.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > index bb8c345a0c0a..2e61b07921aa 100644 > --- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > @@ -22,6 +22,7 @@ properties: > compatible: > enum: > - mediatek,mt8183-svs > + - mediatek,mt8192-svs > > reg: > description: Address range of the MTK SVS controller. > @@ -47,6 +48,14 @@ properties: > - const: svs-calibration-data > - const: t-calibration-data > > + resets: > + description: > + svs reset control. How many? And you can drop the description given there's only 1. > + > + reset-names: > + items: > + - const: svs_rst > + > required: > - compatible > - reg > -- > 2.18.0 >