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 6C6BDC4332F for ; Mon, 21 Nov 2022 12:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229670AbiKUMZV (ORCPT ); Mon, 21 Nov 2022 07:25:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiKUMZU (ORCPT ); Mon, 21 Nov 2022 07:25:20 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63A74A3439; Mon, 21 Nov 2022 04:25:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0022F60EDC; Mon, 21 Nov 2022 12:25:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E583CC433D7; Mon, 21 Nov 2022 12:25:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669033518; bh=uwedJveqtEVHLvfWK3Mx9Dh/Lui0T6e+06QXIf+j7WY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uJXcJ1mfNlNTpt1xZuWLHcvvModLdI/0HO3Agj3FgxrVo+ZS+pLDRP0fRbxd+CUpz NYJc2rwe2+QaOFgzJoPVpcy5yA5ifzVgzUQA4pLKMjuf9GDzwOca6oW6xnH5uG8gJh ybG75MBu5pfiieOoNNMAp+DTIk5gNvPWEKT489GyehXMesW4+ts+qz1FVwCBZkQJku qRt69a72T2qdZifQHMYnE25oBaHFsiPpcqtVT7h2nh2ieJOZun8REfBZ0n9Wew6C2u qGi56dnxAFp6zrs0njFNXOMz/YdENEEKtfRr3vmwJzYeRuTbOu4pKxCL2rp5oPhWzg LHx41UyaaJJ2g== Date: Mon, 21 Nov 2022 12:25:12 +0000 From: Lee Jones To: Sriranjani P Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, alim.akhtar@samsung.com, pankaj.dubey@samsung.com, ravi.patel@samsung.com, linux-kernel@vger.kernel.org, Vivek Yadav Subject: Re: [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC Message-ID: References: <20221121091118.48628-1-sriranjani.p@samsung.com> <20221121091118.48628-2-sriranjani.p@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221121091118.48628-2-sriranjani.p@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 21 Nov 2022, Sriranjani P wrote: > Describe the compatible properties for Tesla SYSREG controllers found on > FSD SoC. Not much describing going on here. > Signed-off-by: Alim Akhtar > Signed-off-by: Pankaj Dubey > Signed-off-by: Ravi Patel > Signed-off-by: Vivek Yadav > Signed-off-by: Sriranjani P Struggling to imagine how it took 5 of you to author a single line patch. > --- > Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml > index 4e4baf53796d..8c3334999bec 100644 > --- a/Documentation/devicetree/bindings/mfd/syscon.yaml > +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml > @@ -69,6 +69,7 @@ properties: > - samsung,exynos5433-sysreg > - samsung,exynos850-sysreg > - samsung,exynosautov9-sysreg > + - tesla,fsd-sysreg > > - const: syscon > -- Lee Jones [李琼斯]