mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:16:46 +07: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";
|
|
};
|
|
};
|
|
};
|