summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/i2c/i2c-mt7621.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-11-14 16:54:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-11-14 16:54:36 +0100
commitab1e21447d0b45d6689a7ddee51a5eadff1ebeeb (patch)
tree2f303011dfe883f8b003fc88eed91568d3fbab88 /dts/Bindings/i2c/i2c-mt7621.txt
parent082680652836cd17f2e0bb3da5bec35789e93483 (diff)
parent6f98e5463b673e6dcf9a54c1571f95a567b65296 (diff)
downloadbarebox-ab1e21447d0b45d6689a7ddee51a5eadff1ebeeb.tar.gz
barebox-ab1e21447d0b45d6689a7ddee51a5eadff1ebeeb.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/Bindings/i2c/i2c-mt7621.txt')
-rw-r--r--dts/Bindings/i2c/i2c-mt7621.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/dts/Bindings/i2c/i2c-mt7621.txt b/dts/Bindings/i2c/i2c-mt7621.txt
deleted file mode 100644
index bc36f0eb94..0000000000
--- a/dts/Bindings/i2c/i2c-mt7621.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-MediaTek MT7621/MT7628 I2C master controller
-
-Required properties:
-
-- compatible: Should be one of the following:
- - "mediatek,mt7621-i2c": for MT7621/MT7628/MT7688 platforms
-- #address-cells: should be 1.
-- #size-cells: should be 0.
-- reg: Address and length of the register set for the device
-- resets: phandle to the reset controller asserting this device in
- reset
- See ../reset/reset.txt for details.
-
-Optional properties :
-
-Example:
-
-i2c: i2c@900 {
- compatible = "mediatek,mt7621-i2c";
- reg = <0x900 0x100>;
- #address-cells = <1>;
- #size-cells = <0>;
- resets = <&rstctrl 16>;
- reset-names = "i2c";
-};