Skip to content

Commit

Permalink
ARM: mvebu: Change vendor prefix for Intersil Corporation to isil
Browse files Browse the repository at this point in the history
Currently there is a wild mixture of isl, isil, and intersil
compatibles in the kernel. At this point, changing the vendor
symbol to the most often used variant, which is equal to the
NASDAQ symbol, isil, should not hurt.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lkml.kernel.org/r/1410167960-554-4-git-send-email-p.zabel@pengutronix.de
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Philipp Zabel authored and Jason Cooper committed Sep 9, 2014
1 parent ccf8ca4 commit 7a6540c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-370-netgear-rn102.dts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
status = "okay";

isl12057: isl12057@68 {
compatible = "isl,isl12057";
compatible = "isil,isl12057";
reg = <0x68>;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-370-netgear-rn104.dts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
status = "okay";

isl12057: isl12057@68 {
compatible = "isl,isl12057";
compatible = "isil,isl12057";
reg = <0x68>;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
status = "okay";

isl12057: isl12057@68 {
compatible = "isl,isl12057";
compatible = "isil,isl12057";
reg = <0x68>;
};

Expand Down

0 comments on commit 7a6540c

Please sign in to comment.