Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/85xx: Remove fsl,85... bindings

Since

8a4ab218ef70 ("powerpc/85xx: Change deprecated binding for 85xx-based boards")

those bindings are not used anymore.

A comment in drivers/edac/mpc85xx_edac.c say they are to be removed
with kernel 2.6.30.

Remove them now.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Scott Wood <oss@buserror.net>
Link: https://lore.kernel.org/r/82a8bc4450a4daee50ee5fada75621fecb3703ff.1648721299.git.christophe.leroy@csgroup.eu

authored by

Christophe Leroy and committed by
Borislav Petkov
b2fa90ef 31231092

-26
-6
Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ddr.yaml
··· 25 25 - const: fsl,qoriq-memory-controller 26 26 - enum: 27 27 - fsl,bsc9132-memory-controller 28 - - fsl,8540-memory-controller 29 - - fsl,8541-memory-controller 30 - - fsl,8544-memory-controller 31 - - fsl,8548-memory-controller 32 - - fsl,8555-memory-controller 33 - - fsl,8568-memory-controller 34 28 - fsl,mpc8536-memory-controller 35 29 - fsl,mpc8540-memory-controller 36 30 - fsl,mpc8541-memory-controller
-6
Documentation/devicetree/bindings/powerpc/fsl/l2cache.txt
··· 6 6 Required Properties: 7 7 8 8 - compatible : Should include one of the following: 9 - "fsl,8540-l2-cache-controller" 10 - "fsl,8541-l2-cache-controller" 11 - "fsl,8544-l2-cache-controller" 12 - "fsl,8548-l2-cache-controller" 13 - "fsl,8555-l2-cache-controller" 14 - "fsl,8568-l2-cache-controller" 15 9 "fsl,b4420-l2-cache-controller" 16 10 "fsl,b4860-l2-cache-controller" 17 11 "fsl,bsc9131-l2-cache-controller"
-14
drivers/edac/mpc85xx_edac.c
··· 609 609 } 610 610 611 611 static const struct of_device_id mpc85xx_l2_err_of_match[] = { 612 - /* deprecate the fsl,85.. forms in the future, 2.6.30? */ 613 - { .compatible = "fsl,8540-l2-cache-controller", }, 614 - { .compatible = "fsl,8541-l2-cache-controller", }, 615 - { .compatible = "fsl,8544-l2-cache-controller", }, 616 - { .compatible = "fsl,8548-l2-cache-controller", }, 617 - { .compatible = "fsl,8555-l2-cache-controller", }, 618 - { .compatible = "fsl,8568-l2-cache-controller", }, 619 612 { .compatible = "fsl,mpc8536-l2-cache-controller", }, 620 613 { .compatible = "fsl,mpc8540-l2-cache-controller", }, 621 614 { .compatible = "fsl,mpc8541-l2-cache-controller", }, ··· 637 644 }; 638 645 639 646 static const struct of_device_id mpc85xx_mc_err_of_match[] = { 640 - /* deprecate the fsl,85.. forms in the future, 2.6.30? */ 641 - { .compatible = "fsl,8540-memory-controller", }, 642 - { .compatible = "fsl,8541-memory-controller", }, 643 - { .compatible = "fsl,8544-memory-controller", }, 644 - { .compatible = "fsl,8548-memory-controller", }, 645 - { .compatible = "fsl,8555-memory-controller", }, 646 - { .compatible = "fsl,8568-memory-controller", }, 647 647 { .compatible = "fsl,mpc8536-memory-controller", }, 648 648 { .compatible = "fsl,mpc8540-memory-controller", }, 649 649 { .compatible = "fsl,mpc8541-memory-controller", },