Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b77816de authored by Jason Cooper's avatar Jason Cooper
Browse files

ARM: kirkwood: fdt: use mrvl ticker symbol



Also, use inclusive register size for uart0.

Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent a855a7ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@


/ {
/ {
	model = "Globalscale Technologies Dreamplug";
	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 {
	memory {
		device_type = "memory";
		device_type = "memory";
@@ -17,7 +17,7 @@


	serial@f1012000 {
	serial@f1012000 {
		compatible = "ns16550a";
		compatible = "ns16550a";
		reg = <0xf1012000 0xff>;
		reg = <0xf1012000 0x100>;
		reg-shift = <2>;
		reg-shift = <2>;
		interrupts = <33>;
		interrupts = <33>;
		clock-frequency = <200000000>;
		clock-frequency = <200000000>;
+1 −1
Original line number Original line Diff line number Diff line
/include/ "skeleton.dtsi"
/include/ "skeleton.dtsi"


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