From: Matthias Brugger <matthias.bgg@gmail.com>
To: YH Huang <yh.huang@mediatek.com>
Cc: Thierry Reding <thierry.reding@gmail.com>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: mt8173: add MT8173 display PWM driver support node
Date: Wed, 14 Oct 2015 15:45:00 +0200 [thread overview]
Message-ID: <561E5C5C.2080807@gmail.com> (raw)
In-Reply-To: <561BDA26.5010203@gmail.com>
On 12/10/15 18:04, Matthias Brugger wrote:
>
>
> On 06/10/15 09:40, YH Huang wrote:
>> Add display PWM node in mt8173-evb.dts and mt8173.dtsi.
>>
>> Signed-off-by: YH Huang <yh.huang@mediatek.com>
>> ---
>> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 13 +++++++++++++
>> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 22
>> ++++++++++++++++++++++
>> 2 files changed, 35 insertions(+)
>>
>
> Applied, thanks.
I reapplied this on v4.4-next/arm64
>
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> index 811cb76..1b3fabd 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> @@ -92,6 +92,13 @@
>> };
>>
>> &pio {
>> + disp_pwm0_pins: disp_pwm0_pins {
>> + pins1 {
>> + pinmux = <MT8173_PIN_87_DISP_PWM0__FUNC_DISP_PWM0>;
>> + output-low;
>> + };
>> + };
>> +
>> mmc0_pins_default: mmc0default {
>> pins_cmd_dat {
>> pinmux = <MT8173_PIN_57_MSDC0_DAT0__FUNC_MSDC0_DAT0>,
>> @@ -190,6 +197,12 @@
>> };
>> };
>>
>> +&pwm0 {
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&disp_pwm0_pins>;
>> + status = "okay";
>> +};
>> +
>> &pwrap {
>> pmic: mt6397 {
>> compatible = "mediatek,mt6397";
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> index 4bce167..fd01134 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> @@ -500,6 +500,28 @@
>> clock-names = "source", "hclk";
>> status = "disabled";
>> };
>> +
>> + pwm0: pwm@1401e000 {
>> + compatible = "mediatek,mt8173-disp-pwm",
>> + "mediatek,mt6595-disp-pwm";
>> + reg = <0 0x1401e000 0 0x1000>;
>> + #pwm-cells = <2>;
>> + clocks = <&mmsys CLK_MM_DISP_PWM026M>,
>> + <&mmsys CLK_MM_DISP_PWM0MM>;
>> + clock-names = "main", "mm";
>> + status = "disabled";
>> + };
>> +
>> + pwm1: pwm@1401f000 {
>> + compatible = "mediatek,mt8173-disp-pwm",
>> + "mediatek,mt6595-disp-pwm";
>> + reg = <0 0x1401f000 0 0x1000>;
>> + #pwm-cells = <2>;
>> + clocks = <&mmsys CLK_MM_DISP_PWM126M>,
>> + <&mmsys CLK_MM_DISP_PWM1MM>;
>> + clock-names = "main", "mm";
>> + status = "disabled";
>> + };
>> };
>> };
>>
>>
WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@gmail.com (Matthias Brugger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: dts: mt8173: add MT8173 display PWM driver support node
Date: Wed, 14 Oct 2015 15:45:00 +0200 [thread overview]
Message-ID: <561E5C5C.2080807@gmail.com> (raw)
In-Reply-To: <561BDA26.5010203@gmail.com>
On 12/10/15 18:04, Matthias Brugger wrote:
>
>
> On 06/10/15 09:40, YH Huang wrote:
>> Add display PWM node in mt8173-evb.dts and mt8173.dtsi.
>>
>> Signed-off-by: YH Huang <yh.huang@mediatek.com>
>> ---
>> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 13 +++++++++++++
>> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 22
>> ++++++++++++++++++++++
>> 2 files changed, 35 insertions(+)
>>
>
> Applied, thanks.
I reapplied this on v4.4-next/arm64
>
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> index 811cb76..1b3fabd 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
>> @@ -92,6 +92,13 @@
>> };
>>
>> &pio {
>> + disp_pwm0_pins: disp_pwm0_pins {
>> + pins1 {
>> + pinmux = <MT8173_PIN_87_DISP_PWM0__FUNC_DISP_PWM0>;
>> + output-low;
>> + };
>> + };
>> +
>> mmc0_pins_default: mmc0default {
>> pins_cmd_dat {
>> pinmux = <MT8173_PIN_57_MSDC0_DAT0__FUNC_MSDC0_DAT0>,
>> @@ -190,6 +197,12 @@
>> };
>> };
>>
>> +&pwm0 {
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&disp_pwm0_pins>;
>> + status = "okay";
>> +};
>> +
>> &pwrap {
>> pmic: mt6397 {
>> compatible = "mediatek,mt6397";
>> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> index 4bce167..fd01134 100644
>> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
>> @@ -500,6 +500,28 @@
>> clock-names = "source", "hclk";
>> status = "disabled";
>> };
>> +
>> + pwm0: pwm at 1401e000 {
>> + compatible = "mediatek,mt8173-disp-pwm",
>> + "mediatek,mt6595-disp-pwm";
>> + reg = <0 0x1401e000 0 0x1000>;
>> + #pwm-cells = <2>;
>> + clocks = <&mmsys CLK_MM_DISP_PWM026M>,
>> + <&mmsys CLK_MM_DISP_PWM0MM>;
>> + clock-names = "main", "mm";
>> + status = "disabled";
>> + };
>> +
>> + pwm1: pwm at 1401f000 {
>> + compatible = "mediatek,mt8173-disp-pwm",
>> + "mediatek,mt6595-disp-pwm";
>> + reg = <0 0x1401f000 0 0x1000>;
>> + #pwm-cells = <2>;
>> + clocks = <&mmsys CLK_MM_DISP_PWM126M>,
>> + <&mmsys CLK_MM_DISP_PWM1MM>;
>> + clock-names = "main", "mm";
>> + status = "disabled";
>> + };
>> };
>> };
>>
>>
next prev parent reply other threads:[~2015-10-14 13:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 7:40 [PATCH] arm64: dts: mt8173: add MT8173 display PWM driver support node YH Huang
2015-10-06 7:40 ` YH Huang
2015-10-06 7:40 ` YH Huang
[not found] ` <1444117243-28391-1-git-send-email-yh.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-10-12 16:04 ` Matthias Brugger
2015-10-12 16:04 ` Matthias Brugger
2015-10-12 16:04 ` Matthias Brugger
2015-10-14 13:45 ` Matthias Brugger [this message]
2015-10-14 13:45 ` Matthias Brugger
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=561E5C5C.2080807@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=yh.huang@mediatek.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.