]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Add pwm11 node to rv1126
authorJagan Teki <jagan@edgeble.ai>
Mon, 31 Jul 2023 10:35:10 +0000 (16:05 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 4 Oct 2023 21:26:41 +0000 (23:26 +0200)
Add pwm11 node for Rockchip RV1126.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Link: https://lore.kernel.org/r/20230731103518.2906147-6-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rv1126.dtsi

index 0b2d3e2ee5538b86f29be7170b0a1f91b71c9a54..9ccd1bad62294467b6ca7a24b10dbb446ec43b56 100644 (file)
                clock-names = "apb_pclk";
        };
 
+       pwm11: pwm@ff550030 {
+               compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
+               reg = <0xff550030 0x10>;
+               clock-names = "pwm", "pclk";
+               clocks = <&cru CLK_PWM2>, <&cru PCLK_PWM2>;
+               pinctrl-0 = <&pwm11m0_pins>;
+               pinctrl-names = "default";
+               #pwm-cells = <3>;
+               status = "disabled";
+       };
+
        uart0: serial@ff560000 {
                compatible = "rockchip,rv1126-uart", "snps,dw-apb-uart";
                reg = <0xff560000 0x100>;