lkml.org 
[lkml]   [2014]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/11] ARM: at91/dt: move at91sam9261 SoC to the new main clock model
    Date
    Signed-off-by: Boris BREZILLON <b.brezillon.dev@gmail.com>
    ---
    arch/arm/boot/dts/at91sam9261.dtsi | 10 +++++++++-
    1 file changed, 9 insertions(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi
    index e21dda0..e00fabc 100644
    --- a/arch/arm/boot/dts/at91sam9261.dtsi
    +++ b/arch/arm/boot/dts/at91sam9261.dtsi
    @@ -45,6 +45,14 @@
    reg = <0x20000000 0x08000000>;
    };

    + clocks {
    + main_xtal: main_xtal {
    + compatible = "fixed-clock";
    + #clock-cells = <0>;
    + clock-frequency = <0>;
    + };
    + };
    +
    ahb {
    compatible = "simple-bus";
    #address-cells = <1>;
    @@ -534,7 +542,7 @@
    compatible = "atmel,at91rm9200-clk-main";
    #clock-cells = <0>;
    interrupts-extended = <&pmc AT91_PMC_MOSCS>;
    - clocks = <&clk32k>;
    + clocks = <&main_xtal>;
    };

    plla: pllack {
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2014-03-18 23:01    [W:3.997 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site