From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@xxxxxx> Add DT ABB data for OMAP543x family of devices. This data is based on OMAP543x_ES2.0_NDA_TRM_vR.pdf document. Cc: Mike Turquette <mturquette@xxxxxxxxxx> Cc: Tero Kristo <t-kristo@xxxxxx> Cc: Nishanth Menon <nm@xxxxxx> Cc: "Benoît Cousson" <b-cousson@xxxxxx> Cc: linux-omap@xxxxxxxxxxxxxxx Cc: devicetree-discuss@xxxxxxxxxxxxxxxx Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@xxxxxx> --- arch/arm/boot/dts/omap5.dtsi | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 150bff6..eb11bb7 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -74,6 +74,37 @@ }; }; + abb@0x4ae07cdc { + compatible = "ti,omap5-abb"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07cdc 0x8>, + <0x4ae06014 0x4>; /* PRM_IRQSTATUS_MPU_2 */ + operating-points = < + /* kHz ABB */ + 499200 0 + 1099800 1 + 1500000 1 + 1699200 1 + >; + ti,tranxdone_status_mask = <0x80>; /* (1 << 7) */ + }; + + abb@0x4ae07ce4 { + compatible = "ti,omap5-abb"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07ce4 0x8>, + <0x4ae06010 0x4>; /* PRM_IRQSTATUS_MPU */ + operating-points = < + /* kHz ABB */ + 194100 0 + 388310 0 + 531200 0 + >; + ti,tranxdone_status_mask = <0x80000000>; /* (1 << 31) */ + }; + /* * XXX: Use a flat representation of the OMAP3 interconnect. * The real OMAP interconnect network is quite complex. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html