mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-05-21 13:47:57 +00:00
Refresh 6.12 patches, those that failed automatic refresh were refreshed manually. DT bindings patches that failed were dropped as we dont use them in practice. Link: https://github.com/openwrt/openwrt/pull/18795 Signed-off-by: Robert Marko <robimarko@gmail.com>
28 lines
784 B
Diff
28 lines
784 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: Add PWM node
|
|
Date: Sun, 06 Oct 2024 16:34:11 +0400
|
|
|
|
Add PWM node.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -338,6 +338,16 @@
|
|
reg = <0x01937000 0x21000>;
|
|
};
|
|
|
|
+ pwm: pwm@1941010 {
|
|
+ compatible = "qcom,ipq5018-pwm", "qcom,ipq6018-pwm";
|
|
+ reg = <0x01941010 0x20>;
|
|
+ clocks = <&gcc GCC_ADSS_PWM_CLK>;
|
|
+ assigned-clocks = <&gcc GCC_ADSS_PWM_CLK>;
|
|
+ assigned-clock-rates = <100000000>;
|
|
+ #pwm-cells = <2>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
sdhc_1: mmc@7804000 {
|
|
compatible = "qcom,ipq5018-sdhci", "qcom,sdhci-msm-v5";
|
|
reg = <0x7804000 0x1000>;
|