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] [day] [month] [year] [list]
Date:	Fri, 19 Jun 2015 08:52:51 +0900
From:	Krzysztof Kozlowski <k.kozlowski@...sung.com>
To:	Anand Moon <linux.amoon@...il.com>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Russell King <linux@....linux.org.uk>,
	Kukjin Kim <kgene@...nel.org>
Cc:	devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: dts: exynos5422-odroidxu3: Add ramp delay for
 regulators

On 18.06.2015 20:56, Anand Moon wrote:
> Adds ramp delay for the vdd_ldo9, vdd_ldo13,
> vdd_ldo15 and vdd_sd regulator. Changes removes
> warning "ramp_delay not set" for all the above regulator.
> 
> Signed-off-by: Anand Moon <linux.amoon@...il.com>
> ---
> Changes based on https://github.com/krzk/linux.git branch dt-for-next
> Console message:
> [    3.756440] vdd_ldo9: ramp_delay not set
> [    3.767731] vdd_ldo13: ramp_delay not set
> [    3.775260] vdd_ldo15: ramp_delay not set
> [    3.786269] vdd_sd: ramp_delay not set
> ---
>  arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> index 1565667..7c97740 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> @@ -218,6 +218,8 @@
>  				regulator-name = "vdd_ldo9";
>  				regulator-min-microvolt = <3000000>;
>  				regulator-max-microvolt = <3000000>;
> +				regulator-enable-ramp-delay = <200>;
> +				regulator-ramp-delay = <8000>;

How did you get this values?

Best regards,
Krzysztof

>  				regulator-always-on;
>  			};
>  
> @@ -246,6 +248,8 @@
>  				regulator-name = "vdd_ldo13";
>  				regulator-min-microvolt = <2800000>;
>  				regulator-max-microvolt = <2800000>;
> +				regulator-enable-ramp-delay = <200>;
> +				regulator-ramp-delay = <8000>;
>  				regulator-always-on;
>  			};
>  
> @@ -253,6 +257,8 @@
>  				regulator-name = "vdd_ldo15";
>  				regulator-min-microvolt = <3100000>;
>  				regulator-max-microvolt = <3100000>;
> +				regulator-enable-ramp-delay = <200>;
> +				regulator-ramp-delay = <8000>;
>  				regulator-always-on;
>  			};
>  
> @@ -274,6 +280,8 @@
>  				regulator-name = "vdd_sd";
>  				regulator-min-microvolt = <2800000>;
>  				regulator-max-microvolt = <2800000>;
> +				regulator-enable-ramp-delay = <200>;
> +				regulator-ramp-delay = <8000>;
>  				regulator-always-on;
>  			};
>  
> 

--
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