aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-06 11:06:45 +0100
committerJon Medhurst <tixy@linaro.org>2015-10-19 13:03:11 +0100
commita9e1dc4d5226bfe520e2d9861171e0328066e596 (patch)
treef5874b1e25adf53ddd637130219f2221a0a2144c
parent4a029e9083a7bb8d6efa262e8c77bbb6eeb13a6f (diff)
arm64: dts: Fix scpi clock name for Mali on Juno
Mali driver is hard coded to the name "clk_mali" and latest kernels use the clock-output-names in preference to any phandles when looking for clocks, so this name shold match expectations.
-rw-r--r--arch/arm64/boot/dts/arm/juno-base.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 58422924ff07..3ff585b798e5 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -87,7 +87,7 @@
compatible = "arm,scpi-dvfs-clocks";
#clock-cells = <1>;
clock-indices = <0>, <1>, <2>;
- clock-output-names = "atlclk", "aplclk","gpuclk";
+ clock-output-names = "atlclk", "aplclk","clk_mali";
};
scpi_clk: scpi_clocks@3 {
compatible = "arm,scpi-variable-clocks";