Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
arm64: dts: rockchip: rk3568: Add pwm aliases (torvalds#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <nascs@radxa.com>
  • Loading branch information
nascs authored Jun 25, 2023
1 parent aa2d41c commit fbb08ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@
mmc1 = &sdmmc0;
mmc2 = &sdmmc1;
mmc3 = &sdmmc2;
pwm0 = &pwm0;
pwm1 = &pwm1;
pwm2 = &pwm2;
pwm3 = &pwm3;
pwm4 = &pwm4;
pwm5 = &pwm5;
pwm6 = &pwm6;
pwm7 = &pwm7;
pwm8 = &pwm8;
pwm9 = &pwm9;
pwm10 = &pwm10;
pwm11 = &pwm11;
pwm12 = &pwm12;
pwm13 = &pwm13;
pwm14 = &pwm14;
pwm15 = &pwm15;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
Expand Down

0 comments on commit fbb08ac

Please sign in to comment.