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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8F28kxuk0zPetCBPLmU5skQcOb2E47veZe5s7YaeE-ZJNMew@mail.gmail.com>
Date:	Tue, 9 Jun 2015 08:45:04 -0700
From:	Ash Charles <ashcharles@...il.com>
To:	Arun Bharadwaj <arun@...stix.com>
Cc:	BenoƮt Cousson <bcousson@...libre.com>,
	Tony Lindgren <tony@...mide.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>,
	"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
	devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] ARM: dts: Fix frequency scaling on Gumstix Pepper.

This works well for me--cpufreq seems much happier.

Tested-by: Ash Charles <ashcharles@...il.com>

On Thu, Jun 4, 2015 at 11:08 AM, Arun Bharadwaj <arun@...stix.com> wrote:
> The device tree for Gumstix Pepper has DCDC2 and
> DCDC3 correctly labelled but the upper limit values
> are wrong. The confusion is due to the hardware
> quirk where the DCDC2 and DCDC3 wires are flipped
> in Pepper.
>
> Signed-off-by: Arun Bharadwaj <arun@...stix.com>
> ---
>  arch/arm/boot/dts/am335x-pepper.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts
> index 99f855d..37b95f6 100644
> --- a/arch/arm/boot/dts/am335x-pepper.dts
> +++ b/arch/arm/boot/dts/am335x-pepper.dts
> @@ -448,7 +448,7 @@
>                         /* VDD_CORE voltage limits 0.95V - 1.26V with +/-4% tolerance */
>                         regulator-name = "vdd_core";
>                         regulator-min-microvolt = <925000>;
> -                       regulator-max-microvolt = <1325000>;
> +                       regulator-max-microvolt = <1150000>;
>                         regulator-boot-on;
>                         regulator-always-on;
>                 };
> @@ -457,7 +457,7 @@
>                         /* VDD_MPU voltage limits 0.95V - 1.1V with +/-4% tolerance */
>                         regulator-name = "vdd_mpu";
>                         regulator-min-microvolt = <925000>;
> -                       regulator-max-microvolt = <1150000>;
> +                       regulator-max-microvolt = <1325000>;
>                         regulator-boot-on;
>                         regulator-always-on;
>                 };
> --
> 2.1.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
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