diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-05-31 17:07:27 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-17 09:19:03 +0300 |
commit | 952eaa509dee29db9e3ac8b45c2087450a7ded10 (patch) | |
tree | 34bb9ccfe0bd7d7205d9f942a06aec9a15c3f3e3 /arch/arm64/boot/dts/marvell/armada-ap806.dtsi | |
parent | 4f08187d8cc97ada0992f855ad8d98c75bd7bb8d (diff) | |
download | linux-952eaa509dee29db9e3ac8b45c2087450a7ded10.tar.xz |
arm64: dts: marvell: remove clock-output-names on ap806
The clock-output-names of the ap806-system-controller node are not used
anymore, so remove them.
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-ap806.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi index 9b9e36a627d8..5d4f71f94b5b 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi @@ -248,10 +248,6 @@ compatible = "marvell,ap806-system-controller", "syscon"; #clock-cells = <1>; - clock-output-names = "ap-cpu-cluster-0", - "ap-cpu-cluster-1", - "ap-fixed", "ap-mss", - "ap-emmc"; reg = <0x6f4000 0x1000>; }; }; |