From eb7f85a9cfd77aa419f879186df33c1baf1caa4c Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 2 Oct 2018 16:21:15 +0800 Subject: LF-191-3 Documentation: bindings: i2c: add xen,i2c Add xen,i2c bindings Signed-off-by: Peng Fan Acked-by: Leonard Crestez --- Documentation/devicetree/bindings/i2c/i2c-xen.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-xen.txt (limited to 'Documentation/devicetree/bindings/i2c') diff --git a/Documentation/devicetree/bindings/i2c/i2c-xen.txt b/Documentation/devicetree/bindings/i2c/i2c-xen.txt new file mode 100644 index 000000000000..26864a15c1b5 --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/i2c-xen.txt @@ -0,0 +1,14 @@ +* XEN frontend i2c controller + +Required properties: +- compatible : + - "xen,i2c" for xen i2c frontend +- be-adapter : the backend i2c adapter name + +Examples: + +xen_i2c0: xen_i2c@0 { + compatible = "xen,i2c"; + be-adapter = "5a800000.i2c"; + status = "okay"; +}; -- cgit v1.2.3