From: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
To: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Mark Yao <mark.yao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Zheng Yang <zhengyang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [RFC PATCH v2 4/4] dt-bindings: add document for rk3229-hdmi
Date: Mon, 11 Jan 2016 11:48:15 +0800 [thread overview]
Message-ID: <569325FF.10902@rock-chips.com> (raw)
In-Reply-To: <20160111020618.GA20680@rob-hp-laptop>
Hi Rob,
On 01/11/2016 10:06 AM, Rob Herring wrote:
> On Thu, Jan 07, 2016 at 05:05:11PM +0800, Yakir Yang wrote:
>> Signed-off-by: Yakir Yang <ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>> ---
>> Changes in v2: None
>>
>> .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> index 668091f..1cdc627 100644
>> --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> @@ -2,7 +2,7 @@ Rockchip specific extensions to the Synopsys Designware HDMI
>> ================================
>>
>> Required properties:
>> -- compatible: "rockchip,rk3288-dw-hdmi";
>> +- compatible: "rockchip,rk3288-dw-hdmi", "rockchip,rk3229-dw-hdmi";
>> - reg: Physical base address and length of the controller's registers.
>> - clocks: phandle to hdmi iahb and isfr clocks.
>> - clock-names: should be "iahb" "isfr"
>> @@ -15,8 +15,10 @@ Required properties:
>> rk3288 platform
>>
>> Optional properties
>> +- reg: Physical base address and length of the external HDMI PHY's registers.
> This is already required...
>
The original reg only include the DW HDMI controller registers:
reg = <0x200a0000 0x20000>;
But for now, I need to pass the external HDMI PHY registers:
reg = <0x200a0000 0x20000>, <0x12030000 0x10000>;
>> - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
>> - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
>> + phandle to the external HDMI PHY clock, name should be "extphy"
> Does this change apply to rk3288 or just rk3229? If the latter, you
> should make that clear. The driver needs to allow for old dtb's that
> only have 1 clock.
It's the latter one, driver have allowed that by judging the device type,
but I should make the document more clear.
> Based on Philipp's feedback, you also need to add a phys property.
Yes, I'm preparing the new patches that create a new separate phy
driver for external HDMI phy, there would be much difference from
this version.
Thanks for your respond,
- Yakir
>
> Rob
>
>
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: ykk@rock-chips.com (Yakir Yang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v2 4/4] dt-bindings: add document for rk3229-hdmi
Date: Mon, 11 Jan 2016 11:48:15 +0800 [thread overview]
Message-ID: <569325FF.10902@rock-chips.com> (raw)
In-Reply-To: <20160111020618.GA20680@rob-hp-laptop>
Hi Rob,
On 01/11/2016 10:06 AM, Rob Herring wrote:
> On Thu, Jan 07, 2016 at 05:05:11PM +0800, Yakir Yang wrote:
>> Signed-off-by: Yakir Yang <ykk@rock-chips.com>
>> ---
>> Changes in v2: None
>>
>> .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> index 668091f..1cdc627 100644
>> --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> @@ -2,7 +2,7 @@ Rockchip specific extensions to the Synopsys Designware HDMI
>> ================================
>>
>> Required properties:
>> -- compatible: "rockchip,rk3288-dw-hdmi";
>> +- compatible: "rockchip,rk3288-dw-hdmi", "rockchip,rk3229-dw-hdmi";
>> - reg: Physical base address and length of the controller's registers.
>> - clocks: phandle to hdmi iahb and isfr clocks.
>> - clock-names: should be "iahb" "isfr"
>> @@ -15,8 +15,10 @@ Required properties:
>> rk3288 platform
>>
>> Optional properties
>> +- reg: Physical base address and length of the external HDMI PHY's registers.
> This is already required...
>
The original reg only include the DW HDMI controller registers:
reg = <0x200a0000 0x20000>;
But for now, I need to pass the external HDMI PHY registers:
reg = <0x200a0000 0x20000>, <0x12030000 0x10000>;
>> - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
>> - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
>> + phandle to the external HDMI PHY clock, name should be "extphy"
> Does this change apply to rk3288 or just rk3229? If the latter, you
> should make that clear. The driver needs to allow for old dtb's that
> only have 1 clock.
It's the latter one, driver have allowed that by judging the device type,
but I should make the document more clear.
> Based on Philipp's feedback, you also need to add a phys property.
Yes, I'm preparing the new patches that create a new separate phy
driver for external HDMI phy, there would be much difference from
this version.
Thanks for your respond,
- Yakir
>
> Rob
>
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Yakir Yang <ykk@rock-chips.com>
To: Rob Herring <robh@kernel.org>
Cc: Mark Yao <mark.yao@rock-chips.com>,
Heiko Stuebner <heiko@sntech.de>,
Russell King <rmk+kernel@arm.linux.org.uk>,
Philipp Zabel <p.zabel@pengutronix.de>,
Andy Yan <andy.yan@rock-chips.com>,
David Airlie <airlied@linux.ie>,
Kumar Gala <galak@codeaurora.org>,
Zheng Yang <zhengyang@rock-chips.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH v2 4/4] dt-bindings: add document for rk3229-hdmi
Date: Mon, 11 Jan 2016 11:48:15 +0800 [thread overview]
Message-ID: <569325FF.10902@rock-chips.com> (raw)
In-Reply-To: <20160111020618.GA20680@rob-hp-laptop>
Hi Rob,
On 01/11/2016 10:06 AM, Rob Herring wrote:
> On Thu, Jan 07, 2016 at 05:05:11PM +0800, Yakir Yang wrote:
>> Signed-off-by: Yakir Yang <ykk@rock-chips.com>
>> ---
>> Changes in v2: None
>>
>> .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> index 668091f..1cdc627 100644
>> --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
>> @@ -2,7 +2,7 @@ Rockchip specific extensions to the Synopsys Designware HDMI
>> ================================
>>
>> Required properties:
>> -- compatible: "rockchip,rk3288-dw-hdmi";
>> +- compatible: "rockchip,rk3288-dw-hdmi", "rockchip,rk3229-dw-hdmi";
>> - reg: Physical base address and length of the controller's registers.
>> - clocks: phandle to hdmi iahb and isfr clocks.
>> - clock-names: should be "iahb" "isfr"
>> @@ -15,8 +15,10 @@ Required properties:
>> rk3288 platform
>>
>> Optional properties
>> +- reg: Physical base address and length of the external HDMI PHY's registers.
> This is already required...
>
The original reg only include the DW HDMI controller registers:
reg = <0x200a0000 0x20000>;
But for now, I need to pass the external HDMI PHY registers:
reg = <0x200a0000 0x20000>, <0x12030000 0x10000>;
>> - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
>> - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
>> + phandle to the external HDMI PHY clock, name should be "extphy"
> Does this change apply to rk3288 or just rk3229? If the latter, you
> should make that clear. The driver needs to allow for old dtb's that
> only have 1 clock.
It's the latter one, driver have allowed that by judging the device type,
but I should make the document more clear.
> Based on Philipp's feedback, you also need to add a phys property.
Yes, I'm preparing the new patches that create a new separate phy
driver for external HDMI phy, there would be much difference from
this version.
Thanks for your respond,
- Yakir
>
> Rob
>
>
>
next prev parent reply other threads:[~2016-01-11 3:48 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 8:53 [RFC PATCH v2 0/4] Add RK3229 HDMI support Yakir Yang
2016-01-07 8:53 ` Yakir Yang
2016-01-07 8:53 ` Yakir Yang
2016-01-07 8:57 ` [RFC PATCH v2 1/4] drm: dw-hdmi: make it easy to recovery the platform data for platform driver Yakir Yang
2016-01-07 8:57 ` Yakir Yang
2016-01-07 8:57 ` Yakir Yang
2016-01-07 9:00 ` [RFC PATCH v2 2/4] drm: dw-hdmi: passing the "plat_data" when calling platform mode_valid Yakir Yang
2016-01-07 9:00 ` Yakir Yang
2016-01-07 9:02 ` [RFC PATCH v2 3/4] drm: rockchip: hdmi: add RK3229 HDMI support Yakir Yang
2016-01-07 9:02 ` Yakir Yang
2016-01-07 9:02 ` Yakir Yang
2016-01-07 10:04 ` Philipp Zabel
2016-01-07 10:04 ` Philipp Zabel
2016-01-07 10:04 ` Philipp Zabel
[not found] ` <1452161052.4776.7.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-01-07 10:15 ` Yakir Yang
2016-01-07 10:15 ` Yakir Yang
2016-01-07 10:15 ` Yakir Yang
[not found] ` <568E3AD0.1020904-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-01-07 16:50 ` Philipp Zabel
2016-01-07 16:50 ` Philipp Zabel
2016-01-07 16:50 ` Philipp Zabel
2016-01-08 9:13 ` Yakir Yang
2016-01-08 9:13 ` Yakir Yang
2016-01-08 9:13 ` Yakir Yang
2016-01-07 9:05 ` [RFC PATCH v2 4/4] dt-bindings: add document for rk3229-hdmi Yakir Yang
2016-01-07 9:05 ` Yakir Yang
2016-01-07 9:05 ` Yakir Yang
2016-01-11 2:06 ` Rob Herring
2016-01-11 2:06 ` Rob Herring
2016-01-11 2:06 ` Rob Herring
2016-01-11 3:48 ` Yakir Yang [this message]
2016-01-11 3:48 ` Yakir Yang
2016-01-11 3:48 ` Yakir Yang
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=569325FF.10902@rock-chips.com \
--to=ykk-tnx95d0mmh7dzftrwevzcw@public.gmane.org \
--cc=airlied-cv59FeDIM0c@public.gmane.org \
--cc=andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.yao-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=zhengyang-TNX95d0MmH7DzftRWevZcw@public.gmane.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.