Skip to content

Commit

Permalink
ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ludovic Desroches authored and Alexandre Belloni committed Jul 17, 2017
1 parent 5771a8c commit fa405fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
};

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>;
Expand Down

0 comments on commit fa405fd

Please sign in to comment.