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

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
...@@ -56,42 +56,42 @@ led4 { ...@@ -56,42 +56,42 @@ led4 {
}; };
}; };
rtc@10070000 { fixed-rate-clocks {
status = "okay"; xxti {
compatible = "samsung,clock-xxti";
clock-frequency = <0>;
};
xusbxti {
compatible = "samsung,clock-xusbxti";
clock-frequency = <24000000>;
};
}; };
};
sdhci@12530000 { &rtc {
status = "okay";
};
&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>;
};
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment