* Re: [PATCH 10/38] Documentation: dt: iio: Add binding for LPS001WP
[not found] ` <1378817379-8238-11-git-send-email-lee.jones@linaro.org>
@ 2013-09-14 12:08 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2013-09-14 12:08 UTC (permalink / raw)
To: Lee Jones
Cc: devicetree@vger.kernel.org, arnd, linux-iio, linus.walleij,
linux-kernel, denis.ciocca, linux-arm-kernel
added devicetree list cc.
On 09/10/13 13:49, Lee Jones wrote:
> LPS001WP is a Pressure and Temperature sensor.
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> .../devicetree/bindings/iio/pressure/lps001wp.txt | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/pressure/lps001wp.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/pressure/lps001wp.txt b/Documentation/devicetree/bindings/iio/pressure/lps001wp.txt
> new file mode 100644
> index 0000000..3294a65c6
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/pressure/lps001wp.txt
> @@ -0,0 +1,21 @@
> +* STMicroelectronics Pressure Sensor
> +
> +Required properties:
> + - compatible: Should be "st,lps001wp_press"
> + - reg: The I2C address of the sensor
> +
> +Optional properties:
> + - vdd-supply: Phandle to the Vdd supply regulator
> + - vddio-supply: Phandle to the Vdd-IO supply regulator
> +
> +Example:
> +
> +i2c@80128000 {
> + lps001wp@5c {
> + compatible = "st,lps001wp_press";
> + reg = <0x5c>;
> +
> + vdd-supply = <&ab8500_ldo_aux1_reg>;
> + vddio-supply = <&db8500_vsmps2_reg>;
> + };
> +};
> -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to
> majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 11/38] Documentation: dt: iio: Add binding for LSM303DLH
[not found] ` <1378817379-8238-12-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-09-14 12:09 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2013-09-14 12:09 UTC (permalink / raw)
To: Lee Jones
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
arnd-r2nGTMty4D4, linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
denis.ciocca-qxv4g6HH51o, linux-iio-u79uwXL29TY76Z2rM5mHXA
add devicetree list cc
On 09/10/13 13:49, Lee Jones wrote:
> LSM303DLH is a Accelerometer Sensor
>
> Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> .../devicetree/bindings/iio/accel/lsm303dlh.txt | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/accel/lsm303dlh.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/accel/lsm303dlh.txt b/Documentation/devicetree/bindings/iio/accel/lsm303dlh.txt
> new file mode 100644
> index 0000000..bb59363
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/accel/lsm303dlh.txt
> @@ -0,0 +1,21 @@
> +* STMicroelectronics Accelerometer Sensor
> +
> +Required properties:
> + - compatible: Should be "st,lsm303dlh_accel"
> + - reg: The I2C address of the sensor
> +
> +Optional properties:
> + - vdd-supply: Phandle to the Vdd supply regulator
> + - vddio-supply: Phandle to the Vdd-IO supply regulator
> +
> +Example:
> +
> +i2c@80128000 {
> + lsm303dlh_accel@19 {
> + compatible = "st,lsm303dlh_accel";
> + reg = <0x19>;
> +
> + vdd-supply = <&ab8500_ldo_aux1_reg>;
> + vddio-supply = <&db8500_vsmps2_reg>;
> + };
> +};
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 12/38] Documentation: dt: iio: Add binding for L3G4200D
[not found] ` <1378817379-8238-13-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-09-14 12:09 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2013-09-14 12:09 UTC (permalink / raw)
To: Lee Jones
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
arnd-r2nGTMty4D4, linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
denis.ciocca-qxv4g6HH51o, linux-iio-u79uwXL29TY76Z2rM5mHXA
Add devicetree list cc
On 09/10/13 13:49, Lee Jones wrote:
> L3G4200D is a Gyroscope Sensor
>
> Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> .../devicetree/bindings/iio/gyro/l3g4200d.txt | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/gyro/l3g4200d.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/gyro/l3g4200d.txt b/Documentation/devicetree/bindings/iio/gyro/l3g4200d.txt
> new file mode 100644
> index 0000000..29baf9d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/gyro/l3g4200d.txt
> @@ -0,0 +1,21 @@
> +* STMicroelectronics Gyroscope Sensor
> +
> +Required properties:
> + - compatible: Should be "st,l3g4200d_gyro"
> + - reg: The I2C address of the sensor
> +
> +Optional properties:
> + - vdd-supply: Phandle to the Vdd supply regulator
> + - vddio-supply: Phandle to the Vdd-IO supply regulator
> +
> +Example:
> +
> +i2c@80128000 {
> + l3g4200d_gyro@68 {
> + compatible = "st,l3g4200d_gyro";
> + reg = <0x68>;
> +
> + vdd-supply = <&ab8500_ldo_aux1_reg>;
> + vddio-supply = <&db8500_vsmps2_reg>;
> + };
> +};
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 13/38] Documentation: dt: iio: Add binding for LSM303DLH
[not found] ` <1378817379-8238-14-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-09-14 12:09 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2013-09-14 12:09 UTC (permalink / raw)
To: Lee Jones
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
arnd-r2nGTMty4D4, linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
denis.ciocca-qxv4g6HH51o, linux-iio-u79uwXL29TY76Z2rM5mHXA
Add devicetree list cc.
On 09/10/13 13:49, Lee Jones wrote:
> LSM303DLH is a Magnetometer Sensor
>
> Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> .../bindings/iio/magnetometer/lsm303dlh.txt | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/lsm303dlh.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/magnetometer/lsm303dlh.txt b/Documentation/devicetree/bindings/iio/magnetometer/lsm303dlh.txt
> new file mode 100644
> index 0000000..5938369
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/magnetometer/lsm303dlh.txt
> @@ -0,0 +1,21 @@
> +* STMicroelectronics Magnetometer Sensor
> +
> +Required properties:
> + - compatible: Should be "st,lsm303dlh_magn"
> + - reg: The I2C address of the sensor
> +
> +Optional properties:
> + - vdd-supply: Phandle to the Vdd supply regulator
> + - vddio-supply: Phandle to the Vdd-IO supply regulator
> +
> +Example:
> +
> +i2c@80128000 {
> + lsm303dlh_magn@1e {
> + compatible = "st,lsm303dlh_magn";
> + reg = <0x1e>;
> +
> + vdd-supply = <&ab8500_ldo_aux1_reg>;
> + vddio-supply = <&db8500_vsmps2_reg>;
> + };
> +};
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-14 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1378817379-8238-1-git-send-email-lee.jones@linaro.org>
[not found] ` <1378817379-8238-11-git-send-email-lee.jones@linaro.org>
2013-09-14 12:08 ` [PATCH 10/38] Documentation: dt: iio: Add binding for LPS001WP Jonathan Cameron
[not found] ` <1378817379-8238-12-git-send-email-lee.jones@linaro.org>
[not found] ` <1378817379-8238-12-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-09-14 12:09 ` [PATCH 11/38] Documentation: dt: iio: Add binding for LSM303DLH Jonathan Cameron
[not found] ` <1378817379-8238-13-git-send-email-lee.jones@linaro.org>
[not found] ` <1378817379-8238-13-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-09-14 12:09 ` [PATCH 12/38] Documentation: dt: iio: Add binding for L3G4200D Jonathan Cameron
[not found] ` <1378817379-8238-14-git-send-email-lee.jones@linaro.org>
[not found] ` <1378817379-8238-14-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-09-14 12:09 ` [PATCH 13/38] Documentation: dt: iio: Add binding for LSM303DLH Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).