Skip to content

Commit

Permalink
ARM: dts: am33xx: add syscon compatible prm_dev device
Browse files Browse the repository at this point in the history
  • Loading branch information
Cor Peters authored and mansr committed Mar 25, 2021
1 parent 8c4c0c9 commit 86041f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am33xx-l4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@

prcm_clockdomains: clockdomains {
};

prm_dev: prm_dev@f00 {
compatible = "ti,omap3-rst", "syscon";
reg = <0xf00 0x20>;
};
};
};

Expand Down

0 comments on commit 86041f3

Please sign in to comment.