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

Commit 81ce4816 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Kukjin Kim
Browse files

ARM: dts: Use labels for overriding nodes in exynos4412-tiny4412



Usage of labels instead of full paths reduces possible mistakes when
overriding nodes.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 1956dd38
Loading
Loading
Loading
Loading
+27 −27
Original line number Original line Diff line number Diff line
@@ -56,42 +56,42 @@
		};
		};
	};
	};


	rtc@10070000 {
	fixed-rate-clocks {
		xxti {
			compatible = "samsung,clock-xxti";
			clock-frequency = <0>;
		};

		xusbxti {
			compatible = "samsung,clock-xusbxti";
			clock-frequency = <24000000>;
		};
	};
};

&rtc {
	status = "okay";
	status = "okay";
};
};


	sdhci@12530000 {
&sdhci_2 {
	bus-width = <4>;
	bus-width = <4>;
	pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
	pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
	pinctrl-names = "default";
	pinctrl-names = "default";
	status = "okay";
	status = "okay";
};
};


	serial@13800000 {
&serial_0 {
	status = "okay";
	status = "okay";
};
};


	serial@13810000 {
&serial_1 {
	status = "okay";
	status = "okay";
};
};


	serial@13820000 {
&serial_2 {
	status = "okay";
	status = "okay";
};
};


	serial@13830000 {
&serial_3 {
	status = "okay";
	status = "okay";
};
};

	fixed-rate-clocks {
		xxti {
			compatible = "samsung,clock-xxti";
			clock-frequency = <0>;
		};

		xusbxti {
			compatible = "samsung,clock-xusbxti";
			clock-frequency = <24000000>;
		};
	};
};