diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-04-25 22:25:00 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-04-27 22:32:12 +0300 |
commit | b14f3898d2c25a9b47a61fb879d0b1f3af92c59b (patch) | |
tree | b1b59ef408b9bf2c29282c7e6c8f8ff0326b8458 /arch/arm/boot/dts/rk3036.dtsi | |
parent | c604fd810bda667bdc20b2c041917baa7803e0fb (diff) | |
download | linux-b14f3898d2c25a9b47a61fb879d0b1f3af92c59b.tar.xz |
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 <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200425192500.1808-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index 781ac7583522..d9a0c9a29b68 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -128,7 +128,7 @@ assigned-clocks = <&cru SCLK_GPU>; assigned-clock-rates = <100000000>; clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>; - clock-names = "core", "bus"; + clock-names = "bus", "core"; resets = <&cru SRST_GPU>; status = "disabled"; }; |