Commit a0d3c221 authored by Arnaud Ebalard's avatar Arnaud Ebalard Committed by Jason Cooper

arm: mvebu: fix vendor prefix typo in kirkwood-synology.dtsi

As reported by Andrew, the vendor prefix for Seiko Instruments, Inc.
S-35390A I2C RTC chip in kirkwood-synology.dtsi has a typo (ssi
instead of sii). This patches fixes it.

Note: i2c devices ignore the optional vendor prefix, which explains
why it worked with the typo and also why there is no backward
compatibility issues with the fix.
Reported-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarArnaud Ebalard <arno@natisbad.org>
Link: https://lkml.kernel.org/r/0444140a267d982c3e5f5f2b7b5f2dc41d010e2a.1416613429.git.arno@natisbad.orgSigned-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent ab1e8537
......@@ -266,7 +266,7 @@ rs5c372: rs5c372@32 {
s35390a: s35390a@30 {
status = "disabled";
compatible = "ssi,s35390a";
compatible = "sii,s35390a";
reg = <0x30>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment