diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-09-09 17:27:27 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-09-13 22:28:02 +0400 |
commit | ce6965ebcc0a5fa4bcaeba14956ae57c4e7f339c (patch) | |
tree | 10ab2789ea8f00cf8709a3fe058832594ca23a28 /arch/arm/boot/dts/rk3xxx.dtsi | |
parent | 0f4fc382428f71453d195925a3c63efc48452417 (diff) | |
download | linux-ce6965ebcc0a5fa4bcaeba14956ae57c4e7f339c.tar.xz |
ARM: dts: rockchip: remove rockchip,bus-index from rk3xxx i2c0
This is a remnant from the first i2c driver iteration that seems to have
been forgotten and thus made its way into the dtsi. Remove it.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3xxx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3xxx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi index cce4a07d6e04..c021df3b01c3 100644 --- a/arch/arm/boot/dts/rk3xxx.dtsi +++ b/arch/arm/boot/dts/rk3xxx.dtsi @@ -135,7 +135,6 @@ #size-cells = <0>; rockchip,grf = <&grf>; - rockchip,bus-index = <0>; clock-names = "i2c"; clocks = <&cru PCLK_I2C0>; |