aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-22 17:26:29 -0400
committerJason Cooper <jason@lakedaemon.net>2014-04-26 15:45:10 -0400
commit4bae02dd65b475ff7a3097ce028b9e5efbbdf891 (patch)
tree13315f9c73d26b55628ae4e69d27886e1e875957
parent4e7bb110d73f1100d95c23c5a33c79fa17031dff (diff)
ARM: orion5x: update I2C description at SoC level
This commit fixes the Orion5x SoC definition to: * Not define a clock-frequency, as it should be described on a per-board basis. * Declare the appropriate clock reference, so that the driver can do correct divisors calculations for the I2C bus. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1398202002-28530-26-git-send-email-thomas.petazzoni@free-electrons.com Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/orion5x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index b4c2234fda1e..203edde5cfc4 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -56,7 +56,7 @@
56 #address-cells = <1>; 56 #address-cells = <1>;
57 #size-cells = <0>; 57 #size-cells = <0>;
58 interrupts = <5>; 58 interrupts = <5>;
59 clock-frequency = <100000>; 59 clocks = <&core_clk 0>;
60 status = "disabled"; 60 status = "disabled";
61 }; 61 };
62 62