Skip to content

Commit

Permalink
fix: add missing interrupt-parent property
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jun 28, 2024
1 parent d3bf7b4 commit 40e1479
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
remote_support_psci = <1>;
status = "okay";
pinctrl-0 = <&pwm1_pin>;
interrupt-parent = <&gpio4>;
pinctrl-names = "default";
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>;

Expand Down

0 comments on commit 40e1479

Please sign in to comment.