mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-09 07:52:07 +08:00
23 lines
641 B
Diff
23 lines
641 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Subject: [PATCH] dt-bindings: mfd: qcom,tcsr: Add IPQ5018 compatible
|
|
Date: Sun, 06 Oct 2024 16:34:11 +0400
|
|
|
|
Add compatible for IPQ5018.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
|
|
+++ b/Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
|
|
@@ -11,7 +11,10 @@ maintainers:
|
|
|
|
properties:
|
|
compatible:
|
|
- const: qcom,ipq6018-pwm
|
|
+ items:
|
|
+ - enum:
|
|
+ - qcom,ipq5018-pwm
|
|
+ - const: qcom,ipq6018-pwm
|
|
|
|
reg:
|
|
description: Offset of PWM register in the TCSR block.
|