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:	Thu, 13 Jun 2013 16:49:21 +0000
From:	"J, KEERTHY" <j-keerthy@...com>
To:	"Cousson, Benoit" <b-cousson@...com>
CC:	"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"ldewangan@...dia.com" <ldewangan@...dia.com>,
	"grant.likely@...retlab.ca" <grant.likely@...retlab.ca>,
	"swarren@...dotorg.org" <swarren@...dotorg.org>,
	"swarren@...dia.com" <swarren@...dia.com>,
	"sameo@...ux.intel.com" <sameo@...ux.intel.com>,
	"gg@...mlogic.co.uk" <gg@...mlogic.co.uk>,
	"lee.jones@...aro.org" <lee.jones@...aro.org>,
	"devicetree-discuss@...ts.ozlabs.org" 
	<devicetree-discuss@...ts.ozlabs.org>
Subject: RE: [PATCH v6] ARM: dts: OMAP5: Add Palmas MFD node and regulator
 nodes

Hi Benoit,


> -----Original Message-----
> From: J, KEERTHY
> Sent: Thursday, June 13, 2013 10:00 AM
> To: Cousson, Benoit; devicetree-discuss@...ts.ozlabs.org
> Cc: linux-omap@...r.kernel.org; linux-kernel@...r.kernel.org;
> ldewangan@...dia.com; grant.likely@...retlab.ca; swarren@...dotorg.org;
> swarren@...dia.com; sameo@...ux.intel.com; gg@...mlogic.co.uk;
> lee.jones@...aro.org; J, KEERTHY
> Subject: [PATCH v6] ARM: dts: OMAP5: Add Palmas MFD node and regulator
> nodes
> 
> This patch adds Palmas MFD node and the regulator nodes for OMAP5.
> 
> The node definitions are based on: https://lkml.org/lkml/2013/6/6/25
> 
> Boot tested on omap5-uevm board.

Could you please pull this patch?

Regards,
Keerthy

> 
> Signed-off-by: Graeme Gregory <gg@...mlogic.co.uk>
> Signed-off-by: J Keerthy <j-keerthy@...com>
> Reviewed-by: Stephen Warren <swarren@...dia.com>
> ---
> V6:
> Changed the order of properties.
> 
> V5:
> Corrected the IRQ_TYPE flag for OMAP5 board.
> 
> V4:
> Removed splitting Palmas node.
> 
> V3:
> Moved the entire Palmas device tree node to board file.
> 
>  arch/arm/boot/dts/omap5-uevm.dts |  167
> ++++++++++++++++++++++++++++++++++++++
>  1 files changed, 167 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap5-uevm.dts
> b/arch/arm/boot/dts/omap5-uevm.dts
> index 927db1e..3d0b7b6 100644
> --- a/arch/arm/boot/dts/omap5-uevm.dts
> +++ b/arch/arm/boot/dts/omap5-uevm.dts
> @@ -8,6 +8,8 @@
>  /dts-v1/;
> 
>  #include "omap5.dtsi"
> +#include <dt-bindings/interrupt-controller/irq.h>
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> 
>  / {
>  	model = "TI OMAP5 uEVM board";
> @@ -254,6 +256,171 @@
>  	pinctrl-0 = <&i2c1_pins>;
> 
>  	clock-frequency = <400000>;
> +
> +	palmas: palmas@48 {
> +		compatible = "ti,palmas";
> +		interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>; /* IRQ_SYS_1N */
> +		interrupt-parent = <&gic>;
> +		reg = <0x48>;
> +		interrupt-controller;
> +		#interrupt-cells = <2>;
> +
> +		palmas_pmic {
> +			compatible = "ti,palmas-pmic";
> +			interrupt-parent = <&palmas>;
> +			interrupts = <14 IRQ_TYPE_NONE>;
> +			interrupt-name = "short-irq";
> +
> +			ti,ldo6-vibrator;
> +
> +			regulators {
> +				smps123_reg: smps123 {
> +					regulator-name = "smps123";
> +					regulator-min-microvolt = < 600000>;
> +					regulator-max-microvolt = <1500000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				smps45_reg: smps45 {
> +					regulator-name = "smps45";
> +					regulator-min-microvolt = < 600000>;
> +					regulator-max-microvolt = <1310000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				smps6_reg: smps6 {
> +					regulator-name = "smps6";
> +					regulator-min-microvolt = <1200000>;
> +					regulator-max-microvolt = <1200000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				smps7_reg: smps7 {
> +					regulator-name = "smps7";
> +					regulator-min-microvolt = <1800000>;
> +					regulator-max-microvolt = <1800000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				smps8_reg: smps8 {
> +					regulator-name = "smps8";
> +					regulator-min-microvolt = < 600000>;
> +					regulator-max-microvolt = <1310000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				smps9_reg: smps9 {
> +					regulator-name = "smps9";
> +					regulator-min-microvolt = <2100000>;
> +					regulator-max-microvolt = <2100000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +					ti,smps-range = <0x80>;
> +				};
> +
> +				smps10_reg: smps10 {
> +					regulator-name = "smps10";
> +					regulator-min-microvolt = <5000000>;
> +					regulator-max-microvolt = <5000000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo1_reg: ldo1 {
> +					regulator-name = "ldo1";
> +					regulator-min-microvolt = <2800000>;
> +					regulator-max-microvolt = <2800000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo2_reg: ldo2 {
> +					regulator-name = "ldo2";
> +					regulator-min-microvolt = <2900000>;
> +					regulator-max-microvolt = <2900000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo3_reg: ldo3 {
> +					regulator-name = "ldo3";
> +					regulator-min-microvolt = <3000000>;
> +					regulator-max-microvolt = <3000000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo4_reg: ldo4 {
> +					regulator-name = "ldo4";
> +					regulator-min-microvolt = <2200000>;
> +					regulator-max-microvolt = <2200000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo5_reg: ldo5 {
> +					regulator-name = "ldo5";
> +					regulator-min-microvolt = <1800000>;
> +					regulator-max-microvolt = <1800000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo6_reg: ldo6 {
> +					regulator-name = "ldo6";
> +					regulator-min-microvolt = <1500000>;
> +					regulator-max-microvolt = <1500000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo7_reg: ldo7 {
> +					regulator-name = "ldo7";
> +					regulator-min-microvolt = <1500000>;
> +					regulator-max-microvolt = <1500000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo8_reg: ldo8 {
> +					regulator-name = "ldo8";
> +					regulator-min-microvolt = <1500000>;
> +					regulator-max-microvolt = <1500000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldo9_reg: ldo9 {
> +					regulator-name = "ldo9";
> +					regulator-min-microvolt = <1800000>;
> +					regulator-max-microvolt = <3300000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldoln_reg: ldoln {
> +					regulator-name = "ldoln";
> +					regulator-min-microvolt = <1800000>;
> +					regulator-max-microvolt = <1800000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +
> +				ldousb_reg: ldousb {
> +					regulator-name = "ldousb";
> +					regulator-min-microvolt = <3250000>;
> +					regulator-max-microvolt = <3250000>;
> +					regulator-always-on;
> +					regulator-boot-on;
> +				};
> +			};
> +		};
> +	};
>  };
> 
>  &i2c5 {
> --
> 1.7.5.4

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