diff options
author | Vijay Khemka <vijaykhemka@fb.com> | 2019-01-30 00:05:38 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-02-07 11:43:23 +0100 |
commit | 469de49e88a3f877425009d45d6ac801f9aefe19 (patch) | |
tree | d09afc55dc0cd2755958674a42416ba2589e0096 /Documentation/devicetree/bindings/mfd | |
parent | mfd: sec-core: Return gracefully instead of BUG() if device cannot match (diff) | |
download | linux-469de49e88a3f877425009d45d6ac801f9aefe19.tar.xz linux-469de49e88a3f877425009d45d6ac801f9aefe19.zip |
dt-bindings: mfd: aspeed-lpc: Make parameter optional
Memory-region and flash phandle is not a required parameter, it is
optional to describe in device tree and needed only use basis.
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/aspeed-lpc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt b/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt index 34dd89087cff..86446074e206 100644 --- a/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt +++ b/Documentation/devicetree/bindings/mfd/aspeed-lpc.txt @@ -135,6 +135,8 @@ Required properties: - clocks: contains a phandle to the syscon node describing the clocks. There should then be one cell representing the clock to use +Optional properties: + - memory-region: A phandle to a reserved_memory region to be used for the LPC to AHB mapping |