All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: airlied@linux.ie
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	dri-devel@lists.freedesktop.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [RESEND PATCH 1/4] dt-bindings: display: amlogic,meson-vpu: Add optional power domain property
Date: Wed,  6 Dec 2017 12:54:25 +0100	[thread overview]
Message-ID: <1512561268-29806-2-git-send-email-narmstrong@baylibre.com> (raw)
In-Reply-To: <1512561268-29806-1-git-send-email-narmstrong@baylibre.com>

The Video Processing Unit power domain was setup by the Vendor U-Boot,
add support for an optional Power Domain phandle to setup it from the kernel.

Acked-by: Rob Herring <robh@kernel.org> 
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
index 00f74ba..057b813 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
@@ -64,6 +64,10 @@ Required properties:
 - reg-names: should contain the names of the previous memory regions
 - interrupts: should contain the VENC Vsync interrupt number
 
+Optional properties:
+- power-domains: Optional phandle to associated power domain as described in
+	the file ../power/power_domain.txt
+
 Required nodes:
 
 The connections to the VPU output video ports are modeled using the OF graph
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 1/4] dt-bindings: display: amlogic, meson-vpu: Add optional power domain property
Date: Wed,  6 Dec 2017 12:54:25 +0100	[thread overview]
Message-ID: <1512561268-29806-2-git-send-email-narmstrong@baylibre.com> (raw)
In-Reply-To: <1512561268-29806-1-git-send-email-narmstrong@baylibre.com>

The Video Processing Unit power domain was setup by the Vendor U-Boot,
add support for an optional Power Domain phandle to setup it from the kernel.

Acked-by: Rob Herring <robh@kernel.org> 
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
index 00f74ba..057b813 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
@@ -64,6 +64,10 @@ Required properties:
 - reg-names: should contain the names of the previous memory regions
 - interrupts: should contain the VENC Vsync interrupt number
 
+Optional properties:
+- power-domains: Optional phandle to associated power domain as described in
+	the file ../power/power_domain.txt
+
 Required nodes:
 
 The connections to the VPU output video ports are modeled using the OF graph
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [RESEND PATCH 1/4] dt-bindings: display: amlogic, meson-vpu: Add optional power domain property
Date: Wed,  6 Dec 2017 12:54:25 +0100	[thread overview]
Message-ID: <1512561268-29806-2-git-send-email-narmstrong@baylibre.com> (raw)
In-Reply-To: <1512561268-29806-1-git-send-email-narmstrong@baylibre.com>

The Video Processing Unit power domain was setup by the Vendor U-Boot,
add support for an optional Power Domain phandle to setup it from the kernel.

Acked-by: Rob Herring <robh@kernel.org> 
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
index 00f74ba..057b813 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
@@ -64,6 +64,10 @@ Required properties:
 - reg-names: should contain the names of the previous memory regions
 - interrupts: should contain the VENC Vsync interrupt number
 
+Optional properties:
+- power-domains: Optional phandle to associated power domain as described in
+	the file ../power/power_domain.txt
+
 Required nodes:
 
 The connections to the VPU output video ports are modeled using the OF graph
-- 
2.7.4

  reply	other threads:[~2017-12-06 11:54 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-06 11:54 [RESEND PATCH 0/4] drm/meson: power domain init related fixes Neil Armstrong
2017-12-06 11:54 ` Neil Armstrong
2017-12-06 11:54 ` Neil Armstrong
2017-12-06 11:54 ` Neil Armstrong
2017-12-06 11:54 ` Neil Armstrong [this message]
2017-12-06 11:54   ` [RESEND PATCH 1/4] dt-bindings: display: amlogic, meson-vpu: Add optional power domain property Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54 ` [RESEND PATCH 2/4] dt-bindings: display: amlogic,meson-dw-hdmi: Add optional HDMI 5V regulator Neil Armstrong
2017-12-06 11:54   ` [RESEND PATCH 2/4] dt-bindings: display: amlogic, meson-dw-hdmi: " Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54 ` [RESEND PATCH 3/4] drm/meson: dw_hdmi: Add support for an optional external " Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54 ` [RESEND PATCH 4/4] drm/meson: Add missing VPU init Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 11:54   ` Neil Armstrong
2017-12-06 12:02   ` Chris Wilson
2017-12-06 12:02     ` Chris Wilson
2017-12-06 12:02     ` Chris Wilson
2017-12-06 12:03     ` Neil Armstrong
2017-12-06 12:03       ` Neil Armstrong
2017-12-06 12:03       ` Neil Armstrong
2017-12-06 12:03       ` Neil Armstrong
2017-12-06 12:09       ` Chris Wilson
2017-12-06 12:09         ` Chris Wilson
2017-12-06 12:09         ` Chris Wilson
2017-12-08  9:04 ` [RESEND PATCH 0/4] drm/meson: power domain init related fixes Jerome Brunet
2017-12-08  9:04   ` Jerome Brunet
2017-12-08  9:04   ` Jerome Brunet
2017-12-08  9:44   ` Neil Armstrong
2017-12-08  9:44     ` Neil Armstrong
2017-12-08  9:44     ` Neil Armstrong
2017-12-08  9:44     ` Neil Armstrong

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=1512561268-29806-2-git-send-email-narmstrong@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.