]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: Kirkwood: Replace mrvl with marvell
authorAndrew Lunn <andrew@lunn.ch>
Wed, 18 Jul 2012 17:22:54 +0000 (19:22 +0200)
committerAndrew Lunn <andrew@lunn.ch>
Wed, 25 Jul 2012 15:06:23 +0000 (17:06 +0200)
It has been decided to use marvell, not mrvl, in the compatibility
property. Search & replace.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Documentation/devicetree/bindings/mtd/orion-nand.txt
arch/arm/boot/dts/kirkwood-dns320.dts
arch/arm/boot/dts/kirkwood-dns325.dts
arch/arm/boot/dts/kirkwood-dreamplug.dts
arch/arm/boot/dts/kirkwood-ib62x0.dts
arch/arm/boot/dts/kirkwood-iconnect.dts
arch/arm/boot/dts/kirkwood.dtsi
drivers/mtd/nand/orion_nand.c
drivers/rtc/rtc-mv.c

index b2356b7d2fa40bd863086c89dd32ef9f0cf4a392..2d6ab660e6032a3c4147d2e22ab2f33e417d1155 100644 (file)
@@ -1,7 +1,7 @@
 NAND support for Marvell Orion SoC platforms
 
 Required properties:
-- compatible : "mrvl,orion-nand".
+- compatible : "marvell,orion-nand".
 - reg : Base physical address of the NAND and length of memory mapped
        region
 
@@ -24,7 +24,7 @@ nand@f4000000 {
        ale = <1>;
        bank-width = <1>;
        chip-delay = <25>;
-       compatible = "mrvl,orion-nand";
+       compatible = "marvell,orion-nand";
        reg = <0xf4000000 0x400>;
 
        partition@0 {
index dc09a735b04a97213076305e8e70da6ce724903e..9a33077130e8498cb73f022fd99aaef114120eab 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "D-Link DNS-320 NAS (Rev A1)";
-       compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
+       compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
 
        memory {
                device_type = "memory";
index c2a5562525d2b8638c087950cef2ebc6a1e873e6..16734c1b5dfe91a6ee4ee71aacd0a1149de18648 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "D-Link DNS-325 NAS (Rev A1)";
-       compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
+       compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
 
        memory {
                device_type = "memory";
index a5376b84227f73158a75c2244217e5ef63d70f3e..78b0f06a09a2591bc6714d487324e0502f697a4c 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "Globalscale Technologies Dreamplug";
-       compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
+       compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
 
        memory {
                device_type = "memory";
index ada0f0c23085c7c5b5ff353a4740c516a8b4973b..f59dcf6dc45f6b8cc7e7238bf0ac9230a9ff98f0 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
-       compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0",  "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
+       compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0",  "marvell,kirkwood-88f6281", "marvell,kirkwood";
 
        memory {
                device_type = "memory";
index 1ba75d4adecce16eb7007fd7282414e1b657a55a..026a1f82d813345989c00dd104419e4c4b6efaef 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
        model = "Iomega Iconnect";
-       compatible = "iom,iconnect-1.1", "iom,iconnect", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
+       compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
 
        memory {
                device_type = "memory";
index 926528b81baa00dace4faf5b39ca0dbe7b2dfe03..f95dbc190ab623c0c0decd5899336841afa9f6b8 100644 (file)
@@ -1,7 +1,7 @@
 /include/ "skeleton.dtsi"
 
 / {
-       compatible = "mrvl,kirkwood";
+       compatible = "marvell,kirkwood";
 
        ocp@f1000000 {
                compatible = "simple-bus";
@@ -28,7 +28,7 @@
                };
 
                rtc@10300 {
-                       compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc";
+                       compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
                        reg = <0x10300 0x20>;
                        interrupts = <53>;
                };
@@ -39,7 +39,7 @@
                        cle = <0>;
                        ale = <1>;
                        bank-width = <1>;
-                       compatible = "mrvl,orion-nand";
+                       compatible = "marvell,orion-nand";
                        reg = <0x3000000 0x400>;
                        chip-delay = <25>;
                        /* set partition map and/or chip-delay in board dts */
index 9b8fd3d771681e6c7f261e67681beea7ca854e9a..fc5a868c436e9b530018afb0e7fd428a12985c45 100644 (file)
@@ -218,7 +218,7 @@ static int __devexit orion_nand_remove(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static struct of_device_id orion_nand_of_match_table[] = {
-       { .compatible = "mrvl,orion-nand", },
+       { .compatible = "marvell,orion-nand", },
        {},
 };
 #endif
index b2185f4255aa4075124e4f8d8c084e10abd0cc56..ebc1649d45d61ef068792d479bdc7deb438ad5c8 100644 (file)
@@ -297,7 +297,7 @@ static int __exit mv_rtc_remove(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static struct of_device_id rtc_mv_of_match_table[] = {
-       { .compatible = "mrvl,orion-rtc", },
+       { .compatible = "marvell,orion-rtc", },
        {}
 };
 #endif