From: Krzysztof Kozlowski <krzk@kernel.org>
To: Maciej Purski <m.purski@samsung.com>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, airlied@linux.ie,
robh+dt@kernel.org, mark.rutland@arm.com, architt@codeaurora.org,
a.hajda@samsung.com, Laurent.pinchart@ideasonboard.com,
b.zolnierkie@samsung.com, m.szyprowski@samsung.com
Subject: Re: [PATCH v4 2/2] ARM: dts: exynos: Add HDMI and Sil9234 to Trats2 board
Date: Sun, 17 Sep 2017 09:43:22 +0200 [thread overview]
Message-ID: <20170917074322.GA27936@kozik-book> (raw)
In-Reply-To: <1505201648-9240-3-git-send-email-m.purski@samsung.com>
On Tue, Sep 12, 2017 at 09:34:08AM +0200, Maciej Purski wrote:
> Add HDMI and Sil9234 MHL converter to Trats2 board.
> Following in SoC devices have been enabled:
> - HDMI (HDMI signal encoder),
> - Mixer (video buffer scanout device),
> - I2C_5 bus (used for HDMI DDC)
> - I2C_8 bus (used for HDMI_PHY control).
>
> Based on previous work by:
> Tomasz Stanislawski <t.stanislaws@samsung.com>
>
> Signed-off-by: Maciej Purski <m.purski@samsung.com>
> ---
> arch/arm/boot/dts/exynos4412-trats2.dts | 112 ++++++++++++++++++++++++++++++++
> 1 file changed, 112 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
> index 35e9b94..742e02a 100644
> --- a/arch/arm/boot/dts/exynos4412-trats2.dts
> +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
> @@ -18,6 +18,7 @@
> #include <dt-bindings/gpio/gpio.h>
> #include <dt-bindings/interrupt-controller/irq.h>
> #include <dt-bindings/clock/maxim,max77686.h>
> +#include <dt-bindings/pinctrl/samsung.h>
>
> / {
> model = "Samsung Trats 2 based on Exynos4412";
> @@ -97,6 +98,34 @@
> gpio = <&gpj0 5 GPIO_ACTIVE_HIGH>;
> enable-active-high;
> };
> +
> + vsil12: voltage-regulator-6 {
> + compatible = "regulator-fixed";
> + regulator-name = "VSIL_1.2V";
> + regulator-min-microvolt = <1200000>;
> + regulator-max-microvolt = <1200000>;
> + gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + vin-supply = <&buck7_reg>;
> + };
> +
> + vcc33mhl: voltage-regulator-7 {
> + compatible = "regulator-fixed";
> + regulator-name = "VCC_3.3_MHL";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + };
> +
> + vcc18mhl: voltage-regulator-8 {
> + compatible = "regulator-fixed";
> + regulator-name = "VCC_1.8_MHL";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> + gpio = <&gpl0 4 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + };
> };
>
> gpio-keys {
> @@ -229,6 +258,36 @@
> };
> };
>
> + i2c-mhl {
> + compatible = "i2c-gpio";
> + gpios = <&gpf0 4 GPIO_ACTIVE_HIGH &gpf0 6 GPIO_ACTIVE_HIGH>;
Please split it like in other nodes:
gpios = <...>, <...>
AFAIR they should work the same so keep it consistent.
Rest looks good but the bindings have to be accepted first.
Best regards,
Krzysztof
prev parent reply other threads:[~2017-09-17 7:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170912073449eucas1p2552e975c0775eb7696160048232ea6b3@eucas1p2.samsung.com>
2017-09-12 7:34 ` [PATCH v4 0/2] add Silicon Image SiI9234 driver Maciej Purski
[not found] ` <CGME20170912073457eucas1p1333fbdc4f14ee460be38018d3d1379bf@eucas1p1.samsung.com>
2017-09-12 7:34 ` [PATCH v4 1/2] drm/bridge: " Maciej Purski
2017-09-18 22:30 ` Rob Herring
[not found] ` <CGME20170912073505eucas1p2e4fb706c97e406a0f46282af66e8f90c@eucas1p2.samsung.com>
2017-09-12 7:34 ` [PATCH v4 2/2] ARM: dts: exynos: Add HDMI and Sil9234 to Trats2 board Maciej Purski
2017-09-17 7:43 ` Krzysztof Kozlowski [this message]
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=20170917074322.GA27936@kozik-book \
--to=krzk@kernel.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=a.hajda@samsung.com \
--cc=airlied@linux.ie \
--cc=architt@codeaurora.org \
--cc=b.zolnierkie@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.purski@samsung.com \
--cc=m.szyprowski@samsung.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).