Skip to content

Commit

Permalink
ARM: kirkwood: fdt: use mrvl ticker symbol
Browse files Browse the repository at this point in the history
Also, use inclusive register size for uart0.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Jason Cooper committed Mar 16, 2012
1 parent a855a7c commit b77816d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/kirkwood-dreamplug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/ {
model = "Globalscale Technologies Dreamplug";
compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";

memory {
device_type = "memory";
Expand All @@ -17,7 +17,7 @@

serial@f1012000 {
compatible = "ns16550a";
reg = <0xf1012000 0xff>;
reg = <0xf1012000 0x100>;
reg-shift = <2>;
interrupts = <33>;
clock-frequency = <200000000>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/kirkwood.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/include/ "skeleton.dtsi"

/ {
compatible = "marvell,kirkwood";
compatible = "mrvl,kirkwood";
};

0 comments on commit b77816d

Please sign in to comment.