Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1403463 > unrolled thread
| Started by | Vignesh R <vigneshr@ti.com> |
|---|---|
| First post | 2016-05-19 08:50 +0200 |
| Last post | 2016-05-26 10:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536 Vignesh R <vigneshr@ti.com> - 2016-05-19 08:50 +0200
Re: [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536 Martinez Kristofer <kristofer.s.martinez@gmail.com> - 2016-05-19 12:00 +0200
Re: [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536 Linus Walleij <linus.walleij@linaro.org> - 2016-05-26 10:50 +0200
| From | Vignesh R <vigneshr@ti.com> |
|---|---|
| Date | 2016-05-19 08:50 +0200 |
| Subject | [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536 |
| Message-ID | <rApWp-4EM-7@gated-at.bofh.it> |
AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address
0x41. Add DT entry for the same.
Signed-off-by: Vignesh R <vigneshr@ti.com>
---
arch/arm/boot/dts/am335x-icev2.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
index e271013e78a6..7d8b8fefdf08 100644
--- a/arch/arm/boot/dts/am335x-icev2.dts
+++ b/arch/arm/boot/dts/am335x-icev2.dts
@@ -206,6 +206,13 @@
gpio-controller;
#gpio-cells = <2>;
};
+
+ pca9536: gpio@41 {
+ compatible = "ti,pca9536";
+ reg = <0x41>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ };
};
#include "tps65910.dtsi"
--
2.8.2
[toc] | [next] | [standalone]
| From | Martinez Kristofer <kristofer.s.martinez@gmail.com> |
|---|---|
| Date | 2016-05-19 12:00 +0200 |
| Message-ID | <rAsUh-6sS-7@gated-at.bofh.it> |
| In reply to | #1403463 |
On Thu, May 19, 2016 at 2:47 PM, Vignesh R <vigneshr@ti.com> wrote:
> AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address
> 0x41. Add DT entry for the same.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
> arch/arm/boot/dts/am335x-icev2.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
> index e271013e78a6..7d8b8fefdf08 100644
> --- a/arch/arm/boot/dts/am335x-icev2.dts
> +++ b/arch/arm/boot/dts/am335x-icev2.dts
> @@ -206,6 +206,13 @@
> gpio-controller;
> #gpio-cells = <2>;
> };
> +
> + pca9536: gpio@41 {
> + compatible = "ti,pca9536";
> + reg = <0x41>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + };
> };
>
> #include "tps65910.dtsi"
Acked-by: Kristofer Martinez <Kristofer.S.Martinez@gmail.com>
M.K.
> --
> 2.8.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-05-26 10:50 +0200 |
| Message-ID | <rCZ9o-48C-11@gated-at.bofh.it> |
| In reply to | #1403463 |
On Thu, May 19, 2016 at 8:47 AM, Vignesh R <vigneshr@ti.com> wrote: > AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address > 0x41. Add DT entry for the same. > > Signed-off-by: Vignesh R <vigneshr@ti.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Pls take this through the ARM SoC TI git tree. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web