From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 03/10] drm/sun4i: hdmi: Support HDMI controller on A10 Date: Tue, 24 Oct 2017 11:28:47 -0500 Message-ID: <20171024162847.hk7hnoikz5eu7aol@rob-hp-laptop> References: <20171017121807.2994-1-wens@csie.org> <20171017121807.2994-4-wens@csie.org> Reply-To: robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20171017121807.2994-4-wens-jdAy2FN1RRM@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: Maxime Ripard , David Airlie , Mark Rutland , dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Oct 17, 2017 at 08:18:00PM +0800, Chen-Yu Tsai wrote: > The HDMI controller in the A10 SoC is the same as the one currently > supported in the A10s. It has slightly different setup parameters. > Since these parameters are not thoroughly understood, we add support > for this variant by copying these parameters verbatim. > > Signed-off-by: Chen-Yu Tsai > --- > .../bindings/display/sunxi/sun4i-drm.txt | 1 + > drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 53 ++++++++++++++++++++++ > 2 files changed, 54 insertions(+) Acked-by: Rob Herring