Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0b30c98 authored by Ray Jui's avatar Ray Jui Committed by Michael Turquette
Browse files

clk: cygnus: remove Cygnus dummy clock binding



Remove old Cygnus dummy clock binding document, as it's replaced by
Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt

Signed-off-by: default avatarRay Jui <rjui@broadcom.com>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
parent 61ca7b0c
Loading
Loading
Loading
Loading
+0 −34
Original line number Diff line number Diff line
Broadcom Cygnus Clocks

This binding uses the common clock binding:
Documentation/devicetree/bindings/clock/clock-bindings.txt

Currently various "fixed" clocks are declared for peripheral drivers that use
the common clock framework to reference their core clocks. Proper support of
these clocks will be added later

Device tree example:

	clocks {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		osc: oscillator {
			compatible = "fixed-clock";
			#clock-cells = <1>;
			clock-frequency = <25000000>;
		};

		apb_clk: apb_clk {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <1000000000>;
		};

		periph_clk: periph_clk {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <500000000>;
		};
	};