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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DBEFDC433F5 for ; Wed, 9 Feb 2022 03:30:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4D12B10E2AE; Wed, 9 Feb 2022 03:30:08 +0000 (UTC) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by gabe.freedesktop.org (Postfix) with ESMTPS id E10D410E143 for ; Wed, 9 Feb 2022 03:30:06 +0000 (UTC) Received: by mail-ot1-f47.google.com with SMTP id n6-20020a9d6f06000000b005a0750019a7so661800otq.5 for ; Tue, 08 Feb 2022 19:30:06 -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=zEVQ7Rw/tzHyjS5OXKqbzOVt0A9B00mYmLifv1I8/aY=; b=qV0dSO6SJgtJWRzwFk2hA+r5OAJgbSrMNJQkZePL+0ZgswbYfmqh7+I4nlGvrETlWq y6dBV6lMqlu1z3BpkDCG3wpT+3DBaHYhyKb1KY8+V7SBNIERWZRYUjTVyga5MxgpI5/A eavPuVLodloLVge3QjEvkzZ9I0zjqCbJng4sf4oyo2eWDpEL5CjaIMocYijOIK3mud4n rnNsRtc+wYs7B05Vitxpvt0eeqDzMKjfwCSwdMrlzzt8Fn5S8HVj1D4dIGrpxsOSGleX 0kxsmcC38J/DeFa8z6hnYRirDLFmKnij6beKZyYOIdyfe+UiHwUAYCuQ6U/UQ+nSeQhw wf0Q== X-Gm-Message-State: AOAM533XZaux7lDBDrBEVFA0bNzWap9F3fEl16ZPH0lKGk8bKlexmkIH UmyelkZT4qjDMwVYvGEuww== X-Google-Smtp-Source: ABdhPJz66Nmvy9lEMz85Tl+OIfWEdYgsLXBYEqdh227dri4jtALkvNMeZsjk0ExxLb3Wwdb8nzKfEQ== X-Received: by 2002:a9d:73d8:: with SMTP id m24mr188295otk.52.1644377405869; Tue, 08 Feb 2022 19:30:05 -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 b20sm6021320otq.20.2022.02.08.19.30.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:30:05 -0800 (PST) Received: (nullmailer pid 3582173 invoked by uid 1000); Wed, 09 Feb 2022 03:30:04 -0000 Date: Tue, 8 Feb 2022 21:30:04 -0600 From: Rob Herring To: Sascha Hauer Subject: Re: [PATCH 14/27] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name Message-ID: References: <20220126145549.617165-1-s.hauer@pengutronix.de> <20220126145549.617165-15-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220126145549.617165-15-s.hauer@pengutronix.de> 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: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Benjamin Gaignard , Sandy Huang , dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, Michael Riesch , kernel@pengutronix.de, Andy Yan , Peter Geis Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 26 Jan 2022 15:55:36 +0100, Sascha Hauer wrote: > "vpll" is a misnomer. A clock input to a device should be named after > the usage in the device, not after the clock that drives it. On the > rk3568 the same clock is driven by the HPLL. > This patch adds "ref" as a new alternative clock name for "vpll" > > Changes since v3: > - Keep old clock name for compatibility reasons > > Signed-off-by: Sascha Hauer > --- > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > Acked-by: Rob Herring