lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 14 Aug 2013 10:45:49 +0300
From:	Roger Quadros <rogerq@...com>
To:	<bcousson@...libre.com>
CC:	Roger Quadros <rogerq@...com>, <balbi@...com>, <tony@...mide.com>,
	<kishon@...com>, <george.cherian@...com>, <dmurphy@...com>,
	<linux-usb@...r.kernel.org>, <linux-omap@...r.kernel.org>,
	<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 7/7] ARM: dts: omap5: update omap-control-usb node

+Benoit

On 08/01/2013 05:05 PM, Roger Quadros wrote:
> Split USB2 PHY and USB3 PHY into separate omap-control-usb
> nodes. Update ti,mode property.
> 
> CC: Benoit Cousson <benoit.cousson@...aro.org>
> Signed-off-by: Roger Quadros <rogerq@...com>
> ---
>  arch/arm/boot/dts/omap5.dtsi |   18 ++++++++++++------
>  1 files changed, 12 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index 07be2cd..af8ef77 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -626,14 +626,20 @@
>  			hw-caps-temp-alert;
>  		};
>  
> -		omap_control_usb: omap-control-usb@...02300 {
> +		omap_control_usb2phy: omap-control-usb@...02300 {
>  			compatible = "ti,omap-control-usb";
> -			reg = <0x4a002300 0x4>,
> -			      <0x4a002370 0x4>;
> -			reg-names = "control_dev_conf", "phy_power_usb";
> +			reg = <0x4a002300 0x4>;
> +			reg-names = "power";
>  			ti,type = <2>;
>  		};
>  
> +		omap_control_usb3phy: omap-control-usb@...a002370 {
> +			compatible = "ti,omap-control-usb";
> +			reg = <0x4a002370 0x4>;
> +			reg-names = "power";
> +			ti,type = <3>;
> +		};
> +
>  		omap_dwc3@...20000 {
>  			compatible = "ti,dwc3";
>  			ti,hwmods = "usb_otg_ss";
> @@ -661,7 +667,7 @@
>  			usb2_phy: usb2phy@...84000 {
>  				compatible = "ti,omap-usb2";
>  				reg = <0x4a084000 0x7c>;
> -				ctrl-module = <&omap_control_usb>;
> +				ctrl-module = <&omap_control_usb2phy>;
>  			};
>  
>  			usb3_phy: usb3phy@...84400 {
> @@ -670,7 +676,7 @@
>  				      <0x4a084800 0x64>,
>  				      <0x4a084c00 0x40>;
>  				reg-names = "phy_rx", "phy_tx", "pll_ctrl";
> -				ctrl-module = <&omap_control_usb>;
> +				ctrl-module = <&omap_control_usb3phy>;
>  			};
>  		};
>  
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ