From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@xxxxxx> Add DT ABB data for OMAP543x family of devices. Data is based on OMAP543x TRM document. Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@xxxxxx> --- arch/arm/boot/dts/omap5.dtsi | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 3dd7ff8..e1b2c92 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -74,6 +74,45 @@ }; }; + abb_mpu: regulator-abb1 { + compatible = "ti,omap5-abb"; + regulator-name = "abb_mpu"; + regulator-min-microvolt = <880000>; + regulator-max-microvolt = <1260000>; + regulator-always-on; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07cdc 0x8>, + <0x4ae06014 0x4>; + ti,tranxdone_status_mask = <0x80>; + operating-points = < + /* uV ABB */ + 880000 0 + 1060000 1 + 1250000 1 + 1260000 1 + >; + }; + + abb_iva: regulator-abb2 { + compatible = "ti,omap5-abb"; + regulator-name = "abb_iva"; + regulator-min-microvolt = <880000>; + regulator-max-microvolt = <1120000>; + regulator-always-on; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x4ae07ce4 0x8>, + <0x4ae06010 0x4>; + ti,tranxdone_status_mask = <0x80000000>; + operating-points = < + /* uV ABB */ + 880000 0 + 1025000 0 + 1120000 0 + >; + }; + /* * 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