diff mbox series

[1/4,v4] MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node

Message ID 20190812103655.11070-1-sr@denx.de (mailing list archive)
State Mainlined
Commit cd5f9e4fd8792afeadfec17290ee87943b00421b
Headers show
Series [1/4,v4] MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node | expand

Commit Message

Stefan Roese Aug. 12, 2019, 10:36 a.m. UTC
This patch adds the I2C controller description to the MT7628A dtsi file.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Paul Burton <paul.burton@mips.com>
Cc: Harvey Hunt <harveyhuntnexus@gmail.com>
Cc: John Crispin <john@phrozen.org>
---
v4:
- No change

v3:
- No change (I2C controller driver is now available in mainline)

v2:
- Use Harvey's new email address (not at imgtec)
- Use correct linux-mips list address

 arch/mips/boot/dts/ralink/mt7628a.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

Paul Burton Oct. 7, 2019, 5:51 p.m. UTC | #1
Hello,

Stefan Roese wrote:
> This patch adds the I2C controller description to the MT7628A dtsi file.

Series applied to mips-next.

> MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
>   commit cd5f9e4fd879
>   https://git.kernel.org/mips/c/cd5f9e4fd879
>   
>   Signed-off-by: Stefan Roese <sr@denx.de>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> dt-bindings: mips: Add missing mt7688a-soc compatible
>   commit cf892abfab77
>   https://git.kernel.org/mips/c/cf892abfab77
>   
>   Signed-off-by: Stefan Roese <sr@denx.de>
>   Reviewed-by: Rob Herring <robh@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> dt-bindings: mips: Add gardena vendor prefix and board description
>   commit 4ce8a03c4176
>   https://git.kernel.org/mips/c/4ce8a03c4176
>   
>   Signed-off-by: Stefan Roese <sr@denx.de>
>   Reviewed-by: Rob Herring <robh@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: ralink: Add GARDENA smart Gateway MT7688 board
>   commit 376357aca715
>   https://git.kernel.org/mips/c/376357aca715
>   
>   Signed-off-by: Stefan Roese <sr@denx.de>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi
index 61f8621e88b3..742bcc1dc2e0 100644
--- a/arch/mips/boot/dts/ralink/mt7628a.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi
@@ -199,6 +199,22 @@ 
 			status = "disabled";
 		};
 
+		i2c: i2c@900 {
+			compatible = "mediatek,mt7621-i2c";
+			reg = <0x900 0x100>;
+
+			pinctrl-names = "default";
+			pinctrl-0 = <&pinmux_i2c_i2c>;
+
+			resets = <&resetc 16>;
+			reset-names = "i2c";
+
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			status = "disabled";
+		};
+
 		uart0: uartlite@c00 {
 			compatible = "ns16550a";
 			reg = <0xc00 0x100>;