Skip to content

Commit

Permalink
ARM: at91/dt: sama5d3: add the nfc clock
Browse files Browse the repository at this point in the history
The atmel_nand driver is now able to handle the nfc clock, add it to sama5d3.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Alexandre Belloni authored and Nicolas Ferre committed Sep 18, 2014
1 parent 97735da commit 8a85ba2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,11 @@
reg = <2>;
};

hsmc_clk: hsmc_clk {
#clock-cells = <0>;
reg = <5>;
};

pioA_clk: pioA_clk {
#clock-cells = <0>;
reg = <6>;
Expand Down Expand Up @@ -1420,6 +1425,7 @@
0xffffc000 0x00000070 /* NFC HSMC regs */
0x00200000 0x00100000 /* NFC SRAM banks */
>;
clocks = <&hsmc_clk>;
};
};
};
Expand Down

0 comments on commit 8a85ba2

Please sign in to comment.