mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
arm64: dts: qcom: x1e80100: Add debug uart to Lenovo Yoga Slim 7x
This commit enables the debug UART found on the motherboard under the SSD Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com> Link: https://lore.kernel.org/r/20241004192436.16195-2-maccraft123mc@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
8beaf6e08d
commit
4c3d9c1348
|
|
@ -15,6 +15,14 @@ / {
|
|||
model = "Lenovo Yoga Slim 7x";
|
||||
compatible = "lenovo,yoga-slim7x", "qcom,x1e80100";
|
||||
|
||||
aliases {
|
||||
serial0 = &uart21;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
pmic-glink {
|
||||
compatible = "qcom,x1e80100-pmic-glink",
|
||||
"qcom,sm8550-pmic-glink",
|
||||
|
|
@ -883,6 +891,11 @@ reset-n-pins {
|
|||
|
||||
};
|
||||
|
||||
&uart21 {
|
||||
compatible = "qcom,geni-debug-uart";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_1_ss0_hsphy {
|
||||
vdd-supply = <&vreg_l3j_0p8>;
|
||||
vdda12-supply = <&vreg_l2j_1p2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user