Commit 1da4c140f0db2783303888c0f16406e28b084fe4

Authored by Karthik R Sankar
Committed by Hongmei Gou
1 parent 03f6359fac

Added DT bindings for DebugSS

Showing 2 changed files with 28 additions and 0 deletions Side-by-side Diff

Documentation/devicetree/bindings/misc/dra7xx-debugss.txt
  1 +Texas Instruments Debug Sub-System (DebugSS) module for DRA7xx devices
  2 +
  3 +Required properties:
  4 +- compatible : Should be "ti,dra7xx-debugss"
  5 +
  6 +Optional properties:
  7 +- clocks : the clocks feeding the Debug sub-system.
  8 +- clocks-names : clock name strings correspond to the clocks
  9 + defined above. These strings are used inside
  10 + module source code to identify the respective
  11 + clocks
  12 +
  13 +Documentation:
  14 +http://www.ti.com/lit/ds/symlink/dra746.pdf
  15 +
  16 +Examples:
  17 +
  18 +debugss: debugss {
  19 + compatible = "ti,dra7xx-debugss";
  20 + clocks = <&sys_clkin1>;
  21 + clock-names = "sysclockin1";
  22 +};
arch/arm/boot/dts/dra7.dtsi
... ... @@ -2129,6 +2129,12 @@
2129 2129 reg = <1>;
2130 2130 };
2131 2131 };
  2132 +
  2133 + debugss: debugss {
  2134 + compatible = "ti,dra7xx-debugss";
  2135 + clocks = <&sys_clkin1>;
  2136 + clock-names = "sysclockin1";
  2137 + };
2132 2138 };
2133 2139  
2134 2140 thermal_zones: thermal-zones {