Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: sram: Add 'clocks' as an optional property

Some SoCs (like i.MX53) need to specify the SRAM clock in the
device tree via the clocks property.

Add an entry to the optional property section.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Fabio Estevam and committed by
Rob Herring
11ca5872 df0e0304

+2
+2
Documentation/devicetree/bindings/sram/sram.txt
··· 50 50 manipulation of the page attributes. 51 51 - label : the name for the reserved partition, if omitted, the label 52 52 is taken from the node name excluding the unit address. 53 + - clocks : a list of phandle and clock specifier pair that controls the 54 + single SRAM clock. 53 55 54 56 Example: 55 57