mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
14ff1c4388
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>
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
#include "qcom-apq8084.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm APQ 8084-MTP";
|
|
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
|
|
|
|
soc {
|
|
serial@f995e000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|