diff mbox series

dt-bindings: i2c: omap: Add new compatible for J721E SoCs

Message ID 20190605084504.2777-1-vigneshr@ti.com
State Not Applicable, archived
Headers show
Series dt-bindings: i2c: omap: Add new compatible for J721E SoCs | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Raghavendra, Vignesh June 5, 2019, 8:45 a.m. UTC
From: Peter Ujfalusi <peter.ujfalusi@ti.com>

J721E SoCs have same I2C IP as OMAP SoCs. Add new compatible to
handle J721E SoCs.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---

Initial support for J721E Platform is proposed here:
https://lore.kernel.org/patchwork/cover/1077382/

 Documentation/devicetree/bindings/i2c/i2c-omap.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang June 26, 2019, 1:43 p.m. UTC | #1
On Wed, Jun 05, 2019 at 02:15:04PM +0530, Vignesh Raghavendra wrote:
> From: Peter Ujfalusi <peter.ujfalusi@ti.com>
> 
> J721E SoCs have same I2C IP as OMAP SoCs. Add new compatible to
> handle J721E SoCs.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>

Applied to for-next, thanks!

Sorry for the delay, I was waiting for an ack to show up. I totally
missed you are the maintainer :( Won't happen again!
Raghavendra, Vignesh June 28, 2019, 8:52 a.m. UTC | #2
On 26/06/19 7:13 PM, Wolfram Sang wrote:
> On Wed, Jun 05, 2019 at 02:15:04PM +0530, Vignesh Raghavendra wrote:
>> From: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> J721E SoCs have same I2C IP as OMAP SoCs. Add new compatible to
>> handle J721E SoCs.
>>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> 
> Applied to for-next, thanks!
> 

Thanks!

> Sorry for the delay, I was waiting for an ack to show up. I totally
> missed you are the maintainer :( Won't happen again!
> 

No worries :)

Regards
Vignesh
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/i2c/i2c-omap.txt b/Documentation/devicetree/bindings/i2c/i2c-omap.txt
index 4b90ba9f31b7..a44573d7c118 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-omap.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-omap.txt
@@ -7,6 +7,7 @@  Required properties :
 	"ti,omap3-i2c" for OMAP3 SoCs
 	"ti,omap4-i2c" for OMAP4+ SoCs
 	"ti,am654-i2c", "ti,omap4-i2c" for AM654 SoCs
+	"ti,j721e-i2c", "ti,omap4-i2c" for J721E SoCs
 - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based)
 - #address-cells = <1>;
 - #size-cells = <0>;