public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 10/13] arm: dts: am335x: add 'u-boot, dm-pre-reloc' to panel
Date: Sun, 16 Feb 2020 12:01:01 -0500	[thread overview]
Message-ID: <20200216170101.GD18302@bill-the-cat> (raw)
In-Reply-To: <20200216150942.3220-11-dariobin@libero.it>

On Sun, Feb 16, 2020 at 04:09:39PM +0100, Dario Binacchi wrote:

> Add the "u-boot,dm-pre-reloc" property to the "ti,tilcdc,panel"
> compatible node. In this way the video-uclass module can allocate the
> amount of memory needed to be assigned to the frame buffer.
> In the case of the boards that support Linux, the addition of the
> property in the *-u-boot.dtsi file still required  changing its dts
> file adding a label to the panel node in order to be referenced.
> 
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> 
> 
>  - Change subject line in: arm: dts: am335x:
>  - Move 'u-boot,dm-pre-reloc' property in *-u-boot.dtsi files for
>    boards tha support Linux
>  - Ran building tests with CONFIG_AM335X_LCD enabled and disabled for
>    following configurations:
>     - brxre1_defconfig           --> success
>     - am335x_guardian_defconfig  --> success
>     - am335x_evm_defconfig       --> success
>     - da850evm_defconfig         --> failure with CONFIG_AM335X_LCD enabled
> 
>    Enabling CONFIG_AM335X_LCD causes building errors even without applying
>    the patch. The driver has never been enabled on the da850 and must be
>    adapted for this platform.
> 

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200216/f6e4a29b/attachment.sig>

  reply	other threads:[~2020-02-16 17:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-16 15:09 [PATCH v2 00/13] Add DM/DTS support for omap video driver Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 01/13] video: omap: use BIT() and GENMASK() macros Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 02/13] video: omap: add missing bitfield masks Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 03/13] video: omap: fix coding style on use of spaces Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 04/13] video: omap: fix bitfields order Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 05/13] video: omap: rename LCD controller registers Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 06/13] video: omap: fix debug message Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 07/13] video: omap: add loop exit conditions to the dpll setup Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 08/13] video: omap: create two routines to set the pixel clock rate Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 09/13] video: omap: add support for DM/DTS Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 10/13] arm: dts: am335x: add 'u-boot, dm-pre-reloc' to panel Dario Binacchi
2020-02-16 17:01   ` Tom Rini [this message]
2020-02-17 10:56   ` [PATCH v2 10/13] arm: dts: am335x: add 'u-boot,dm-pre-reloc' " Felix Brack
2020-02-17 12:47     ` dariobin at libero.it
2020-02-16 15:09 ` [PATCH v2 11/13] fdt: video: omap: add framebuffer and panel bindings Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 12/13] video: omap: fix pixel-per-line bitfield setting Dario Binacchi
2020-02-16 15:09 ` [PATCH v2 13/13] board: brxre1: fix building errors Dario Binacchi
2020-02-17  3:42 ` [PATCH v2 00/13] Add DM/DTS support for omap video driver Lokesh Vutla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200216170101.GD18302@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox