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 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 13C90C07E99 for ; Mon, 12 Jul 2021 16:22:07 +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 B0F8561206 for ; Mon, 12 Jul 2021 16:22:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B0F8561206 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 34D51895B5; Mon, 12 Jul 2021 16:22:06 +0000 (UTC) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F7C3895B5 for ; Mon, 12 Jul 2021 16:22:05 +0000 (UTC) Received: by mail-io1-f45.google.com with SMTP id x10so4579972ion.9 for ; Mon, 12 Jul 2021 09:22:05 -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; bh=OQl5lHjb/OmsBGI/gFWR8f+atDzQ3WELfz4e0zefRf0=; b=S0Humas+tA1X8yCHOAN3JRq9bnrbu1vB9Z4CMorDrrOZk+31UXZsFgbYpBBxYn4sPr uh8iddLMiFJIx4Qq09QhNeNNPf9BOML9oDexzZwSZfqbMIS7iwNlqLAGYyETiVNhMGuh pck0QocjX+FrUaGFy5/z4HdaiHMafooEYXtbK/fpPyuRKiZJVBaawcSOvxyKtqvRqs+d 1DSSc/s2h1T5HXaxVrUxC8Gp1QCMyfMVkt699BzLetWAkM5hPK4ep4vJzi0KBUCINgxQ RlcdSwdVTJqio4rigMVD8XzkpDnCWtxfL2LPQd3YBG3Y4omM8PP3ogsGvuDYhTss+u7h rFEg== X-Gm-Message-State: AOAM530Xlyu5qpJqgjzV+80KdFyBkVGBn+eCTh4paZVBJFhVbs9w9I+i tRHlpz7N3M+WHd0FsdFcsg== X-Google-Smtp-Source: ABdhPJyHGSGtKgV06NdfXbbA53qEMa67Bq7B7JXq4S+FQYGqUQKOvc+lJo/dXqUW5FAdXIcYbFJ0/g== X-Received: by 2002:a05:6638:348c:: with SMTP id t12mr40409897jal.1.1626106924794; Mon, 12 Jul 2021 09:22:04 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z7sm2994991iox.4.2021.07.12.09.22.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Jul 2021 09:22:04 -0700 (PDT) Received: (nullmailer pid 2050122 invoked by uid 1000); Mon, 12 Jul 2021 16:22:02 -0000 Date: Mon, 12 Jul 2021 10:22:02 -0600 From: Rob Herring To: Benjamin Gaignard Subject: Re: [PATCH v2 1/2] dt-bindings: display: rockchip: Add compatible for rk3568 HDMI Message-ID: <20210712162202.GA2050063@robh.at.kernel.org> References: <20210707120323.401785-1-benjamin.gaignard@collabora.com> <20210707120323.401785-2-benjamin.gaignard@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210707120323.401785-2-benjamin.gaignard@collabora.com> 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: devicetree@vger.kernel.org, algea.cao@rock-chips.com, airlied@linux.ie, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, hjc@rock-chips.com, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, andy.yan@rock-chips.com, kernel@collabora.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 07 Jul 2021 14:03:22 +0200, Benjamin Gaignard wrote: > Define a new compatible for rk3568 HDMI. > This version of HDMI hardware block needs two new clocks hclk_vio and hclk > to provide phy reference clocks. > > Signed-off-by: Benjamin Gaignard > --- > version 2: > - Add the clocks needed for the phy. > > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring