From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@xxxxxx> Add DT ABB data for OMAP36xx family of devices. This data is based on OMAP36XX_ES1.x_NDA_TRM_vAB.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: devicetree-discuss@xxxxxxxxxxxxxxxx Cc: linux-omap@xxxxxxxxxxxxxxx Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@xxxxxx> --- arch/arm/boot/dts/omap36xx.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index 96bf028..72d5135 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi @@ -15,6 +15,22 @@ serial3 = &uart4; }; + abb@0x483072f0 { + compatible = "ti,omap36xx-abb"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x483072f0 0x8>, + <0x48306818 0x4>; /* PRM_IRQSTATUS_MPU */ + operating-points = < + /* kHz ABB */ + 300000 0 + 600000 0 + 800000 0 + 1000000 1 + >; + ti,tranxdone_status_mask = <0x4000000>; /* (1 << 26) */ + }; + ocp { uart4: serial@49042000 { compatible = "ti,omap3-uart"; -- 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