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 D71B0C433F5 for ; Wed, 9 Feb 2022 03:31:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E26FF10E143; Wed, 9 Feb 2022 03:31:44 +0000 (UTC) Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) by gabe.freedesktop.org (Postfix) with ESMTPS id CADF710E143 for ; Wed, 9 Feb 2022 03:31:43 +0000 (UTC) Received: by mail-ot1-f48.google.com with SMTP id l12-20020a0568302b0c00b005a4856ff4ceso633623otv.13 for ; Tue, 08 Feb 2022 19:31:43 -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=2EUDRGuxtVXdjJqKcqAEgC1qrVlM0soEHjVQnLyJLs0=; b=gFATHfSbEwJ/EGCF/zEhTeIkEiUQSOtcK2sHp8Ebb6qkZ97CXiedI42DYKV8syEAhw 2MfPvVbvx9pSlf+FbdNkpo5sOT7rnWZJSgKcq1N8o7AZs4hdnePK/9VsDYWVUFrMDdc7 34M9B/MX2ZIkmzVf8be7MvwUbk9d4V/qGuyygAao3NvdJNSKEe/rAf5ZbaAolRNoyNkN 0zp4MEyrvgF90sHoqB57p/Q5X0HiU5AMkVkGGp3A+h73NEXe0kqX5EFn4uoOGcO6FMt8 2ZZdf2T4w+mhVGE5O4jj/AgEMEdKML3wEkzRdMhohV3wWNulr9mB+UfdiujJJnc1rRf5 s7Tg== X-Gm-Message-State: AOAM5329gs+vGnLrWmx9DexA3OebFtdQ67blApd/BJc9gevc8WeS/33N 8iOYxqpaewLSxCWdJVkMVw== X-Google-Smtp-Source: ABdhPJzZSGGfllJlipqtnKsyZA9CXiQ7dw6mFa1JxouW5CgG7GlwB3WtIzOv3/iC9X6LEldT18lNyg== X-Received: by 2002:a05:6830:1084:: with SMTP id y4mr184049oto.42.1644377502928; Tue, 08 Feb 2022 19:31:42 -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 q8sm6374550oiw.12.2022.02.08.19.31.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:31:42 -0800 (PST) Received: (nullmailer pid 3585232 invoked by uid 1000); Wed, 09 Feb 2022 03:31:41 -0000 Date: Tue, 8 Feb 2022 21:31:41 -0600 From: Rob Herring To: Sascha Hauer Subject: Re: [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock Message-ID: References: <20220126145549.617165-1-s.hauer@pengutronix.de> <20220126145549.617165-17-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220126145549.617165-17-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: devicetree@vger.kernel.org, Benjamin Gaignard , Peter Geis , Sandy Huang , dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, Michael Riesch , kernel@pengutronix.de, Andy Yan , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 26 Jan 2022 15:55:38 +0100, Sascha Hauer wrote: > The rk3568 HDMI has an additional clock that needs to be enabled for the > HDMI controller to work. The purpose of that clock is not clear. It is > named "hclk" in the downstream driver, so use the same name. > > Signed-off-by: Sascha Hauer > --- > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Acked-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D5D76C433EF for ; Wed, 9 Feb 2022 03:32:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GFZ4DqXPSxpTJYxZTwawIfbrcCarNe7e8ev5iOeEbcE=; b=JB4TH/mLnU18fT U+QsJhe8AYYMZy/1Mbby1904EDbTeCCvU/qFvKKdm7OPFWGAXgGmzD56QxPNBYplpP6QlmEtqcMbN GdPQhBg40TT/rcwYsQnO1jLFwxVz8ZPAVabiaqFj54c5WYWnoWvM8FRuwH3SRh0i/3Ky21YNKMZgn Obj2mKdKmwe+0f4orHOT/GuXH26J68geuZ4aUABC4gLuyaPyfeRKD0DoIamb3t/sD5gbrX/YDGmS7 4TD5H6vKBi2mahhQshSXP+wdVYHTN6u+pWAHhb42/2V5A+yeJMthKuCdcGFB5JCTnG3Uf+L2CKFrL B9loNOXxVxebXV540hCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHdi2-00G7MU-Q2; Wed, 09 Feb 2022 03:31:58 +0000 Received: from mail-ot1-f46.google.com ([209.85.210.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHdhp-00G7IA-TH; Wed, 09 Feb 2022 03:31:47 +0000 Received: by mail-ot1-f46.google.com with SMTP id p3-20020a0568301d4300b005a7a702f921so653972oth.9; Tue, 08 Feb 2022 19:31:43 -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=2EUDRGuxtVXdjJqKcqAEgC1qrVlM0soEHjVQnLyJLs0=; b=h+kbls98iFYSXnFaLy6/xmdUN8eyCJQKsAnyDKzYpOOtJ4Lojo65FXjXR10NDt4oHI T+2Z2DSM16KJsAtc5MM+Rw8gv0xey9Dyida+PfJacc5NrsbiZkD4FL48T+gHLGxOqz+7 l2Ps6EuuNtwCpLHx2WRZ1A6lT4KY0Yu9M1GlGqhLHxX4sdOlKMAlXFnoJ4JHGLqLVVHa hutekNAuWPTytxbls0eepS51D8OQy4XbVzQZwkmRXcasOWha9GJWNtshXss45LewFdkH cuOAw3HpOxjEi2SwOafTEBMhZxfWWISa97QXy2R67VKPXXBRPCTbVVzHJrpszoMvW4Wr nvlw== X-Gm-Message-State: AOAM530JXzgae3ukZ85Cr0ro1kPnppSUAersCyZCV4Hf7sNVNE9YvkrH 3TMJssK4Df1FLcI7qEVZ36bKMaaLRQ== X-Google-Smtp-Source: ABdhPJzZSGGfllJlipqtnKsyZA9CXiQ7dw6mFa1JxouW5CgG7GlwB3WtIzOv3/iC9X6LEldT18lNyg== X-Received: by 2002:a05:6830:1084:: with SMTP id y4mr184049oto.42.1644377502928; Tue, 08 Feb 2022 19:31:42 -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 q8sm6374550oiw.12.2022.02.08.19.31.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:31:42 -0800 (PST) Received: (nullmailer pid 3585232 invoked by uid 1000); Wed, 09 Feb 2022 03:31:41 -0000 Date: Tue, 8 Feb 2022 21:31:41 -0600 From: Rob Herring To: Sascha Hauer Cc: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel@pengutronix.de, Peter Geis , devicetree@vger.kernel.org, Andy Yan , Benjamin Gaignard , Michael Riesch , Heiko =?iso-8859-1?Q?St=FCbner?= , Sandy Huang Subject: Re: [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock Message-ID: References: <20220126145549.617165-1-s.hauer@pengutronix.de> <20220126145549.617165-17-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220126145549.617165-17-s.hauer@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_193145_968026_EC24B651 X-CRM114-Status: GOOD ( 13.33 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, 26 Jan 2022 15:55:38 +0100, Sascha Hauer wrote: > The rk3568 HDMI has an additional clock that needs to be enabled for the > HDMI controller to work. The purpose of that clock is not clear. It is > named "hclk" in the downstream driver, so use the same name. > > Signed-off-by: Sascha Hauer > --- > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 C8C5CC433EF for ; Wed, 9 Feb 2022 03:33:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TpC86MWnfbhWMsLH1lQ+pvj8aBvyKNLMbHOzdiUhjsw=; b=zMKIWlddPaiiRN EtwKP70EXcqhuxhy4Op69FvmYFOiSbLVZHucxEfIbIsUdDx6zj2iUsaTh5qwuKOdBl4FCykoevsNr iFxXyS+meADZiDE8ljmJJx0oFtgZVlI0wkwLjkkWlnRkZ2RKofo8RpeCNI36dpdgihkmdD6nzbYO3 Vk62Aye/7AMSuQ4BPbbiToagIMnM4G/ze+nRQ5vD68/xbzK1BTVrKxl8Bth6Ze+2zdUGkSdy7zaB7 Jb9nLe12jVMdZ/L1tjGmBotEoHHt3cxNskUAwesN6HN9ZS8PLsagfGxhMT0D/w7RpQM5G+cuwtlcI 24zl7nfKkG1P6UXVelTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHdht-00G7Jk-LS; Wed, 09 Feb 2022 03:31:49 +0000 Received: from mail-ot1-f46.google.com ([209.85.210.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHdhp-00G7IA-TH; Wed, 09 Feb 2022 03:31:47 +0000 Received: by mail-ot1-f46.google.com with SMTP id p3-20020a0568301d4300b005a7a702f921so653972oth.9; Tue, 08 Feb 2022 19:31:43 -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=2EUDRGuxtVXdjJqKcqAEgC1qrVlM0soEHjVQnLyJLs0=; b=h+kbls98iFYSXnFaLy6/xmdUN8eyCJQKsAnyDKzYpOOtJ4Lojo65FXjXR10NDt4oHI T+2Z2DSM16KJsAtc5MM+Rw8gv0xey9Dyida+PfJacc5NrsbiZkD4FL48T+gHLGxOqz+7 l2Ps6EuuNtwCpLHx2WRZ1A6lT4KY0Yu9M1GlGqhLHxX4sdOlKMAlXFnoJ4JHGLqLVVHa hutekNAuWPTytxbls0eepS51D8OQy4XbVzQZwkmRXcasOWha9GJWNtshXss45LewFdkH cuOAw3HpOxjEi2SwOafTEBMhZxfWWISa97QXy2R67VKPXXBRPCTbVVzHJrpszoMvW4Wr nvlw== X-Gm-Message-State: AOAM530JXzgae3ukZ85Cr0ro1kPnppSUAersCyZCV4Hf7sNVNE9YvkrH 3TMJssK4Df1FLcI7qEVZ36bKMaaLRQ== X-Google-Smtp-Source: ABdhPJzZSGGfllJlipqtnKsyZA9CXiQ7dw6mFa1JxouW5CgG7GlwB3WtIzOv3/iC9X6LEldT18lNyg== X-Received: by 2002:a05:6830:1084:: with SMTP id y4mr184049oto.42.1644377502928; Tue, 08 Feb 2022 19:31:42 -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 q8sm6374550oiw.12.2022.02.08.19.31.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:31:42 -0800 (PST) Received: (nullmailer pid 3585232 invoked by uid 1000); Wed, 09 Feb 2022 03:31:41 -0000 Date: Tue, 8 Feb 2022 21:31:41 -0600 From: Rob Herring To: Sascha Hauer Cc: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel@pengutronix.de, Peter Geis , devicetree@vger.kernel.org, Andy Yan , Benjamin Gaignard , Michael Riesch , Heiko =?iso-8859-1?Q?St=FCbner?= , Sandy Huang Subject: Re: [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock Message-ID: References: <20220126145549.617165-1-s.hauer@pengutronix.de> <20220126145549.617165-17-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220126145549.617165-17-s.hauer@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_193145_968026_EC24B651 X-CRM114-Status: GOOD ( 13.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 26 Jan 2022 15:55:38 +0100, Sascha Hauer wrote: > The rk3568 HDMI has an additional clock that needs to be enabled for the > HDMI controller to work. The purpose of that clock is not clear. It is > named "hclk" in the downstream driver, so use the same name. > > Signed-off-by: Sascha Hauer > --- > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 D832AC43217 for ; Wed, 9 Feb 2022 04:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345076AbiBIEHm (ORCPT ); Tue, 8 Feb 2022 23:07:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346869AbiBIDiy (ORCPT ); Tue, 8 Feb 2022 22:38:54 -0500 Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98430C07E5C0 for ; Tue, 8 Feb 2022 19:31:43 -0800 (PST) Received: by mail-ot1-f50.google.com with SMTP id n6-20020a9d6f06000000b005a0750019a7so664204otq.5 for ; Tue, 08 Feb 2022 19:31:43 -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=2EUDRGuxtVXdjJqKcqAEgC1qrVlM0soEHjVQnLyJLs0=; b=kDssFiDOkWex0wYkI3rTjYjPgoMrYwZuvnIsQHAr6CHaWmViR85+eyZbmSZHttsQ5u myqfFiupjmtUrFtNSCsBQsELkWsZXK6Yc09oOI9IrNfYVMemcd9in73lNhFtV6mfi5P5 KeJR9GYEI/IIgctP4ZUUqGhy2JT9py/MRnGg3qFMsjWV+DgWFh2bnI/1dkah9BXjg0sl lrpA5KGhLH2mkbCTXnoXSOEqbL7CnZCxI2MI/Cvr1fyNV432ZwafnXChh85brZm/OowU Bl/VILEdrUHssX2I3uPVsHCmg6BsUSkw1+yReokBGC+M1RW+jHYMZg9voKKML3jfjQ7W kv9w== X-Gm-Message-State: AOAM530dbB3XMc4WIM2Dj0rpGWrF/eBS9H+JVFLhE9+X0sMoI477eM/1 aINk7ruo6P8uO3kQCO8GIA== X-Google-Smtp-Source: ABdhPJzZSGGfllJlipqtnKsyZA9CXiQ7dw6mFa1JxouW5CgG7GlwB3WtIzOv3/iC9X6LEldT18lNyg== X-Received: by 2002:a05:6830:1084:: with SMTP id y4mr184049oto.42.1644377502928; Tue, 08 Feb 2022 19:31:42 -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 q8sm6374550oiw.12.2022.02.08.19.31.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:31:42 -0800 (PST) Received: (nullmailer pid 3585232 invoked by uid 1000); Wed, 09 Feb 2022 03:31:41 -0000 Date: Tue, 8 Feb 2022 21:31:41 -0600 From: Rob Herring To: Sascha Hauer Cc: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel@pengutronix.de, Peter Geis , devicetree@vger.kernel.org, Andy Yan , Benjamin Gaignard , Michael Riesch , Heiko =?iso-8859-1?Q?St=FCbner?= , Sandy Huang Subject: Re: [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock Message-ID: References: <20220126145549.617165-1-s.hauer@pengutronix.de> <20220126145549.617165-17-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220126145549.617165-17-s.hauer@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 26 Jan 2022 15:55:38 +0100, Sascha Hauer wrote: > The rk3568 HDMI has an additional clock that needs to be enabled for the > HDMI controller to work. The purpose of that clock is not clear. It is > named "hclk" in the downstream driver, so use the same name. > > Signed-off-by: Sascha Hauer > --- > .../bindings/display/rockchip/rockchip,dw-hdmi.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Acked-by: Rob Herring