提交 81ce4816 编写于 作者: K Krzysztof Kozlowski 提交者: 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: NKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 1956dd38
...@@ -56,42 +56,42 @@ ...@@ -56,42 +56,42 @@
}; };
}; };
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册