2023-10-24 20:56:19

by Stefan Hansson

[permalink] [raw]
Subject: [PATCH v2 4/4] ARM: dts: qcom: samsung-matisse-common: Add UART

This was not enabled in the matisse-wifi tree.

Signed-off-by: Stefan Hansson <[email protected]>
---
.../boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi
index 11fec4e963b7..35290ce63b40 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi
@@ -233,6 +233,10 @@ muic: usb-switch@25 {
};
};

+&blsp1_uart3 {
+ status = "okay";
+};
+
&rpm_requests {
regulators {
compatible = "qcom,rpm-pm8226-regulators";
--
2.41.0


2023-10-25 07:13:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] ARM: dts: qcom: samsung-matisse-common: Add UART

On 24/10/2023 22:33, Stefan Hansson wrote:
> This was not enabled in the matisse-wifi tree.

Your commit msg should explain why this should be enabled.

>
> Signed-off-by: Stefan Hansson <[email protected]>
> ---
> .../boot/dts/qcom/qcom-msm8226-samsung-matisse-common.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>

Best regards,
Krzysztof