Skip to content

Commit 00644f9

Browse files
dlechholtmann
authored andcommitted
dt-bindings: Add optional nvmem BD address bindings to ti,wlink-st
This adds optional nvmem consumer properties to the ti,wlink-st device tree bindings to allow specifying the BD address. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent aa09939 commit 00644f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/net/ti,wilink-st.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Optional properties:
3232
See ../clocks/clock-bindings.txt for details.
3333
- clock-names : Must include the following entry:
3434
"ext_clock" (External clock provided to the TI combo chip).
35+
- nvmem-cells: phandle to nvmem data cell that contains a 6 byte BD address
36+
with the most significant byte first (big-endian).
37+
- nvmem-cell-names: "bd-address" (required when nvmem-cells is specified)
3538

3639
Example:
3740

@@ -43,5 +46,7 @@ Example:
4346
enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
4447
clocks = <&clk32k_wl18xx>;
4548
clock-names = "ext_clock";
49+
nvmem-cells = <&bd_address>;
50+
nvmem-cell-names = "bd-address";
4651
};
4752
};

0 commit comments

Comments
 (0)