]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.129/arm-dts-at91-sama5d4-fix-pinctrl-compatible-string.patch
3.18-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.4.129 / arm-dts-at91-sama5d4-fix-pinctrl-compatible-string.patch
CommitLineData
dceebc4b
GKH
1From 9a06757dcc8509c162ac00488c8c82fc98e04227 Mon Sep 17 00:00:00 2001
2From: Santiago Esteban <Santiago.Esteban@microchip.com>
3Date: Thu, 18 Jan 2018 15:38:47 +0100
4Subject: ARM: dts: at91: sama5d4: fix pinctrl compatible string
5
6From: Santiago Esteban <Santiago.Esteban@microchip.com>
7
8commit 9a06757dcc8509c162ac00488c8c82fc98e04227 upstream.
9
10The compatible string is incorrect. Add atmel,sama5d3-pinctrl since
11it's the appropriate compatible string. Remove the
12atmel,at91rm9200-pinctrl compatible string, this fallback is
13useless, there are too many changes.
14
15Signed-off-by: Santiago Esteban <Santiago.Esteban@microchip.com>
16Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
17Cc: stable@vger.kernel.org #v3.18
18Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
19Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20
21---
22 arch/arm/boot/dts/sama5d4.dtsi | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25--- a/arch/arm/boot/dts/sama5d4.dtsi
26+++ b/arch/arm/boot/dts/sama5d4.dtsi
27@@ -1354,7 +1354,7 @@
28 pinctrl@fc06a000 {
29 #address-cells = <1>;
30 #size-cells = <1>;
31- compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
32+ compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";
33 ranges = <0xfc068000 0xfc068000 0x100
34 0xfc06a000 0xfc06a000 0x4000>;
35 /* WARNING: revisit as pin spec has changed */