linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes
           [not found] <cover.1519378871.git.sean.wang@mediatek.com>
           [not found] ` <cover.1519378871.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
    @ 2018-02-23 10:16 ` sean.wang
      2018-02-26  4:13   ` Viresh Kumar
      2018-03-18 23:49   ` Matthias Brugger
      1 sibling, 2 replies; 8+ messages in thread
    From: sean.wang @ 2018-02-23 10:16 UTC (permalink / raw)
      To: robh+dt, matthias.bgg, mark.rutland, devicetree, linux-mediatek
      Cc: linux-pm, Viresh Kumar, Sean Wang, Rafael J. Wysocki,
    	linux-kernel, linux-arm-kernel
    
    From: Sean Wang <sean.wang@mediatek.com>
    
    Complement the missing clock properties cpu[1-3] should depend on.
    
    Signed-off-by: Sean Wang <sean.wang@mediatek.com>
    Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Cc: linux-pm@vger.kernel.org
    ---
     arch/arm/boot/dts/mt7623.dtsi | 9 +++++++++
     1 file changed, 9 insertions(+)
    
    diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
    index da56c54..5cf93a4 100644
    --- a/arch/arm/boot/dts/mt7623.dtsi
    +++ b/arch/arm/boot/dts/mt7623.dtsi
    @@ -94,6 +94,9 @@
     			device_type = "cpu";
     			compatible = "arm,cortex-a7";
     			reg = <0x1>;
    +			clocks = <&infracfg CLK_INFRA_CPUSEL>,
    +				 <&apmixedsys CLK_APMIXED_MAINPLL>;
    +			clock-names = "cpu", "intermediate";
     			operating-points-v2 = <&cpu_opp_table>;
     			clock-frequency = <1300000000>;
     		};
    @@ -102,6 +105,9 @@
     			device_type = "cpu";
     			compatible = "arm,cortex-a7";
     			reg = <0x2>;
    +			clocks = <&infracfg CLK_INFRA_CPUSEL>,
    +				 <&apmixedsys CLK_APMIXED_MAINPLL>;
    +			clock-names = "cpu", "intermediate";
     			operating-points-v2 = <&cpu_opp_table>;
     			clock-frequency = <1300000000>;
     		};
    @@ -110,6 +116,9 @@
     			device_type = "cpu";
     			compatible = "arm,cortex-a7";
     			reg = <0x3>;
    +			clocks = <&infracfg CLK_INFRA_CPUSEL>,
    +				 <&apmixedsys CLK_APMIXED_MAINPLL>;
    +			clock-names = "cpu", "intermediate";
     			operating-points-v2 = <&cpu_opp_table>;
     			clock-frequency = <1300000000>;
     		};
    -- 
    2.7.4
    
    ^ permalink raw reply related	[flat|nested] 8+ messages in thread

  • end of thread, other threads:[~2018-03-19 10:35 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <cover.1519378871.git.sean.wang@mediatek.com>
         [not found] ` <cover.1519378871.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
    2018-02-23 10:16   ` [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples sean.wang-NuS5LvNUpcJWk0Htik3J/w
    2018-02-26  4:13     ` Viresh Kumar
    2018-03-19  2:51       ` Sean Wang
    2018-03-19 10:35         ` Matthias Brugger
    2018-03-02 15:53     ` Rob Herring
    2018-02-23 10:16 ` [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes sean.wang
    2018-02-26  4:13   ` Viresh Kumar
    2018-03-18 23:49   ` Matthias Brugger
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).