mbox series

[GIT,PULL] DTS changes for Integrator DRM

Message ID CACRpkdaKoa0MHnFESoBqmmun2ZOWXOgXBYWnsVcqvDnzgBfJnA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] DTS changes for Integrator DRM | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git

Message

Linus Walleij Jan. 23, 2019, 8:05 a.m. UTC
Hi ARM SoC folks,

this augments the Integrator device tree with the proper nodes to
use DRM. The patch has been circulating with the DRM patch set
and finally the infrastructure is in place in DRM to handle this
RBG5551 device as well.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-dts-v5.1

for you to fetch changes up to b724cad74c7a122a8496518a157c548f97f1821b:

  ARM: dts: Augment panel setting for Integrator/CP (2019-01-10 10:03:23 +0100)

----------------------------------------------------------------
This updates the Integrator DTS files with the device
tree nodes required by the DRM driver.

----------------------------------------------------------------
Linus Walleij (1):
      ARM: dts: Augment panel setting for Integrator/CP

 arch/arm/boot/dts/integratorcp.dts | 89 ++++++++++++++++++++++++--------------
 1 file changed, 57 insertions(+), 32 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 4:53 p.m. UTC | #1
On Wed, Jan 23, 2019 at 9:06 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Hi ARM SoC folks,
>
> this augments the Integrator device tree with the proper nodes to
> use DRM. The patch has been circulating with the DRM patch set
> and finally the infrastructure is in place in DRM to handle this
> RBG5551 device as well.
>
> Please pull it in!

Pulled into arm/dt, thanks!

      Arnd