Skip to content

Commit f1099d2

Browse files
committed
sm8550: Added kernel 6.19 patches
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
1 parent efb4c68 commit f1099d2

15 files changed

+5447
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
From 0bb546348037195d1c67e5785cf39d5ea05b0ef6 Mon Sep 17 00:00:00 2001
2+
From: Teguh Sobirin <teguh@sobir.in>
3+
Date: Wed, 12 Feb 2025 17:53:48 +0800
4+
Subject: [PATCH 01/15] arm64: dts: qcom: sm8550: add UART15
5+
6+
Signed-off-by: Teguh Sobirin <teguh@sobir.in>
7+
---
8+
arch/arm64/boot/dts/qcom/sm8550.dtsi | 22 ++++++++++++++++++++++
9+
1 file changed, 22 insertions(+)
10+
11+
diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
12+
index e3f93f4f412d..9b5db1ba451c 100644
13+
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
14+
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
15+
@@ -1251,6 +1251,20 @@ &config_noc SLAVE_QUP_2 QCOM_ICC_TAG_ACTIVE_ONLY>,
16+
#size-cells = <0>;
17+
status = "disabled";
18+
};
19+
+
20+
+ uart15: serial@89c000 {
21+
+ compatible = "qcom,geni-uart";
22+
+ reg = <0 0x89c000 0 0x4000>;
23+
+ clock-names = "se";
24+
+ clocks = <&gcc GCC_QUPV3_WRAP2_S7_CLK>;
25+
+ pinctrl-names = "default";
26+
+ pinctrl-0 = <&qup_uart15_default>;
27+
+ interrupts = <GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH 0>;
28+
+ interconnects = <&clk_virt MASTER_QUP_CORE_2 0 &clk_virt SLAVE_QUP_CORE_2 0>,
29+
+ <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_2 0>;
30+
+ interconnect-names = "qup-core", "qup-config";
31+
+ status = "disabled";
32+
+ };
33+
};
34+
35+
i2c_master_hub_0: geniqup@9c0000 {
36+
@@ -5095,6 +5109,14 @@ qup_uart14_cts_rts: qup-uart14-cts-rts-state {
37+
bias-pull-down;
38+
};
39+
40+
+ qup_uart15_default: qup-uart15-default-state {
41+
+ /* TX, RX */
42+
+ pins = "gpio74", "gpio75";
43+
+ function = "qup2_se7";
44+
+ drive-strength = <2>;
45+
+ bias-pull-up;
46+
+ };
47+
+
48+
sdc2_sleep: sdc2-sleep-state {
49+
clk-pins {
50+
pins = "sdc2_clk";
51+
--
52+
2.43.0
53+

0 commit comments

Comments
 (0)