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>
This commit is contained in:
parent
4f08187d8c
commit
952eaa509d
|
@ -248,10 +248,6 @@
|
||||||
compatible = "marvell,ap806-system-controller",
|
compatible = "marvell,ap806-system-controller",
|
||||||
"syscon";
|
"syscon";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-output-names = "ap-cpu-cluster-0",
|
|
||||||
"ap-cpu-cluster-1",
|
|
||||||
"ap-fixed", "ap-mss",
|
|
||||||
"ap-emmc";
|
|
||||||
reg = <0x6f4000 0x1000>;
|
reg = <0x6f4000 0x1000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue