This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Julius Bairaktaris <julius@bairaktaris.de> Link: https://github.com/openwrt/openwrt/pull/24031 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From 6cc812b7435a64cd9d66af107c6dfefb2e77a7cb Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Mon, 6 Apr 2026 22:24:40 +0200
|
|
Subject: arm64: dts: qcom: ipq6018: add pwm node
|
|
|
|
Describe the PWM block on IPQ6018.
|
|
|
|
Although PWM is in the TCSR area, make pwm its own node as simple-mfd
|
|
has been removed from the bindings and as such hardware components
|
|
should have its own node.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Co-developed-by: Baruch Siach <baruch.siach@siklu.com>
|
|
Signed-off-by: Baruch Siach <baruch.siach@siklu.com>
|
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
Link: https://lore.kernel.org/r/20260406-ipq-pwm-v21-3-6ed1e868e4c2@outlook.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
(limited to 'arch/arm64/boot/dts/qcom/ipq6018.dtsi')
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -416,6 +416,16 @@
|
|
reg = <0x0 0x01937000 0x0 0x21000>;
|
|
};
|
|
|
|
+ pwm: pwm@1941010 {
|
|
+ compatible = "qcom,ipq6018-pwm";
|
|
+ reg = <0x0 0x01941010 0x0 0x20>;
|
|
+ clocks = <&gcc GCC_ADSS_PWM_CLK>;
|
|
+ assigned-clocks = <&gcc GCC_ADSS_PWM_CLK>;
|
|
+ assigned-clock-rates = <100000000>;
|
|
+ #pwm-cells = <3>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
usb2: usb@70f8800 {
|
|
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
|
reg = <0x0 0x070f8800 0x0 0x400>;
|