diff options
author | Santiago Esteban <Santiago.Esteban@microchip.com> | 2018-01-18 09:38:47 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 11:15:15 -0500 |
commit | 9a06757dcc8509c162ac00488c8c82fc98e04227 (patch) | |
tree | 7aa47b2ae7c8084c099c30d50ab7a849f8f12a35 | |
parent | 8b97da49cc3401233d72b10adea1f09e4651f355 (diff) |
ARM: dts: at91: sama5d4: fix pinctrl compatible string
The compatible string is incorrect. Add atmel,sama5d3-pinctrl since
it's the appropriate compatible string. Remove the
atmel,at91rm9200-pinctrl compatible string, this fallback is
useless, there are too many changes.
Signed-off-by: Santiago Esteban <Santiago.Esteban@microchip.com>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: stable@vger.kernel.org #v3.18
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 373b3621b536..c7105096c623 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi | |||
@@ -1379,7 +1379,7 @@ | |||
1379 | pinctrl@fc06a000 { | 1379 | pinctrl@fc06a000 { |
1380 | #address-cells = <1>; | 1380 | #address-cells = <1>; |
1381 | #size-cells = <1>; | 1381 | #size-cells = <1>; |
1382 | compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; | 1382 | compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus"; |
1383 | ranges = <0xfc068000 0xfc068000 0x100 | 1383 | ranges = <0xfc068000 0xfc068000 0x100 |
1384 | 0xfc06a000 0xfc06a000 0x4000>; | 1384 | 0xfc06a000 0xfc06a000 0x4000>; |
1385 | /* WARNING: revisit as pin spec has changed */ | 1385 | /* WARNING: revisit as pin spec has changed */ |