Thread (9 messages) 9 messages, 3 authors, 2016-01-11

[PATCH v4 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

From: mark.rutland@arm.com (Mark Rutland)
Date: 2016-01-06 13:25:29
Also in: linux-devicetree, linux-gpio, lkml

Hi,
+	chosen {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+	};
What is the ranges property doing here?

[...]
+	clocks {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		osc24M: osc24M_clk {
+			#clock-cells = <0>;
+			compatible = "fixed-clock";
+			clock-frequency = <24000000>;
+			clock-output-names = "osc24M";
+		};
+
+		osc32k: osc32k_clk {
+			#clock-cells = <0>;
+			compatible = "fixed-clock";
+			clock-frequency = <32768>;
+			clock-output-names = "osc32k";
+		};
+	};
Just put the clocks under the root node. 'clocks' is not a special node.

Thanks,
Mark.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help