All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-16 16:57 Enric Balletbo i Serra
  2017-01-16 16:57 ` [PATCH 1/6] ARM: dts: am335x-sl50: Remove I2C1 node Enric Balletbo i Serra
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

Hi Tony,

The following patches updates the device tree file for the SL50 device, there
are few v1 boards and IMHO doesn't make sense to maintain the device tree
for these old devices, so mostly of the updates are related to changes done in
the next hardware revision v2 (the one that will go out).

Best regards,

Enric Balletbo i Serra (6):
  ARM: dts: am335x-sl50: Remove I2C1 node.
  ARM: dts: am335x-sl50: Enable UART1.
  ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory.
  ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
  ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander.
  ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.

 arch/arm/boot/dts/am335x-sl50.dts | 70 ++++++++++++++++++++++++++++++++-------
 1 file changed, 58 insertions(+), 12 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [PATCH 1/6] ARM: dts: am335x-sl50: Remove I2C1 node.
  2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
@ 2017-01-16 16:57 ` Enric Balletbo i Serra
  2017-01-16 16:57 ` [PATCH 2/6] ARM: dts: am335x-sl50: Enable UART1 Enric Balletbo i Serra
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

I2C1 is not used so remove it in order to avoid conflicts.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index b0dfa6f..34f4900 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -150,13 +150,6 @@
 		>;
 	};
 
-	i2c1_pins: pinmux_i2c1_pins {
-		pinctrl-single,pins = <
-			AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE3)	/* uart1_rxd.i2c1_sda */
-			AM33XX_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE3)	/* uart1_txdi2c1_scl */
-		>;
-	};
-
 	i2c2_pins: pinmux_i2c2_pins {
 		pinctrl-single,pins = <
 			AM33XX_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE3)	/* uart1_ctsn.i2c2_sda */
@@ -298,12 +291,6 @@
 	};
 };
 
-&i2c1 {
-	status = "okay";
-	pinctrl-names = "default";
-	pinctrl-0 = <&i2c1_pins>;
-};
-
 &i2c2 {
 	status = "okay";
 	pinctrl-names = "default";
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/6] ARM: dts: am335x-sl50: Enable UART1.
  2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
  2017-01-16 16:57 ` [PATCH 1/6] ARM: dts: am335x-sl50: Remove I2C1 node Enric Balletbo i Serra
@ 2017-01-16 16:57 ` Enric Balletbo i Serra
  2017-01-16 16:57   ` Enric Balletbo i Serra
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

The UART1 is connected to the infrared (IR) receiver module, so enable it
to be able to comunicate with it.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 34f4900..89ddf26 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -136,6 +136,13 @@
 		>;
 	};
 
+	uart1_pins: pinmux_uart1_pins {
+		pinctrl-single,pins = <
+			AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE0)	/* uart1_rxd.uart1_rxd */
+			AM33XX_IOPAD(0x984, PIN_OUTPUT_PULLDOWN | MUX_MODE0)	/* uart1_txd.uart1_txd */
+		>;
+	};
+
 	uart4_pins: pinmux_uart4_pins {
 		pinctrl-single,pins = <
 			AM33XX_IOPAD(0x870, PIN_INPUT_PULLUP | MUX_MODE6)	/* gpmc_wait0.uart4_rxd */
@@ -381,6 +388,12 @@
 	pinctrl-0 = <&uart0_pins>;
 };
 
+&uart1 {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart1_pins>;
+};
+
 &uart4 {
 	status = "okay";
 	pinctrl-names = "default";
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/6] ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory.
@ 2017-01-16 16:57   ` Enric Balletbo i Serra
  0 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

Add support for the 32Mb Serial Flash Memory connected to SPI0
and using CS1.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 89ddf26..6f32078 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -262,6 +262,16 @@
 		>;
 	};
 
+	spi0_pins: pinmux_spi0_pins {
+		pinctrl-single,pins = <
+			AM33XX_IOPAD(0x954, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_MOSI - spi0_d0.spi0_d0 */
+			AM33XX_IOPAD(0x958, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_MISO - spi0_d1.spi0_d1 */
+			AM33XX_IOPAD(0x950, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CLK  - spi0_clk.spi0_clk */
+			AM33XX_IOPAD(0x95c, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CS0 (NBATTSS) - spi0_cs0.spi0_cs0 */
+			AM33XX_IOPAD(0x960, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CS1 (FPGA_FLASH_NCS) - spi0_cs1.spi0_cs1 */
+		>;
+	};
+
 	lwb_pins: pinmux_lwb_pins {
 		pinctrl-single,pins = <
 			AM33XX_IOPAD(0x9a4, PIN_OUTPUT | MUX_MODE7)	/* SoundPA_en - mcasp0_fsr.gpio3_19 */
@@ -400,6 +410,20 @@
 	pinctrl-0 = <&uart4_pins>;
 };
 
+&spi0 {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&spi0_pins>;
+
+	flash: n25q032@1 {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		compatible = "micron,n25q032";
+		reg = <1>;
+		spi-max-frequency = <5000000>;
+	};
+};
+
 #include "tps65217.dtsi"
 
 &tps {
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/6] ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory.
@ 2017-01-16 16:57   ` Enric Balletbo i Serra
  0 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Add support for the 32Mb Serial Flash Memory connected to SPI0
and using CS1.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
---
 arch/arm/boot/dts/am335x-sl50.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 89ddf26..6f32078 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -262,6 +262,16 @@
 		>;
 	};
 
+	spi0_pins: pinmux_spi0_pins {
+		pinctrl-single,pins = <
+			AM33XX_IOPAD(0x954, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_MOSI - spi0_d0.spi0_d0 */
+			AM33XX_IOPAD(0x958, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_MISO - spi0_d1.spi0_d1 */
+			AM33XX_IOPAD(0x950, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CLK  - spi0_clk.spi0_clk */
+			AM33XX_IOPAD(0x95c, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CS0 (NBATTSS) - spi0_cs0.spi0_cs0 */
+			AM33XX_IOPAD(0x960, PIN_INPUT_PULLUP | MUX_MODE0)	/* SPI0_CS1 (FPGA_FLASH_NCS) - spi0_cs1.spi0_cs1 */
+		>;
+	};
+
 	lwb_pins: pinmux_lwb_pins {
 		pinctrl-single,pins = <
 			AM33XX_IOPAD(0x9a4, PIN_OUTPUT | MUX_MODE7)	/* SoundPA_en - mcasp0_fsr.gpio3_19 */
@@ -400,6 +410,20 @@
 	pinctrl-0 = <&uart4_pins>;
 };
 
+&spi0 {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&spi0_pins>;
+
+	flash: n25q032@1 {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		compatible = "micron,n25q032";
+		reg = <1>;
+		spi-max-frequency = <5000000>;
+	};
+};
+
 #include "tps65217.dtsi"
 
 &tps {
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 4/6] ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
  2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
                   ` (2 preceding siblings ...)
  2017-01-16 16:57   ` Enric Balletbo i Serra
@ 2017-01-16 16:57 ` Enric Balletbo i Serra
  2017-01-16 16:57 ` [PATCH 5/6] ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander Enric Balletbo i Serra
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

Add support for the BQ32000 Real Time Clock connected to the I2C bus
and disable the AM335x Real Time Clock.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 6f32078..fddef18 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -302,10 +302,18 @@
 		reg = <0x24>;
 	};
 
+	bq32000: rtc@68 {
+		compatible = "ti,bq32000";
+		trickle-resistor-ohms = <1120>;
+		reg = <0x68>;
+	};
+
 	eeprom: eeprom@50 {
 		compatible = "at,24c256";
 		reg = <0x50>;
 	};
+
+
 };
 
 &i2c2 {
@@ -327,6 +335,10 @@
 	};
 };
 
+&rtc {
+	status = "disabled";
+};
+
 &usb {
 	status = "okay";
 };
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 5/6] ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander.
  2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
                   ` (3 preceding siblings ...)
  2017-01-16 16:57 ` [PATCH 4/6] ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock Enric Balletbo i Serra
@ 2017-01-16 16:57 ` Enric Balletbo i Serra
  2017-01-16 16:57 ` [PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor Enric Balletbo i Serra
  2017-01-16 17:41   ` Tony Lindgren
  6 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

Add support for the 16-Bit I/O Expander connected via the I2C bus.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index fddef18..010c99e 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -313,6 +313,10 @@
 		reg = <0x50>;
 	};
 
+	gpio_exp: mcp23017@20 {
+		compatible = "microchip,mcp23017";
+		reg = <0x20>;
+	};
 
 };
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.
  2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
                   ` (4 preceding siblings ...)
  2017-01-16 16:57 ` [PATCH 5/6] ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander Enric Balletbo i Serra
@ 2017-01-16 16:57 ` Enric Balletbo i Serra
  2017-01-16 17:41   ` Tony Lindgren
  6 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo i Serra @ 2017-01-16 16:57 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Russell King
  Cc: linux-omap, devicetree, linux-kernel

Add support for the ISL29023 ALS connected via the I2C bus.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 010c99e..c5d2589 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -337,6 +337,12 @@
 		DRVDD-supply = <&ldo4_reg>;
 		DVDD-supply = <&ldo3_reg>;
 	};
+
+	/* Ambient Light Sensor */
+	als: isl29023@44 {
+		compatible = "isil,isl29023";
+		reg = <0x44>;
+	};
 };
 
 &rtc {
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-16 17:41   ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-01-16 17:41 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: Rob Herring, Russell King, linux-omap, devicetree, linux-kernel

* Enric Balletbo i Serra <enric.balletbo@collabora.com> [170116 08:58]:
> Hi Tony,
> 
> The following patches updates the device tree file for the SL50 device, there
> are few v1 boards and IMHO doesn't make sense to maintain the device tree
> for these old devices, so mostly of the updates are related to changes done in
> the next hardware revision v2 (the one that will go out).

This is only if the v1 boards are company internal and can be easily
replaced. As long as that's the case I'm fine with that.

Regards,

Tony

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-16 17:41   ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-01-16 17:41 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: Rob Herring, Russell King, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

* Enric Balletbo i Serra <enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> [170116 08:58]:
> Hi Tony,
> 
> The following patches updates the device tree file for the SL50 device, there
> are few v1 boards and IMHO doesn't make sense to maintain the device tree
> for these old devices, so mostly of the updates are related to changes done in
> the next hardware revision v2 (the one that will go out).

This is only if the v1 boards are company internal and can be easily
replaced. As long as that's the case I'm fine with that.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-16 20:53     ` Enric Balletbo Serra
  0 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo Serra @ 2017-01-16 20:53 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Enric Balletbo i Serra, Rob Herring, Russell King, linux-omap,
	devicetree, linux-kernel

Hi Tony,

2017-01-16 18:41 GMT+01:00 Tony Lindgren <tony@atomide.com>:
> * Enric Balletbo i Serra <enric.balletbo@collabora.com> [170116 08:58]:
>> Hi Tony,
>>
>> The following patches updates the device tree file for the SL50 device, there
>> are few v1 boards and IMHO doesn't make sense to maintain the device tree
>> for these old devices, so mostly of the updates are related to changes done in
>> the next hardware revision v2 (the one that will go out).
>
> This is only if the v1 boards are company internal and can be easily
> replaced. As long as that's the case I'm fine with that.
>

Yes thats the case, I don't expect see v1 board outside.

Regards,
  Enric

> Regards,
>
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" 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] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-16 20:53     ` Enric Balletbo Serra
  0 siblings, 0 replies; 14+ messages in thread
From: Enric Balletbo Serra @ 2017-01-16 20:53 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Enric Balletbo i Serra, Rob Herring, Russell King,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel

Hi Tony,

2017-01-16 18:41 GMT+01:00 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>:
> * Enric Balletbo i Serra <enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> [170116 08:58]:
>> Hi Tony,
>>
>> The following patches updates the device tree file for the SL50 device, there
>> are few v1 boards and IMHO doesn't make sense to maintain the device tree
>> for these old devices, so mostly of the updates are related to changes done in
>> the next hardware revision v2 (the one that will go out).
>
> This is only if the v1 boards are company internal and can be easily
> replaced. As long as that's the case I'm fine with that.
>

Yes thats the case, I don't expect see v1 board outside.

Regards,
  Enric

> Regards,
>
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-20 18:35       ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-01-20 18:35 UTC (permalink / raw)
  To: Enric Balletbo Serra
  Cc: Enric Balletbo i Serra, Rob Herring, Russell King, linux-omap,
	devicetree, linux-kernel

* Enric Balletbo Serra <eballetbo@gmail.com> [170116 12:54]:
> Hi Tony,
> 
> 2017-01-16 18:41 GMT+01:00 Tony Lindgren <tony@atomide.com>:
> > * Enric Balletbo i Serra <enric.balletbo@collabora.com> [170116 08:58]:
> >> Hi Tony,
> >>
> >> The following patches updates the device tree file for the SL50 device, there
> >> are few v1 boards and IMHO doesn't make sense to maintain the device tree
> >> for these old devices, so mostly of the updates are related to changes done in
> >> the next hardware revision v2 (the one that will go out).
> >
> > This is only if the v1 boards are company internal and can be easily
> > replaced. As long as that's the case I'm fine with that.
> >
> 
> Yes thats the case, I don't expect see v1 board outside.

OK applying all into omap-for-v4.11/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware
@ 2017-01-20 18:35       ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-01-20 18:35 UTC (permalink / raw)
  To: Enric Balletbo Serra
  Cc: Enric Balletbo i Serra, Rob Herring, Russell King,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel

* Enric Balletbo Serra <eballetbo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [170116 12:54]:
> Hi Tony,
> 
> 2017-01-16 18:41 GMT+01:00 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>:
> > * Enric Balletbo i Serra <enric.balletbo-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> [170116 08:58]:
> >> Hi Tony,
> >>
> >> The following patches updates the device tree file for the SL50 device, there
> >> are few v1 boards and IMHO doesn't make sense to maintain the device tree
> >> for these old devices, so mostly of the updates are related to changes done in
> >> the next hardware revision v2 (the one that will go out).
> >
> > This is only if the v1 boards are company internal and can be easily
> > replaced. As long as that's the case I'm fine with that.
> >
> 
> Yes thats the case, I don't expect see v1 board outside.

OK applying all into omap-for-v4.11/dt thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-01-20 18:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 16:57 [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 1/6] ARM: dts: am335x-sl50: Remove I2C1 node Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 2/6] ARM: dts: am335x-sl50: Enable UART1 Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 3/6] ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory Enric Balletbo i Serra
2017-01-16 16:57   ` Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 4/6] ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 5/6] ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander Enric Balletbo i Serra
2017-01-16 16:57 ` [PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor Enric Balletbo i Serra
2017-01-16 17:41 ` [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Tony Lindgren
2017-01-16 17:41   ` Tony Lindgren
2017-01-16 20:53   ` Enric Balletbo Serra
2017-01-16 20:53     ` Enric Balletbo Serra
2017-01-20 18:35     ` Tony Lindgren
2017-01-20 18:35       ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.