diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-25 19:16:07 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 12:30:12 +0300 |
commit | de742570745e12b53c70130ace958f2a60044000 (patch) | |
tree | 6ea305766c90234e92bdd9338f32c819d33d13fc /Documentation/devicetree/bindings/clock/ti | |
parent | 9fa160cb9f2f51ef8274df7b4f390edf6ae491c3 (diff) | |
download | linux-de742570745e12b53c70130ace958f2a60044000.tar.gz linux-de742570745e12b53c70130ace958f2a60044000.tar.bz2 linux-de742570745e12b53c70130ace958f2a60044000.zip |
CLK: TI: interface: add support for omap2430 specific interface clock
OMAP2430 I2CHS modules require specific hardware ops to be used, so added
a new compatible string for this.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/ti')
-rw-r--r-- | Documentation/devicetree/bindings/clock/ti/interface.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/ti/interface.txt b/Documentation/devicetree/bindings/clock/ti/interface.txt index 064e8caccac3..3111a409fea6 100644 --- a/Documentation/devicetree/bindings/clock/ti/interface.txt +++ b/Documentation/devicetree/bindings/clock/ti/interface.txt @@ -21,6 +21,8 @@ Required properties: "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling + "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW + handling - #clock-cells : from common clock binding; shall be set to 0 - clocks : link to phandle of parent clock - reg : base address for the control register |