summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/doc/device-tree-bindings/i2c
diff options
context:
space:
mode:
authorRajithaY <rajithax.yerrumsetty@intel.com>2017-04-25 03:31:15 -0700
committerRajitha Yerrumchetty <rajithax.yerrumsetty@intel.com>2017-05-22 06:48:08 +0000
commitbb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch)
treeca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/u-boot/doc/device-tree-bindings/i2c
parenta14b48d18a9ed03ec191cf16b162206998a895ce (diff)
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/roms/u-boot/doc/device-tree-bindings/i2c')
-rw-r--r--qemu/roms/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/qemu/roms/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt b/qemu/roms/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt
deleted file mode 100644
index 72649dffa..000000000
--- a/qemu/roms/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-(Placeholder note while we locate the kernel Tegra20 bindings)
-
-Added in U-Boot:
-
-Required properties:
- - clocks : Two clocks must be given, each as a phandle to the Tegra's
- CAR node and the clock number as a parameter:
- - the I2C clock to use for the peripheral
- - the pll_p_out3 clock, which can be used for fast operation. This
- does not change and is the same for all I2C nodes.
-
-Example:
-(TODO: merge with existing example):
-
- i2c@7000c400 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "nvidia,tegra20-i2c";
- reg = <0x7000C400 0x100>;
- interrupts = < 116 >;
- /* PERIPH_ID_I2C2, PLL_P_OUT3 */
- clocks = <&tegra_car 54>, <&tegra_car 124>;
- };