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 C28D0C433EF for ; Sat, 19 Feb 2022 10:03:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E609C10F6A9; Sat, 19 Feb 2022 10:03:47 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5DA9E10E8E4 for ; Thu, 17 Feb 2022 13:18:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dmitry.osipenko) with ESMTPSA id 48BA71F45BBB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645103926; bh=wxrjZyYHBBx6bMd1iTzODLfhd7VNtutE1D1YpDU9LAo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fiwU6yQ2mwVDRQi6CN3nOx5Xnty57YwZ9f5Wugus5Zij9pb3SBxWVXBHRW+hdg7no fq6MIvMEA4fyi9LoEpDu8N825SRVVdZ/kFKxup3Wv1FfgkeTdTwahfY+MqOm3vTV0F hj7kqZeBHPvED6abRYlDo2uuTQ9zRlfKcYKq1J0GYXQB/9ctEH1uvPYnOvH+5043bN 1OhGBUDGFTLt8Nx+x6zleeD/Oa9mtXmEnyN5ffxCNm/Y/Q0gRwN+f0tqowH2UCfCVU h7IluhCJZkwUEh1d43ZWjFP4mCyJ+7B8i46RkppGMITwrxUMS5pnrjalwC/bHsQf/Y G6EwcCVR+fVLA== Message-ID: Date: Thu, 17 Feb 2022 16:18:42 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v6 07/23] drm/rockchip: dw_hdmi: add regulator support Content-Language: en-US To: Sascha Hauer , dri-devel@lists.freedesktop.org References: <20220217082954.2967889-1-s.hauer@pengutronix.de> <20220217082954.2967889-8-s.hauer@pengutronix.de> From: Dmitry Osipenko In-Reply-To: <20220217082954.2967889-8-s.hauer@pengutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sat, 19 Feb 2022 10:01:55 +0000 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 , kernel@pengutronix.de, Sandy Huang , linux-rockchip@lists.infradead.org, Michael Riesch , Peter Geis , Andy Yan , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 17.02.2022 11:29, Sascha Hauer пишет: > The RK3568 has HDMI_TX_AVDD0V9 and HDMI_TX_AVDD_1V8 supply inputs needed > for the HDMI port. add support for these to the driver for boards which > have them supplied by switchable regulators. > > Signed-off-by: Sascha Hauer > --- > drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 41 +++++++++++++++++++-- > 1 file changed, 38 insertions(+), 3 deletions(-) Reviewed-by: Dmitry Osipenko