mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user