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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mtd: physmap: add 'clocks' and 'power-domains'

Physmap supports minimal PM since commit 0bc448b49e8a017e ("mtd: maps:
physmap: Add minimal Runtime PM support"), so support it also when used
in DT configurations.

Suggested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

authored by

Wolfram Sang and committed by
Miquel Raynal
9d4d01a2 3a866087

+10
+10
Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
··· 69 69 minItems: 1 70 70 maxItems: 8 71 71 72 + clocks: 73 + description: | 74 + Chips may need clocks to be enabled for themselves or for transparent 75 + bridges. 76 + 77 + power-domains: 78 + description: | 79 + Chips may need power domains to be enabled for themselves or for 80 + transparent bridges. 81 + 72 82 bank-width: 73 83 description: Width (in bytes) of the bank. Equal to the device width times 74 84 the number of interleaved chips.