Skip to content

Commit

Permalink
riscv: dts: lpi4a: enable pvt
Browse files Browse the repository at this point in the history
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
  • Loading branch information
xhackerustc authored and RevySR committed Oct 1, 2023
1 parent 4e1c52d commit da846a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
clock-frequency = <100000000>;
};

&aonsys_clk {
clock-frequency = <73728000>;
};

&dmac0 {
status = "okay";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
};
};

&pvt {
status = "okay";
};

&pwm {
status = "okay";
};

0 comments on commit da846a9

Please sign in to comment.