Skip to content

Commit

Permalink
patch: kernel: rk35xx-vendor-6.1: adakta-smarc: add pwm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmx666 committed Dec 11, 2024
1 parent d351c38 commit 122b8c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Adakta, Ltd.
*
*/

&pwm0 {
status = "okay";
};

&pwm4 {
status = "okay";
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "rk3568-adakta-smarc-base-display.dtsi"
#include "rk3568-adakta-smarc-base-ethernet.dtsi"
#include "rk3568-adakta-smarc-base-i2c.dtsi"
#include "rk3568-adakta-smarc-base-pwm.dtsi"
#include "rk3568-adakta-smarc-base-uart.dtsi"

// disable, redirect to ttyFIQ0
Expand Down

0 comments on commit 122b8c7

Please sign in to comment.