projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5045d06
)
MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
author
Stefan Roese
<
[email protected]
>
Mon, 12 Aug 2019 10:36:52 +0000
(12:36 +0200)
committer
Paul Burton
<
[email protected]
>
Mon, 7 Oct 2019 16:41:10 +0000
(09:41 -0700)
This patch adds the I2C controller description to the MT7628A dtsi file.
Signed-off-by: Stefan Roese <
[email protected]
>
Signed-off-by: Paul Burton <
[email protected]
>
Cc: Harvey Hunt <
[email protected]
>
Cc: John Crispin <
[email protected]
>
Cc:
[email protected]
arch/mips/boot/dts/ralink/mt7628a.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/boot/dts/ralink/mt7628a.dtsi
b/arch/mips/boot/dts/ralink/mt7628a.dtsi
index 61f8621e88b386336afee23de7c739ffc5bcbfb3..742bcc1dc2e0b85006a5445ee5597a075302cb2a 100644
(file)
--- 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>;