Message ID | 3ed48b0a5057a3efee97f4d91bd54214312a5adb.1378129416.git.afzal@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 5a68fde..d0d11b3 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -411,6 +411,12 @@ ti,hwmods = "epwmss5"; status = "disabled"; }; + + prcm: prcm@44df0000 { + compatible = "ti,am4372-prcm"; + reg = <0x44df0000 0xa000>; + #reset-cells = <1>; + }; }; clocks {
Add AM4372 prcm node with reset binding. Signed-off-by: Afzal Mohammed <afzal@ti.com> --- arch/arm/boot/dts/am4372.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)