Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540954

[PATCH v7 0/5] ARM: dts: da850: tilcdc related DT changes

From Bartosz Golaszewski <bgolaszewski@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v7 0/5] ARM: dts: da850: tilcdc related DT changes
Date 2016-12-13 11:10 +0100
Message-ID <sNSc1-8lZ-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series contains the last DT changes required for LCDC support
on da850-lcdk. The first one adds the dumb-vga-dac nodes, the second
limits the maximum pixel clock rate.

v1 -> v2:
- drop patch 3/3 (already merged)
- use max-pixelclock instead of max-bandwidth for display mode limiting

v2 -> v3:
- make the commit message in patch [2/2] more detailed
- move the max-pixelclock property to da850.dtsi as the limit
  affects all da850-based boards

v3 -> v4:
- remove the input port from the display node
- move the display ports node to da850-lcdk.dts
- rename the vga_bridge node to vga-bridge
- move the LCDC pins to the LCDC node (from the vga bridge node)

v4 -> v5:
- rename the display label to lcdc
- instead of using the 'dumb-vga-dac' compatible, add bindings for
  ti,ths8135 and use it as the vga-bridge node compatible

v5 -> v6:
- drop the endpoint numbers for nodes with single endpoints
- split patch 2/4 from v5 into two separate patches: one adding DT
  bindings and one adding actual support for ths8135

v6 -> v7:
- simplified patch 4/5 by removing unnecessary properties from ports
  and endpoints nodes

Bartosz Golaszewski (5):
  ARM: dts: da850: rename the display node label
  drm: bridge: add DT bindings for TI ths8135
  drm: bridge: add support for TI ths8135
  ARM: dts: da850-lcdk: add the vga-bridge node
  ARM: dts: da850: specify the maximum pixel clock rate for tilcdc

 .../bindings/display/bridge/ti,ths8135.txt         | 46 +++++++++++++++++++
 arch/arm/boot/dts/da850-lcdk.dts                   | 51 ++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi                       |  3 +-
 drivers/gpu/drm/bridge/dumb-vga-dac.c              |  1 +
 4 files changed, 100 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v7 0/5] ARM: dts: da850: tilcdc related DT changes Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:10 +0100
  [PATCH v7 5/5] ARM: dts: da850: specify the maximum pixel clock rate for tilcdc Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:20 +0100
    Re: [PATCH v7 5/5] ARM: dts: da850: specify the maximum pixel clock  rate for tilcdc Sekhar Nori <nsekhar@ti.com> - 2017-01-02 12:40 +0100
  [PATCH v7 3/5] drm: bridge: add support for TI ths8135 Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:20 +0100
    Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135 Archit Taneja <architt@codeaurora.org> - 2016-12-14 06:10 +0100
      Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135 Sekhar Nori <nsekhar@ti.com> - 2017-01-02 12:10 +0100
        Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135 Archit Taneja <architt@codeaurora.org> - 2017-01-03 06:30 +0100
          Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135 Sekhar Nori <nsekhar@ti.com> - 2017-01-03 06:40 +0100
  [PATCH v7 1/5] ARM: dts: da850: rename the display node label Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:20 +0100
    Re: [PATCH v7 1/5] ARM: dts: da850: rename the display node label Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-12-14 11:00 +0100
      Re: [PATCH v7 1/5] ARM: dts: da850: rename the display node label Sekhar Nori <nsekhar@ti.com> - 2017-01-02 12:10 +0100
  [PATCH v7 4/5] ARM: dts: da850-lcdk: add the vga-bridge node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:20 +0100
    Re: [PATCH v7 4/5] ARM: dts: da850-lcdk: add the vga-bridge node Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-12-14 11:00 +0100
      Re: [PATCH v7 4/5] ARM: dts: da850-lcdk: add the vga-bridge node Sekhar Nori <nsekhar@ti.com> - 2017-01-02 12:20 +0100
  [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135 Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-12-13 11:20 +0100
    Re: [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135 Archit Taneja <architt@codeaurora.org> - 2016-12-14 06:10 +0100

csiph-web