Skip to content

Commit

Permalink
Added DT bindings for DebugSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik R Sankar authored and RobertCNelson committed Jan 14, 2016
1 parent d5348eb commit 0bfec99
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/devicetree/bindings/misc/dra7xx-debugss.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Texas Instruments Debug Sub-System (DebugSS) module for DRA7xx devices

Required properties:
- compatible : Should be "ti,dra7xx-debugss"

Optional properties:
- clocks : the clocks feeding the Debug sub-system.
- clocks-names : clock name strings correspond to the clocks
defined above. These strings are used inside
module source code to identify the respective
clocks

Documentation:
http://www.ti.com/lit/ds/symlink/dra746.pdf

Examples:

debugss: debugss {
compatible = "ti,dra7xx-debugss";
clocks = <&sys_clkin1>;
clock-names = "sysclockin1";
};
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/dra7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,12 @@
reg = <1>;
};
};

debugss: debugss {
compatible = "ti,dra7xx-debugss";
clocks = <&sys_clkin1>;
clock-names = "sysclockin1";
};
};

thermal_zones: thermal-zones {
Expand Down

0 comments on commit 0bfec99

Please sign in to comment.