Message ID | 20190129230538.1044378-1-vijaykhemka@fb.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 469de49e88a3f877425009d45d6ac801f9aefe19 |
Headers | show |
Series | [v3] dt-bindings: aspeed-lpc: Make parameter optional | expand |
On Wed, 30 Jan 2019 at 10:05, Vijay Khemka <vijaykhemka@fb.com> wrote: > > 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> Acked-by: Joel Stanley <joel@jms.id.au> Thanks for following this up Vijay.
On Tue, 29 Jan 2019, Vijay Khemka wrote: > 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> > --- > Documentation/devicetree/bindings/mfd/aspeed-lpc.txt | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks.
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
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> --- Documentation/devicetree/bindings/mfd/aspeed-lpc.txt | 2 ++ 1 file changed, 2 insertions(+)