arm64: dts: hisilicon: place clock-names "bus" before "core"
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 18 Jan 2021 03:16:30 +0000 (11:16 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Fri, 29 Jan 2021 08:33:25 +0000 (16:33 +0800)
Look at the clock-names schema defined in arm,mali-utgard.yaml:
clock-names:
  items:
    - const: bus
    - const: core

The "bus" needs to be placed before the "core".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi6220.dtsi

index c6580c9..f995330 100644 (file)
                                          "ppmmu3";
                        clocks = <&media_ctrl HI6220_G3D_CLK>,
                                 <&media_ctrl HI6220_G3D_PCLK>;
-                       clock-names = "core", "bus";
+                       clock-names = "bus", "core";
                        assigned-clocks = <&media_ctrl HI6220_G3D_CLK>,
                                          <&media_ctrl HI6220_G3D_PCLK>;
                        assigned-clock-rates = <500000000>, <144000000>;