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 0ACE3C433FE for ; Tue, 1 Mar 2022 10:00:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234096AbiCAKBh (ORCPT ); Tue, 1 Mar 2022 05:01:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234058AbiCAKBg (ORCPT ); Tue, 1 Mar 2022 05:01:36 -0500 Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6DA08C7F3 for ; Tue, 1 Mar 2022 02:00:54 -0800 (PST) Received: by mail-wr1-x42e.google.com with SMTP id v21so19575172wrv.5 for ; Tue, 01 Mar 2022 02:00:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=J1W+5NXO359jvQpWTWx2S3L1BddQHRxmvi0thYVEQxI=; b=EvioAi2JMzHmdmeCqilFnhiMJEBqSJpLbfddJCFexrQKhoas9sAmLMUXSg+ZUkTN3A 3gbW+517u9+GHlE/ttlOlhf7MYLeXgR1yAP3JtAmn3BQa35tAnow3bxo4YfXa6wzFwed XO/wwQBK4BUJcWAucc1CvWou2Z5YRmyxsFH0dthzkcVUKHbuDYHYutzHNR8VdFpMIUWC yqLzFpfhmZFQpUiZAdhs1G/leot2Ib7ZfZPnjd9MGU9c+goa5RnFxXGrqgLUh8qDyUJs F+vTudPweGQdsJ/wiRpPdLwLWjCq8yQlbirDimUiC8TQ53/aepmR6CS0oP3nO6nu19BR xE+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=J1W+5NXO359jvQpWTWx2S3L1BddQHRxmvi0thYVEQxI=; b=drnMgVcmZC+5IJKU7iNTGNRn9jRqPQIHHJ8NttPlIeZCu2bbepoGjwQBc7xM+v3vaq 4pJ2eh4DCMbW7FPPCZ8KOkRzrOI1bKP5BkBSWyJJ5gAb2ibcAtJzk4TxqeKr/tdaJ9x5 69acWWowdMgYP64G9+TFY6Vu3gjil6uRyZ+A46h3zYI0f+E+autrt5s1+MXOSHKfAU31 dql3zwZsszKpynUGK2/q04MfUHS1aOlHSXVWs9D8YHFMEHZXM7iIPgvcSDd4MK4beZ0b iS7w9ayK2Wuat5lEzO52xbk2ti3DfsX00gqwRhxpbbx8SJokEIFUnbw8Q3E90vxsxgu5 E9Rg== X-Gm-Message-State: AOAM532kT2AXVod+fBpoTfcK7CMKpvT9En8fii9vmMOQeaD55N59bYJQ +ppkJ3rE4nSx9aK2YFk2KS5k2FvnrMWmkg== X-Google-Smtp-Source: ABdhPJybNpwkGPWvhpD5Gj/Y2hRNA4Xb9vLVAVuQH7zbt/VnEvQAgZ5cHIde1jf/OW/iV2BGsYNRkA== X-Received: by 2002:a5d:6405:0:b0:1ef:7df1:5c04 with SMTP id z5-20020a5d6405000000b001ef7df15c04mr12104965wru.178.1646128853485; Tue, 01 Mar 2022 02:00:53 -0800 (PST) Received: from google.com (cpc155339-bagu17-2-0-cust87.1-3.cable.virginm.net. [86.27.177.88]) by smtp.gmail.com with ESMTPSA id d6-20020a5d4f86000000b001ea8119512bsm13061374wru.55.2022.03.01.02.00.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Mar 2022 02:00:52 -0800 (PST) Date: Tue, 1 Mar 2022 10:00:50 +0000 From: Lee Jones To: Matthias Brugger Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH] dt-bindings: Add compatibles for undocumented trivial syscons Message-ID: References: <20220228221537.1700071-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 01 Mar 2022, Matthias Brugger wrote: > Hi Rob, > > On 28/02/2022 23:15, Rob Herring wrote: > > 'intel,lgm-syscon', 'marvell,armada-3700-usb2-host-misc', > > 'mediatek,mt8135-pctl-a-syscfg', and 'mediatek,mt8135-pctl-b-syscfg' are > > all used in DT binding examples and/or dts files, but are not > > documented. Add them to syscon.yaml as they are all trivial cases. > > > > Signed-off-by: Rob Herring > > --- > > Documentation/devicetree/bindings/mfd/syscon.yaml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml > > index eeac1cbc5a17..29d4a97f7108 100644 > > --- a/Documentation/devicetree/bindings/mfd/syscon.yaml > > +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml > > @@ -44,6 +44,10 @@ properties: > > - hisilicon,hi6220-sramctrl > > - hisilicon,pcie-sas-subctrl > > - hisilicon,peri-subctrl > > + - intel,lgm-syscon > > + - marvell,armada-3700-usb2-host-misc > > + - mediatek,mt8135-pctl-a-syscfg > > + - mediatek,mt8135-pctl-b-syscfg > > Thanks for filling the gap. Would you mind to add as well: > "mediatek,mt2701-pctl-a-syscfg" > "mediatek,mt2712-pctl-a-syscfg" > "mediatek,mt7623-pctl-a-syscfg" > "mediatek,mt8173-pctl-a-syscfg > > With that: > Reviewed-by: Matthias Brugger Please follow-up with a separate patch. -- Lee Jones [李琼斯] Principal Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog