Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751168AbdFBBnD (ORCPT ); Thu, 1 Jun 2017 21:43:03 -0400 Received: from regular1.263xmail.com ([211.150.99.138]:38264 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120AbdFBBnB (ORCPT ); Thu, 1 Jun 2017 21:43:01 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: frank.wang@rock-chips.com X-FST-TO: wmc@rock-chips.com X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: frank.wang@rock-chips.com X-UNIQUE-TAG: <322f7f0e712659aa2e187481f8f54502> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH 4/4] phy: rockchip-inno-usb2: add support of usb2-phy for rk322x SoCs To: Heiko Stuebner Cc: kishon@ti.com, william.wu@rock-chips.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, charles.chen@rock-chips.com, cody.xie@rock-chips.com, kevan.lan@rock-chips.com, huangtao@rock-chips.com, wmc@rock-chips.com References: <1495078982-2555-1-git-send-email-frank.wang@rock-chips.com> <1495078982-2555-5-git-send-email-frank.wang@rock-chips.com> <2655472.BTSNDfobEl@phil> From: Frank Wang Message-ID: <22ab21ba-f21c-ea27-7639-767332dd2e9a@rock-chips.com> Date: Fri, 2 Jun 2017 09:42:33 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <2655472.BTSNDfobEl@phil> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4447 Lines: 132 Hi Heiko, On 2017/6/2 4:18, Heiko Stuebner wrote: > Hi Frank, > > Am Donnerstag, 18. Mai 2017, 11:43:02 CEST schrieb Frank Wang: >> This adds support usb2-phy for rk322x SoCs and amend phy Documentation. >> >> Signed-off-by: Frank Wang > this adds a devicetree binding, so you should include devicetree people in > the recipient list: > > Rob Herring > Mark Rutland > devicetree@vger.kernel.org > > as they should Ack such binding additions. Noted and thanks for reminding. > >> --- >> .../bindings/phy/phy-rockchip-inno-usb2.txt | 1 + >> drivers/phy/phy-rockchip-inno-usb2.c | 60 ++++++++++++++++++++++ >> 2 files changed, 61 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt >> index e71a8d2..b4ce12e 100644 >> --- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt >> +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt >> @@ -2,6 +2,7 @@ ROCKCHIP USB2.0 PHY WITH INNO IP BLOCK >> >> Required properties (phy (parent) node): >> - compatible : should be one of the listed compatibles: >> + * "rockchip,rk322x-usb2phy" > devicetree compatibles should not contain wildcards, so please name that > "rockchip,rk3228-usb2phy" > > here and in the driver as well. Will fix. BR. Frank > > Heiko > > >> * "rockchip,rk3328-usb2phy" >> * "rockchip,rk3366-usb2phy" >> * "rockchip,rk3399-usb2phy" >> diff --git a/drivers/phy/phy-rockchip-inno-usb2.c b/drivers/phy/phy-rockchip-inno-usb2.c >> index d026b4cf..b9d4e23 100644 >> --- a/drivers/phy/phy-rockchip-inno-usb2.c >> +++ b/drivers/phy/phy-rockchip-inno-usb2.c >> @@ -1144,6 +1144,65 @@ static int rockchip_usb2phy_probe(struct platform_device *pdev) >> return ret; >> } >> >> +static const struct rockchip_usb2phy_cfg rk322x_phy_cfgs[] = { >> + { >> + .reg = 0x760, >> + .num_ports = 2, >> + .clkout_ctl = { 0x0768, 4, 4, 1, 0 }, >> + .port_cfgs = { >> + [USB2PHY_PORT_OTG] = { >> + .phy_sus = { 0x0760, 15, 0, 0, 0x1d1 }, >> + .bvalid_det_en = { 0x0680, 3, 3, 0, 1 }, >> + .bvalid_det_st = { 0x0690, 3, 3, 0, 1 }, >> + .bvalid_det_clr = { 0x06a0, 3, 3, 0, 1 }, >> + .ls_det_en = { 0x0680, 2, 2, 0, 1 }, >> + .ls_det_st = { 0x0690, 2, 2, 0, 1 }, >> + .ls_det_clr = { 0x06a0, 2, 2, 0, 1 }, >> + .utmi_bvalid = { 0x0480, 4, 4, 0, 1 }, >> + .utmi_ls = { 0x0480, 3, 2, 0, 1 }, >> + }, >> + [USB2PHY_PORT_HOST] = { >> + .phy_sus = { 0x0764, 15, 0, 0, 0x1d1 }, >> + .ls_det_en = { 0x0680, 4, 4, 0, 1 }, >> + .ls_det_st = { 0x0690, 4, 4, 0, 1 }, >> + .ls_det_clr = { 0x06a0, 4, 4, 0, 1 } >> + } >> + }, >> + .chg_det = { >> + .opmode = { 0x0760, 3, 0, 5, 1 }, >> + .cp_det = { 0x0884, 4, 4, 0, 1 }, >> + .dcp_det = { 0x0884, 3, 3, 0, 1 }, >> + .dp_det = { 0x0884, 5, 5, 0, 1 }, >> + .idm_sink_en = { 0x0768, 8, 8, 0, 1 }, >> + .idp_sink_en = { 0x0768, 7, 7, 0, 1 }, >> + .idp_src_en = { 0x0768, 9, 9, 0, 1 }, >> + .rdm_pdwn_en = { 0x0768, 10, 10, 0, 1 }, >> + .vdm_src_en = { 0x0768, 12, 12, 0, 1 }, >> + .vdp_src_en = { 0x0768, 11, 11, 0, 1 }, >> + }, >> + }, >> + { >> + .reg = 0x800, >> + .num_ports = 2, >> + .clkout_ctl = { 0x0808, 4, 4, 1, 0 }, >> + .port_cfgs = { >> + [USB2PHY_PORT_OTG] = { >> + .phy_sus = { 0x800, 15, 0, 0, 0x1d1 }, >> + .ls_det_en = { 0x0684, 0, 0, 0, 1 }, >> + .ls_det_st = { 0x0694, 0, 0, 0, 1 }, >> + .ls_det_clr = { 0x06a4, 0, 0, 0, 1 } >> + }, >> + [USB2PHY_PORT_HOST] = { >> + .phy_sus = { 0x804, 15, 0, 0, 0x1d1 }, >> + .ls_det_en = { 0x0684, 1, 1, 0, 1 }, >> + .ls_det_st = { 0x0694, 1, 1, 0, 1 }, >> + .ls_det_clr = { 0x06a4, 1, 1, 0, 1 } >> + } >> + }, >> + }, >> + { /* sentinel */ } >> +}; >> + >> static const struct rockchip_usb2phy_cfg rk3328_phy_cfgs[] = { >> { >> .reg = 0x100, >> @@ -1269,6 +1328,7 @@ static const struct rockchip_usb2phy_cfg rk3399_phy_cfgs[] = { >> }; >> >> static const struct of_device_id rockchip_usb2phy_dt_match[] = { >> + { .compatible = "rockchip,rk322x-usb2phy", .data = &rk322x_phy_cfgs }, >> { .compatible = "rockchip,rk3328-usb2phy", .data = &rk3328_phy_cfgs }, >> { .compatible = "rockchip,rk3366-usb2phy", .data = &rk3366_phy_cfgs }, >> { .compatible = "rockchip,rk3399-usb2phy", .data = &rk3399_phy_cfgs }, >>