mbox series

[0/3] dt-bindings: meson: Add G12A display bindings

Message ID 20190313141030.5958-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series dt-bindings: meson: Add G12A display bindings | expand

Message

Neil Armstrong March 13, 2019, 2:10 p.m. UTC
This patchset adds the G12A specific bindings for the Display VPU
and VPU Power Control.

The Amlogic Meson G12A Display module is based on the Meson GXM SoC
with an updated Plane Blender, thus VPU architecture and interconnect
is the same.

Implementation then DT nodes will come in a further patchsets.

Neil Armstrong (3):
  dt-bindings: display: amlogic,meson-vpu: Add G12A compatible and ports
  dt-bindings: display: amlogic,meson-dw-hdmi: Add G12A compatible and
    ports
  dt-bindings: power: amlogic,meson-gx-pwrc: Add G12A compatible

 .../devicetree/bindings/display/amlogic,meson-dw-hdmi.txt     | 4 ++++
 .../devicetree/bindings/display/amlogic,meson-vpu.txt         | 4 ++++
 .../devicetree/bindings/power/amlogic,meson-gx-pwrc.txt       | 4 +++-
 3 files changed, 11 insertions(+), 1 deletion(-)

Comments

Neil Armstrong April 9, 2019, 9:13 a.m. UTC | #1
On 13/03/2019 15:10, Neil Armstrong wrote:
> This patchset adds the G12A specific bindings for the Display VPU
> and VPU Power Control.
> 
> The Amlogic Meson G12A Display module is based on the Meson GXM SoC
> with an updated Plane Blender, thus VPU architecture and interconnect
> is the same.
> 
> Implementation then DT nodes will come in a further patchsets.
> 
> Neil Armstrong (3):
>   dt-bindings: display: amlogic,meson-vpu: Add G12A compatible and ports
>   dt-bindings: display: amlogic,meson-dw-hdmi: Add G12A compatible and
>     ports
>   dt-bindings: power: amlogic,meson-gx-pwrc: Add G12A compatible
> 
>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.txt     | 4 ++++
>  .../devicetree/bindings/display/amlogic,meson-vpu.txt         | 4 ++++
>  .../devicetree/bindings/power/amlogic,meson-gx-pwrc.txt       | 4 +++-
>  3 files changed, 11 insertions(+), 1 deletion(-)
> 

Kevin,

I applied Patches 1 & 2 to drm-misc-next, can you take Patch 3 along :
- https://patchwork.kernel.org/patch/10879285/
- https://patchwork.kernel.org/patch/10879293/

Thanks !
Neil
Kevin Hilman April 15, 2019, 10:22 p.m. UTC | #2
Neil Armstrong <narmstrong@baylibre.com> writes:

> On 13/03/2019 15:10, Neil Armstrong wrote:
>> This patchset adds the G12A specific bindings for the Display VPU
>> and VPU Power Control.
>> 
>> The Amlogic Meson G12A Display module is based on the Meson GXM SoC
>> with an updated Plane Blender, thus VPU architecture and interconnect
>> is the same.
>> 
>> Implementation then DT nodes will come in a further patchsets.
>> 
>> Neil Armstrong (3):
>>   dt-bindings: display: amlogic,meson-vpu: Add G12A compatible and ports
>>   dt-bindings: display: amlogic,meson-dw-hdmi: Add G12A compatible and
>>     ports
>>   dt-bindings: power: amlogic,meson-gx-pwrc: Add G12A compatible
>> 
>>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.txt     | 4 ++++
>>  .../devicetree/bindings/display/amlogic,meson-vpu.txt         | 4 ++++
>>  .../devicetree/bindings/power/amlogic,meson-gx-pwrc.txt       | 4 +++-
>>  3 files changed, 11 insertions(+), 1 deletion(-)
>> 
>
> Kevin,
>
> I applied Patches 1 & 2 to drm-misc-next, can you take Patch 3 along :

Queued for v5.2,

Thanks,

Kevin