diff options
| author | Javier Martinez Canillas <[email protected]> | 2016-04-01 16:20:19 -0400 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2016-04-11 11:57:06 -0700 |
| commit | e72c378b8be62e072c067bfcb203dfd20530cd70 (patch) | |
| tree | 76f723d6195602aee21eb2041a1148218e258e6d | |
| parent | 308cfdaf9a9120b88c5f523c755daf464959bf16 (diff) | |
ARM: dts: n8x0: remove unneeded unit name for i2c node
This patch fixes the following DTC warnings:
"i2c@0 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi index 8491f46c61b7..db95aadcca70 100644 --- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi +++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi @@ -7,7 +7,7 @@ }; ocp { - i2c@0 { + i2c0 { compatible = "i2c-cbus-gpio"; gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */ &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */ |