ARM: dts: qcom: Add APQ8084 serial port DT node

Add the necessary DT node to probe the serial driver on
APQ8084 platforms.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Georgi Djakov
2014-06-03 17:29:41 +03:00
committed by Kumar Gala
parent 98a295339e
commit 14ff1c4388
2 changed files with 14 additions and 0 deletions

View File

@@ -3,4 +3,10 @@
/ {
model = "Qualcomm APQ 8084-MTP";
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
soc {
serial@f995e000 {
status = "okay";
};
};
};