Commit 6906b9fe authored by Andy Gross's avatar Andy Gross

Merge tag 'qcom-fixes-for-4.20-rc1' into arm64-for-4.21-3

Qualcomm ARM64 DT Fixes for 4.20-rc1

* Fix reserved gpio ranges for SDM845 and MSM8998
parents 65102238 91345867
......@@ -241,3 +241,7 @@ vreg_bob: bob {
};
};
};
&tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;
};
......@@ -352,6 +352,10 @@ &qupv3_id_1 {
status = "okay";
};
&tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;
};
&uart9 {
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