diff options
author | Geert Uytterhoeven <[email protected]> | 2014-04-15 14:51:50 +0200 |
---|---|---|
committer | Simon Horman <[email protected]> | 2014-04-16 10:03:42 +0900 |
commit | dd485ab9a88267f4db0d58ace23b19e876ebf8ac (patch) | |
tree | 5960c6a80c6575ab81aebc133f53174b5ea0a86b | |
parent | 9909d2cb41a9c752cbbef5d9fb57d80a7196e951 (diff) |
ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii"
Use "sii,s35390a" instead of "seiko,s35390a", cfr.
Documentation/devicetree/bindings/i2c/trivial-devices.txt and
Documentation/devicetree/bindings/vendor-prefixes.txt.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Ulrich Hecht <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts index 0cb235a450b9..10344e6edd20 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts @@ -180,7 +180,7 @@ &i2c2 { status = "okay"; rtc@30 { - compatible = "seiko,s35390a"; + compatible = "sii,s35390a"; reg = <0x30>; }; }; |