]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC
authorLudovic Desroches <ludovic.desroches@microchip.com>
Tue, 11 Jul 2017 07:40:15 +0000 (09:40 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 17 Jul 2017 09:17:02 +0000 (11:17 +0200)
A new compatible string has been introduced for sama5d2 SMC to allow to
manage the registers mapping change.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/sama5d2.dtsi

index cc06da3943668415e9b6379dbe38d2fde36518ec..3e6e2dbc2595329483ae51094ee549022734f460 100644 (file)
                        };
 
                        hsmc: hsmc@f8014000 {
-                               compatible = "atmel,sama5d3-smc", "syscon", "simple-mfd";
+                               compatible = "atmel,sama5d2-smc", "syscon", "simple-mfd";
                                reg = <0xf8014000 0x1000>;
                                interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>;
                                clocks = <&hsmc_clk>;