From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 19 Nov 2014 20:59:53 -0700 Subject: [U-Boot] [PATCH v5 1/3] fdt_support: Add a fdt_setup_simplefb_node helper function In-Reply-To: <1416403920-24561-2-git-send-email-hdegoede@redhat.com> References: <1416403920-24561-1-git-send-email-hdegoede@redhat.com> <1416403920-24561-2-git-send-email-hdegoede@redhat.com> Message-ID: <546D6739.10103@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/19/2014 06:31 AM, Hans de Goede wrote: > Add a generic helper to fill and enable simplefb nodes. > > The first user of this will be the sunxi display code. > > lcd_dt_simplefb_configure_node is also a good candidate to be converted > to use this, but that requires someone to run some tests first, as > lcd_dt_simplefb_configure_node does not honor #address-cells and #size-cells, > but simply assumes 1 and 1 for both. Sorry, I'd been ignoring all simplefb stuff and hadn't realized this was U-Boot related and needed testing. Anyway, I've tested patches 1 and 2 on an RPi compute module with kernel next-20141031 and it seems to work fine. Patches 1, 2, Tested-by: Stephen Warren