arm64: dts: hisilicon: place clock-names "bus" before "core"
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>
This commit is contained in:
parent
47a6ca1172
commit
1860a51823
|
@ -1053,7 +1053,7 @@
|
|||
"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>;
|
||||
|
|
Loading…
Reference in New Issue