ARM: at91/dt: sama5d3: add the nfc clock
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 16 Sep 2014 08:43:57 +0000 (10:43 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Sep 2014 15:07:46 +0000 (17:07 +0200)
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>
arch/arm/boot/dts/sama5d3.dtsi

index 70a941f..277541b 100644 (file)
                                                reg = <2>;
                                        };
 
+                                       hsmc_clk: hsmc_clk {
+                                               #clock-cells = <0>;
+                                               reg = <5>;
+                                       };
+
                                        pioA_clk: pioA_clk {
                                                #clock-cells = <0>;
                                                reg = <6>;
                                        0xffffc000 0x00000070   /* NFC HSMC regs */
                                        0x00200000 0x00100000   /* NFC SRAM banks */
                                        >;
+                               clocks = <&hsmc_clk>;
                        };
                };
        };