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 6D470C4332F for ; Wed, 9 Feb 2022 22:38:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233171AbiBIWiq (ORCPT ); Wed, 9 Feb 2022 17:38:46 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:56352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236115AbiBIWio (ORCPT ); Wed, 9 Feb 2022 17:38:44 -0500 Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72E92E00D112; Wed, 9 Feb 2022 14:38:47 -0800 (PST) Received: by mail-oi1-f177.google.com with SMTP id r27so4100749oiw.4; Wed, 09 Feb 2022 14:38:47 -0800 (PST) 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:in-reply-to; bh=o7EbDM3Sg4dJqZKRFYlRADRzkTEFhskqXnPZDWtN3zo=; b=LWwev9MDGGhUZsaWkTLKYHToBT81+VMV4YJ55VGDwBQadH41OJnGgzhJSaAfQ+iHJn c4+qOwp+SyfwJ5I0DOg9Cq9qJudUbdofJ+SGJLZpomgEqGhO+grY31T0oxWkX834qgwp bEnHYhMcUpeRiEnSlvVfHVGoMhOMNl+f80QQ64YLutGg4KuFO4ncNiOnnZ87yhLvzT1X uRCuNIbLpJf6T9a8wfCLMy6DB6IR/m+sZCpsH2BbeIbZ04JKiabOfhQ1Uu3kwSRIW8zf 1zaqfNnoZ9gVsuhVlk4NYlgpIN9zNcGYoRSquumaVleMRA90jjfx1MIaWP13ltC+Az28 cYIw== X-Gm-Message-State: AOAM5317eGogLu4j/n8c+n/KHTw9F91BkwyPhu8e/6DizKXx9NEVXZVL Q00l3Cb987sM1tjzqHiTIAtNDiEszb1R X-Google-Smtp-Source: ABdhPJyC00fwTEI84ZbvpKeVOvCbdh3+1qBMumfSSXhULHlVqUVf+3trh4gQ4rQ7UzAVMaA66zNkDw== X-Received: by 2002:a05:6808:2011:: with SMTP id q17mr2512976oiw.199.1644446326809; Wed, 09 Feb 2022 14:38:46 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id a10sm6994619otb.58.2022.02.09.14.38.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 14:38:46 -0800 (PST) Received: (nullmailer pid 1072549 invoked by uid 1000); Wed, 09 Feb 2022 22:38:45 -0000 Date: Wed, 9 Feb 2022 16:38:45 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org, Kishon Vijay Abraham I , Alim Akhtar , linux-kernel@vger.kernel.org, Vinod Koul , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Airlie , Kyungmin Park , Marek Szyprowski , linux-phy@lists.infradead.org, dri-devel@lists.freedesktop.org, Inki Dae , Rob Herring , Seung-Woo Kim , Daniel Vetter , Sylwester Nawrocki , Joonyoung Shim Subject: Re: [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: convert to dtschema Message-ID: References: <20220208171823.226211-1-krzysztof.kozlowski@canonical.com> <20220208171823.226211-5-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220208171823.226211-5-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 08 Feb 2022 18:18:17 +0100, Krzysztof Kozlowski wrote: > Convert the Exynos5433 DECON display controller bindings to DT schema > format. > > The conversion includes also updates to the bindings, matching the > current DTS and Linux driver: > 1. Require "fifo" interrupt. > 2. Add "dsd" as a last clock. > 3. Document "power-domains" and "iommus" properties. > > Signed-off-by: Krzysztof Kozlowski > --- > .../display/exynos/exynos5433-decon.txt | 60 ------- > .../samsung/samsung,exynos5433-decon.yaml | 148 ++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 149 insertions(+), 60 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt > create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml > Applied, thanks!