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=-8.5 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 69CBEC43461 for ; Wed, 2 Sep 2020 16:06:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 46FCC20773 for ; Wed, 2 Sep 2020 16:06:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 46FCC20773 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8F33E6E154; Wed, 2 Sep 2020 16:06:15 +0000 (UTC) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4741D6E154 for ; Wed, 2 Sep 2020 16:06:14 +0000 (UTC) Received: by mail-ed1-f67.google.com with SMTP id ba12so5485709edb.2 for ; Wed, 02 Sep 2020 09:06:14 -0700 (PDT) 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:user-agent; bh=o/k/jl8kCbC36+2FeLOHphrZjREiZCdM+WriURHXorE=; b=psOv/dM9bf6i8WG7DnzEXNOCcxIp9sG95tEGRwtZGLL+pfKlEDwzpepm9MEn4sniS+ 2gkMPJpZHxcVtXDYBI6Hvw3wsaaoEcdcfgw3CTyZPP7czImbQSs7rwgfKLJnAJgmneLM hCauXP2Emq2S2RlhIAXUjIZ1cMN4Dsv56AEidugLRs7S8c1btpE8Ru5pGNZ8h99FNfeM pCqEGJIEeaLhMkSll8Aq1anhYT87YtgBvUJxiL7Iz2qDbxRKo5c2Jgof411CCexVSYSp uvWp4XdWYrYuESnJvxJTCOIr/VFKQLSdBuSeUIwzUUeybMCCfy8xio6wR/UIDcmtWmCo IJ+g== X-Gm-Message-State: AOAM5304bpxmggkeATr4ooeAJXc7lDgmlINFzolsbxI2n1uhuWndqlUk G5tm1txLySX6RBl1XXG0S1Q= X-Google-Smtp-Source: ABdhPJwJuyNgxyGPCkUCKgxVeWeN3ahgf+XnMGbzf/ZL2QQEUetIvvJw1gbkJlFGZoRrBdx+Cq2i1g== X-Received: by 2002:a50:d7d0:: with SMTP id m16mr772218edj.105.1599062772890; Wed, 02 Sep 2020 09:06:12 -0700 (PDT) Received: from kozik-lap ([194.230.155.106]) by smtp.googlemail.com with ESMTPSA id z5sm4657068ejm.111.2020.09.02.09.06.10 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 02 Sep 2020 09:06:12 -0700 (PDT) Date: Wed, 2 Sep 2020 18:06:09 +0200 From: Krzysztof Kozlowski To: Kukjin Kim , Rob Herring , David Airlie , Daniel Vetter , Lee Jones , Sangbeom Kim , Sylwester Nawrocki , Liam Girdwood , Mark Brown , Daniel Lezcano , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 04/10] dt-bindings: mfd: syscon: Document Samsung Exynos compatibles Message-ID: <20200902160609.GA21555@kozik-lap> References: <20200829142501.31478-1-krzk@kernel.org> <20200829142501.31478-4-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829142501.31478-4-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylwester Nawrocki , Chanwoo Choi , Bartlomiej Zolnierkiewicz , Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Aug 29, 2020 at 04:24:55PM +0200, Krzysztof Kozlowski wrote: > Samsung Exynos SoCs use syscon for system registers so document its > compatibles. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/mfd/syscon.yaml | 4 ++++ > 1 file changed, 4 insertions(+) As pointed by Sylwester, I will send a follow up to remove other YAML file. This patch could be dropped. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel