Add device-tree binding description for the ONIE cells parser. Signed-off-by: Vadym Kochan <vadym.kochan@xxxxxxxxxxx> --- .../devicetree/bindings/nvmem/onie-nvmem-cells.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/nvmem/onie-nvmem-cells.txt diff --git a/Documentation/devicetree/bindings/nvmem/onie-nvmem-cells.txt b/Documentation/devicetree/bindings/nvmem/onie-nvmem-cells.txt new file mode 100644 index 000000000000..db06d8b297b5 --- /dev/null +++ b/Documentation/devicetree/bindings/nvmem/onie-nvmem-cells.txt @@ -0,0 +1,11 @@ += Device tree bindings for ONIE cells parser = + +Required properties: +- compatible: should be "onie-nvmem-cells" +- nvmem: phandle to nvmem device node + +Example: + onie_cells { + compatible = "onie-nvmem-cells" + nvmem = <&at24>; + }; -- 2.17.1