aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-06 11:06:45 +0100
committerJon Medhurst <tixy@linaro.org>2017-04-03 11:58:54 +0100
commit935e5eecbe64a3acddf15dbd7958891dfe0f7349 (patch)
treed81d0f76758fe4707528baa619da7eb15d1218e8
parent4ad05b467e4330036f87b6e15073012b4133354b (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 df539e865b90..a7b63da05400 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -464,7 +464,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-clk {
compatible = "arm,scpi-variable-clocks";