From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 29 Apr 2017 21:49:02 -0600 Subject: [U-Boot] [PATCH v2 2/5] rockchip: pinctrl: rk3399: add support for the HDMI I2C pins In-Reply-To: <1493397242-46493-3-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1493397242-46493-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1493397242-46493-3-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28 April 2017 at 10:33, Philipp Tomsich wrote: > To add HDMI support for the RK3399, this commit provides the needed > pinctrl functionality to configure the HDMI I2C pins (used for reading > the screen's EDID). > > Signed-off-by: Philipp Tomsich > > --- > > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 2 ++ > drivers/pinctrl/rockchip/pinctrl_rk3399.c | 26 +++++++++++++++++++++++++ > 2 files changed, 28 insertions(+) Reviewed-by: Simon Glass