Skip to content

Commit

Permalink
arm: mvebu: fix vendor prefix typo in kirkwood-synology.dtsi
Browse files Browse the repository at this point in the history
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: Andrew Lunn <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Signed-off-by: Arnaud Ebalard <[email protected]>
Link: https://lkml.kernel.org/r/0444140a267d982c3e5f5f2b7b5f2dc41d010e2a.1416613429.git.arno@natisbad.org
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
natisbad authored and Jason Cooper committed Nov 22, 2014
1 parent ab1e853 commit a0d3c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/kirkwood-synology.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@

s35390a: s35390a@30 {
status = "disabled";
compatible = "ssi,s35390a";
compatible = "sii,s35390a";
reg = <0x30>;
};
};
Expand Down

0 comments on commit a0d3c22

Please sign in to comment.