Commit 8a85ba20 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre

ARM: at91/dt: sama5d3: add the nfc clock

The atmel_nand driver is now able to handle the nfc clock, add it to sama5d3.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 97735da4
...@@ -1020,6 +1020,11 @@ dbgu_clk: dbgu_clk { ...@@ -1020,6 +1020,11 @@ dbgu_clk: dbgu_clk {
reg = <2>; reg = <2>;
}; };
hsmc_clk: hsmc_clk {
#clock-cells = <0>;
reg = <5>;
};
pioA_clk: pioA_clk { pioA_clk: pioA_clk {
#clock-cells = <0>; #clock-cells = <0>;
reg = <6>; reg = <6>;
...@@ -1420,6 +1425,7 @@ nfc@70000000 { ...@@ -1420,6 +1425,7 @@ nfc@70000000 {
0xffffc000 0x00000070 /* NFC HSMC regs */ 0xffffc000 0x00000070 /* NFC HSMC regs */
0x00200000 0x00100000 /* NFC SRAM banks */ 0x00200000 0x00100000 /* NFC SRAM banks */
>; >;
clocks = <&hsmc_clk>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment