Re: [PATCH v3 4/4] dt: paz00: define nvec as child of i2c bus
From: Andrey Danin <hidden>
Date: 2015-07-21 06:35:49
Also in:
linux-arm-kernel, linux-i2c, linux-tegra, lkml
From: Andrey Danin <hidden>
Date: 2015-07-21 06:35:49
Also in:
linux-arm-kernel, linux-i2c, linux-tegra, lkml
On 21.07.2015 1:19, Stephen Warren wrote:
On 07/20/2015 02:35 PM, Andrey Danin wrote:quoted
NVEC driver was reimplemented to use tegra i2c. Use common i2c bindings for NVEC node.quoted
diff --git a/arch/arm/boot/dts/tegra20-paz00.dtsb/arch/arm/boot/dts/tegra20-paz00.dtsquoted
+ nvec: nvec@45 { + compatible = "nvidia,nvec-slave"; + reg = <0x45>;I think you need to or in I2C_OWN_SLAVE_ADDRESS from <dt-bindings/i2c/i2c.h> here?
Sorry, I mentioned it in letter 0 only. I will rework nvec driver and device tree according to i2c core slave implementation later. v3 of this patchset is for fixing tegra i2c driver only.