mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
28 lines
894 B
Diff
28 lines
894 B
Diff
From d8be616ac9444f9dfef9e027fccad8c379b49433 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 8 Dec 2023 15:29:38 +0000
|
|
Subject: [PATCH 0788/1002] ARM: dts: bcm2712: PWM references include polarity
|
|
|
|
Increase #pwm-cells to 3 to allow for the extra polarity word.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/broadcom/bcm2712.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/broadcom/bcm2712.dtsi b/arch/arm/boot/dts/broadcom/bcm2712.dtsi
|
|
index 27a98455d483..ec6acd2b1279 100644
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2712.dtsi
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2712.dtsi
|
|
@@ -628,7 +628,7 @@ bscc: i2c@7d517a00 {
|
|
pwm_aon: pwm@7d517a80 {
|
|
compatible = "brcm,bcm7038-pwm";
|
|
reg = <0x7d517a80 0x28>;
|
|
- #pwm-cells = <2>;
|
|
+ #pwm-cells = <3>;
|
|
clocks = <&clk_27MHz>;
|
|
};
|
|
|
|
--
|
|
2.44.0
|
|
|