All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: linux-media@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Patrice.chotard@st.com,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	dri-devel@lists.freedesktop.org,
	Daniel Vetter <daniel.vetter@intel.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: [PATCHv6 08/10] stih-cec.txt: document new hdmi phandle
Date: Fri, 31 Mar 2017 14:20:34 +0200	[thread overview]
Message-ID: <20170331122036.55706-9-hverkuil@xs4all.nl> (raw)
In-Reply-To: <20170331122036.55706-1-hverkuil@xs4all.nl>

From: Benjamin Gaignard <benjamin.gaignard@linaro.org>

Update the bindings documentation with the new hdmi phandle.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Rob Herring <robh@kernel.org>
CC: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/media/stih-cec.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/stih-cec.txt b/Documentation/devicetree/bindings/media/stih-cec.txt
index 71c4b2f4bcef..289a08b33651 100644
--- a/Documentation/devicetree/bindings/media/stih-cec.txt
+++ b/Documentation/devicetree/bindings/media/stih-cec.txt
@@ -9,6 +9,7 @@ Required properties:
  - pinctrl-names: Contains only one value - "default"
  - pinctrl-0: Specifies the pin control groups used for CEC hardware.
  - resets: Reference to a reset controller
+ - hdmi-phandle: Phandle to the HDMI controller
 
 Example for STIH407:
 
@@ -22,4 +23,5 @@ sti-cec@094a087c {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_cec0_default>;
 	resets = <&softreset STIH407_LPM_SOFTRESET>;
+	hdmi-phandle = <&hdmi>;
 };
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Hans Verkuil <hverkuil@xs4all.nl>
To: linux-media@vger.kernel.org
Cc: Daniel Vetter <daniel.vetter@intel.com>,
	Russell King <linux@armlinux.org.uk>,
	dri-devel@lists.freedesktop.org,
	linux-samsung-soc@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Inki Dae <inki.dae@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Patrice.chotard@st.com, Hans Verkuil <hans.verkuil@cisco.com>,
	devicetree@vger.kernel.org
Subject: [PATCHv6 08/10] stih-cec.txt: document new hdmi phandle
Date: Fri, 31 Mar 2017 14:20:34 +0200	[thread overview]
Message-ID: <20170331122036.55706-9-hverkuil@xs4all.nl> (raw)
In-Reply-To: <20170331122036.55706-1-hverkuil@xs4all.nl>

From: Benjamin Gaignard <benjamin.gaignard@linaro.org>

Update the bindings documentation with the new hdmi phandle.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Rob Herring <robh@kernel.org>
CC: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/media/stih-cec.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/stih-cec.txt b/Documentation/devicetree/bindings/media/stih-cec.txt
index 71c4b2f4bcef..289a08b33651 100644
--- a/Documentation/devicetree/bindings/media/stih-cec.txt
+++ b/Documentation/devicetree/bindings/media/stih-cec.txt
@@ -9,6 +9,7 @@ Required properties:
  - pinctrl-names: Contains only one value - "default"
  - pinctrl-0: Specifies the pin control groups used for CEC hardware.
  - resets: Reference to a reset controller
+ - hdmi-phandle: Phandle to the HDMI controller
 
 Example for STIH407:
 
@@ -22,4 +23,5 @@ sti-cec@094a087c {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_cec0_default>;
 	resets = <&softreset STIH407_LPM_SOFTRESET>;
+	hdmi-phandle = <&hdmi>;
 };
-- 
2.11.0

  parent reply	other threads:[~2017-03-31 12:20 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-31 12:20 [PATCHv6 00/10] video/exynos/sti/cec: add CEC notifier & use in drivers Hans Verkuil
2017-03-31 12:20 ` Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 01/10] media: add CEC notifier support Hans Verkuil
2017-03-31 20:46   ` Russell King - ARM Linux
2017-04-01  9:22     ` Hans Verkuil
2017-04-01  9:22       ` Hans Verkuil
2017-04-01  9:39       ` Russell King - ARM Linux
2017-04-01  9:43         ` Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 02/10] cec: integrate " Hans Verkuil
2017-03-31 12:20   ` Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 03/10] exynos_hdmi: add " Hans Verkuil
2017-04-07 12:07   ` Andrzej Hajda
2017-03-31 12:20 ` [PATCHv6 04/10] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi Hans Verkuil
2017-03-31 12:20   ` Hans Verkuil
     [not found] ` <20170331122036.55706-1-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-31 12:20   ` [PATCHv6 05/10] s5p-cec.txt: document the HDMI controller phandle Hans Verkuil
2017-03-31 12:20     ` Hans Verkuil
2017-04-03 16:43     ` Rob Herring
2017-04-03 16:43       ` Rob Herring
2017-03-31 12:20 ` [PATCHv6 06/10] s5p-cec: add cec-notifier support, move out of staging Hans Verkuil
2017-03-31 12:20   ` Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 07/10] sti: hdmi: add CEC notifier support Hans Verkuil
2017-03-31 12:20 ` Hans Verkuil [this message]
2017-03-31 12:20   ` [PATCHv6 08/10] stih-cec.txt: document new hdmi phandle Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 09/10] stih-cec: add CEC notifier support Hans Verkuil
2017-03-31 12:20 ` [PATCHv6 10/10] ARM: dts: STiH410: update sti-cec for " Hans Verkuil
2017-03-31 12:20   ` Hans Verkuil
2017-03-31 14:39 ` [PATCHv6 00/10] video/exynos/sti/cec: add CEC notifier & use in drivers Russell King - ARM Linux
2017-03-31 16:35   ` Russell King - ARM Linux

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=20170331122036.55706-9-hverkuil@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=Patrice.chotard@st.com \
    --cc=daniel.vetter@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hans.verkuil@cisco.com \
    --cc=javier@osg.samsung.com \
    --cc=krzk@kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=m.szyprowski@samsung.com \
    /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.