Skip to content

Commit 17ee330

Browse files
sumanannapH5
authored andcommitted
Documentation: dt: reset: Revise typos in TI syscon reset example
Fix couple of typos in the example given in the TI syscon reset binding. The ti,reset-bits used for DSP0 are corrected to match the values that will be used in the actual DT node. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 1013258 commit 17ee330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/reset/ti-syscon-reset.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ Example:
6363
--------
6464
The following example demonstrates a syscon node, the reset controller node
6565
using the syscon node, and a consumer (a DSP device) on the TI Keystone 2
66-
Edison SoC.
66+
66AK2E SoC.
6767

6868
/ {
6969
soc {
7070
psc: power-sleep-controller@02350000 {
7171
compatible = "syscon", "simple-mfd";
7272
reg = <0x02350000 0x1000>;
7373

74-
pscrst: psc-reset {
74+
pscrst: reset-controller {
7575
compatible = "ti,k2e-pscrst", "ti,syscon-reset";
7676
#reset-cells = <1>;
7777

7878
ti,reset-bits = <
79-
0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_SET|DEASSERT_CLEAR|STATUS_SET) /* 0: pcrst-dsp0 */
80-
0xa40 5 0xa44 3 0 0 (ASSERT_SET|DEASSERT_CLEAR|STATUS_NONE) /* 1: pcrst-example */
79+
0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */
80+
0xa40 5 0xa44 3 0 0 (ASSERT_SET | DEASSERT_CLEAR | STATUS_NONE) /* 1: example */
8181
>;
8282
};
8383
};

0 commit comments

Comments
 (0)