ARM: at91/dt: sama5d3: use new pinctrl compatible string
authorMarek Roszko <mark.roszko@gmail.com>
Sun, 24 Aug 2014 03:12:05 +0000 (23:12 -0400)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Sep 2014 15:33:55 +0000 (17:33 +0200)
This switches the SAMA5D3 to use the new atmel,sama5d3-pinctrl id that was
added with the drive strength options patch.

Signed-off-by: Marek Roszko <mark.roszko@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
[nicolas.ferre@atmel.com: second compatible string kept as at91sam9x5]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index 277541b99eb2ed62ecc92a1c541f4bc5c4ffd816..5f4144d1e3a1e97adc8b6648b5dabab5a6c10a13 100644 (file)
                        pinctrl@fffff200 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
+                               compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";
                                ranges = <0xfffff200 0xfffff200 0xa00>;
                                atmel,mux-mask = <
                                        /*   A          B          C  */
This page took 0.043764 seconds and 5 git commands to generate.