On 23-02-18, 18:16, [email protected] wrote:
> From: Sean Wang <[email protected]>
> 
> Complement the missing clock properties cpu[1-3] should depend on.
> 
> Signed-off-by: Sean Wang <[email protected]>
> Cc: "Rafael J. Wysocki" <[email protected]>
> Cc: Viresh Kumar <[email protected]>
> Cc: [email protected]
> ---
>  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>;
>               };

Acked-by: Viresh Kumar <[email protected]>

-- 
viresh

Reply via email to