Skip to content

Commit

Permalink
ARM: dts: omap3: add syscon compatible prm_gr device
Browse files Browse the repository at this point in the history
  • Loading branch information
mansr committed Mar 28, 2022
1 parent 6002dbe commit b9693f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion arch/arm/boot/dts/omap3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,12 @@
};

prm: prm@48306000 {
compatible = "ti,omap3-prm";
compatible = "ti,omap3-prm", "simple-bus";
reg = <0x48306000 0x4000>;
interrupts = <11>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x48306000 0x4000>;

prm_clocks: clocks {
#address-cells = <1>;
Expand All @@ -224,6 +227,11 @@

prm_clockdomains: clockdomains {
};

prm_gr: prm_gr@1250 {
compatible = "ti,omap3-rst", "syscon";
reg = <0x1250 0x10>;
};
};

cm: cm@48004000 {
Expand Down

0 comments on commit b9693f9

Please sign in to comment.