Revert "bcm2711: Retain support for old dtbs"
authorPhil Elwell <phil@raspberrypi.com>
Fri, 31 Jan 2020 15:47:43 +0000 (15:47 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:20 +0000 (16:33 +0100)
This reverts commit 61a505c739150c8dbb57a73db5c6c720d5160157.

arch/arm/mach-bcm/board_bcm2835.c
drivers/clk/bcm/clk-bcm2835.c
drivers/pinctrl/bcm/pinctrl-bcm2835.c

index b7491dd..91a758c 100644 (file)
@@ -123,8 +123,6 @@ MACHINE_END
 static const char * const bcm2711_compat[] = {
 #ifdef CONFIG_ARCH_MULTI_V7
        "brcm,bcm2711",
-       // Temporary, for backwards-compatibility with old DTBs
-       "brcm,bcm2838",
 #endif
        NULL
 };
index 7f71477..06dbcea 100644 (file)
@@ -2366,8 +2366,6 @@ static const struct cprman_plat_data cprman_bcm2711_plat_data = {
 static const struct of_device_id bcm2835_clk_of_match[] = {
        { .compatible = "brcm,bcm2835-cprman", .data = &cprman_bcm2835_plat_data },
        { .compatible = "brcm,bcm2711-cprman", .data = &cprman_bcm2711_plat_data },
-       // Temporary, for backwards-compatibility with old DTBs
-       { .compatible = "brcm,bcm2838-cprman", .data = &cprman_bcm2711_plat_data },
        {}
 };
 MODULE_DEVICE_TABLE(of, bcm2835_clk_of_match);
index cf30821..43e3127 100644 (file)
@@ -1079,11 +1079,6 @@ static const struct of_device_id bcm2835_pinctrl_match[] = {
                .compatible = "brcm,bcm2711-gpio",
                .data = &bcm2711_pinconf_ops,
        },
-       // Temporary, for backwards-compatibility with old DTBs
-       {
-               .compatible = "brcm,bcm2838-gpio",
-               .data = &bcm2711_pinconf_ops,
-       },
        {}
 };