From mboxrd@z Thu Jan 1 00:00:00 1970 From: icenowy@aosc.io (Icenowy Zheng) Date: Tue, 02 Jan 2018 16:14:37 +0800 Subject: [linux-sunxi] [PATCH v4 1/6] ARM: sunxi: h3/h5: add simplefb nodes In-Reply-To: References: <20171230113043.30237-1-icenowy@aosc.io> <20171230113043.30237-2-icenowy@aosc.io> Message-ID: <2823749.lCJ0TQNemj@ice-x220i> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ? 2018?1?2???? CST ??4:11:04?Chen-Yu Tsai ??? > On Sat, Dec 30, 2017 at 7:30 PM, Icenowy Zheng wrote: > > The H3/H5 SoCs have a HDMI output and a TV Composite output. > > > > Add simplefb nodes for these outputs. > > > > Signed-off-by: Icenowy Zheng > > --- > > Changes in v4: > > - Dropped extra clocks (bus clocks and HDMI DDC clocks), only keep the > > > > clocks that are needed to display framebuffer to the monitor. > > Looks good. I assume you've tested this? It does continue to work > with the bus and DDC clocks disabled, right? Yes. This patchset is tested in Orange Pi PC and SoPine w/ Baseboard "Model A". > > Thanks > ChenYu