mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
arm64: dts: sprd: sc9863a: reorder clocks, clock-names per bindings
DT bindings expect the SC9863A clock-controller clocks/clock-names to be in a specific order, reorder them. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com> Link: https://lore.kernel.org/r/d235438fbbd53c28b63cada2cf7e1234c120355e.1730918663.git.stano.jakubek@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
a34907f484
commit
49f4ad82f0
|
|
@ -163,18 +163,18 @@ gic: interrupt-controller@14000000 {
|
|||
ap_clk: clock-controller@21500000 {
|
||||
compatible = "sprd,sc9863a-ap-clk";
|
||||
reg = <0 0x21500000 0 0x1000>;
|
||||
clocks = <&ext_32k>, <&ext_26m>;
|
||||
clock-names = "ext-32k", "ext-26m";
|
||||
clocks = <&ext_26m>, <&ext_32k>;
|
||||
clock-names = "ext-26m", "ext-32k";
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
aon_clk: clock-controller@402d0000 {
|
||||
compatible = "sprd,sc9863a-aon-clk";
|
||||
reg = <0 0x402d0000 0 0x1000>;
|
||||
clocks = <&ext_26m>, <&rco_100m>,
|
||||
<&ext_32k>, <&ext_4m>;
|
||||
clock-names = "ext-26m", "rco-100m",
|
||||
"ext-32k", "ext-4m";
|
||||
clocks = <&ext_26m>, <&ext_32k>,
|
||||
<&ext_4m>, <&rco_100m>;
|
||||
clock-names = "ext-26m", "ext-32k",
|
||||
"ext-4m", "rco-100m";
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user