aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/boot
diff options
context:
space:
mode:
authorChristian Ruppert <christian.ruppert@abilis.com>2013-06-26 04:55:06 -0400
committerWolfram Sang <wsa@the-dreams.de>2013-06-26 10:02:06 -0400
commit9803f868944e879c4623c0d910e81f1ae89ccfb4 (patch)
tree1dc609539e707c857b7a3e38104a6b0063847a41 /arch/arc/boot
parent4c730a06c19bb83d2fa4308ee4cbb23abc84c9ca (diff)
i2c-designware: make SDA hold time configurable
This patch makes the SDA hold time configurable through device tree. Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com> Signed-off-by: Pierrick Hascoet <pierrick.hascoet@abilis.com> Acked-by: Vineet Gupta <vgupta@synopsys.com> for arch/arc bits Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/arc/boot')
-rw-r--r--arch/arc/boot/dts/abilis_tb100_dvk.dts10
-rw-r--r--arch/arc/boot/dts/abilis_tb101_dvk.dts10
2 files changed, 10 insertions, 10 deletions
diff --git a/arch/arc/boot/dts/abilis_tb100_dvk.dts b/arch/arc/boot/dts/abilis_tb100_dvk.dts
index 0fa0d4abe795..ebc313a9f5b2 100644
--- a/arch/arc/boot/dts/abilis_tb100_dvk.dts
+++ b/arch/arc/boot/dts/abilis_tb100_dvk.dts
@@ -45,19 +45,19 @@
45 }; 45 };
46 46
47 i2c0: i2c@FF120000 { 47 i2c0: i2c@FF120000 {
48 sda-hold-time = <432>; 48 i2c-sda-hold-time-ns = <432>;
49 }; 49 };
50 i2c1: i2c@FF121000 { 50 i2c1: i2c@FF121000 {
51 sda-hold-time = <432>; 51 i2c-sda-hold-time-ns = <432>;
52 }; 52 };
53 i2c2: i2c@FF122000 { 53 i2c2: i2c@FF122000 {
54 sda-hold-time = <432>; 54 i2c-sda-hold-time-ns = <432>;
55 }; 55 };
56 i2c3: i2c@FF123000 { 56 i2c3: i2c@FF123000 {
57 sda-hold-time = <432>; 57 i2c-sda-hold-time-ns = <432>;
58 }; 58 };
59 i2c4: i2c@FF124000 { 59 i2c4: i2c@FF124000 {
60 sda-hold-time = <432>; 60 i2c-sda-hold-time-ns = <432>;
61 }; 61 };
62 62
63 leds { 63 leds {
diff --git a/arch/arc/boot/dts/abilis_tb101_dvk.dts b/arch/arc/boot/dts/abilis_tb101_dvk.dts
index a4d80ce283ae..b204657993aa 100644
--- a/arch/arc/boot/dts/abilis_tb101_dvk.dts
+++ b/arch/arc/boot/dts/abilis_tb101_dvk.dts
@@ -45,19 +45,19 @@
45 }; 45 };
46 46
47 i2c0: i2c@FF120000 { 47 i2c0: i2c@FF120000 {
48 sda-hold-time = <432>; 48 i2c-sda-hold-time-ns = <432>;
49 }; 49 };
50 i2c1: i2c@FF121000 { 50 i2c1: i2c@FF121000 {
51 sda-hold-time = <432>; 51 i2c-sda-hold-time-ns = <432>;
52 }; 52 };
53 i2c2: i2c@FF122000 { 53 i2c2: i2c@FF122000 {
54 sda-hold-time = <432>; 54 i2c-sda-hold-time-ns = <432>;
55 }; 55 };
56 i2c3: i2c@FF123000 { 56 i2c3: i2c@FF123000 {
57 sda-hold-time = <432>; 57 i2c-sda-hold-time-ns = <432>;
58 }; 58 };
59 i2c4: i2c@FF124000 { 59 i2c4: i2c@FF124000 {
60 sda-hold-time = <432>; 60 i2c-sda-hold-time-ns = <432>;
61 }; 61 };
62 62
63 leds { 63 leds {