Skip to content

Commit b14f389

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: swap clock-names of gpu nodes
Dts files with Rockchip 'gpu' nodes were manually verified. In order to automate this process arm,mali-utgard.txt has been converted to yaml. In the new setup dtbs_check with arm,mali-utgard.yaml expects clock-names values in the same order, so fix that. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent c604fd8 commit b14f389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/rk3036.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
assigned-clocks = <&cru SCLK_GPU>;
129129
assigned-clock-rates = <100000000>;
130130
clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>;
131-
clock-names = "core", "bus";
131+
clock-names = "bus", "core";
132132
resets = <&cru SRST_GPU>;
133133
status = "disabled";
134134
};

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"pp1",
556556
"ppmmu1";
557557
clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
558-
clock-names = "core", "bus";
558+
clock-names = "bus", "core";
559559
resets = <&cru SRST_GPU_A>;
560560
status = "disabled";
561561
};

arch/arm/boot/dts/rk3xxx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
compatible = "arm,mali-400";
8585
reg = <0x10090000 0x10000>;
8686
clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
87-
clock-names = "core", "bus";
87+
clock-names = "bus", "core";
8888
assigned-clocks = <&cru ACLK_GPU>;
8989
assigned-clock-rates = <100000000>;
9090
resets = <&cru SRST_GPU>;

0 commit comments

Comments
 (0)