Commit 2802821a authored by Jonathan Marek's avatar Jonathan Marek Committed by Bjorn Andersson

arm64: dts: qcom: fix serial output for sm8250-hdk

The uart2 node has been renamed, apply the change to sm8250-hdk dts too so
that serial output works.

Fixes: 91ed0e90 ("arm64: dts: qcom: add sm8250 hdk dts")
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20201123143538.14198-1-jonathan@marek.caSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 26664c59
......@@ -17,7 +17,7 @@ / {
compatible = "qcom,sm8250-hdk", "qcom,sm8250";
aliases {
serial0 = &uart2;
serial0 = &uart12;
};
chosen {
......@@ -387,7 +387,7 @@ &tlmm {
gpio-reserved-ranges = <28 4>, <40 4>;
};
&uart2 {
&uart12 {
status = "okay";
};
......
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