More of a demo than to be really useful as it this adds a clock producer
node for the MMC clock.
This can be used instead of the existing clock driver for driving a clock.
Use cases include providing clock control by hypervisors or driving new
SoCs which don't have an appropriate clock driver in the kernel.
The number here is made explicitly compatible with the in-kernel CCF
numbering, so any consumer can be switched over by just exchaning the
phandle.

Signed-off-by: Andre Przywara <[email protected]>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi 
b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 30cad44..6949a70 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -162,6 +162,15 @@
                                clock-indices = <0>;
                                clock-output-names = "cpu_clk";
                        };
+
+                       scpi_clk: scpi_clocks {
+                               compatible = "arm,scpi-variable-clocks";
+                               #clock-cells = <1>;
+                               clock-indices = <75>, <76>,
+                                               <77>;
+                               clock-output-names = "mmc0_clk", "mmc1_clk",
+                                                    "mmc2_clk";
+                       };
                };
 
                scpi_sensors0: sensors {
-- 
2.9.0

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to