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: ti,elm: Add support for AM64 ELM

TI's AM64 SoC has the Error Locator Module. Add compatible and
related properties to support ELM on AM64 SoC.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220326080726.30372-3-rogerq@kernel.org

authored by

Roger Quadros and committed by
Miquel Raynal
05691c02 6863c612

+24
+24
Documentation/devicetree/bindings/mtd/ti,elm.yaml
··· 18 18 compatible: 19 19 enum: 20 20 - ti,am3352-elm 21 + - ti,am64-elm 21 22 22 23 reg: 23 24 maxItems: 1 24 25 25 26 interrupts: 27 + maxItems: 1 28 + 29 + clocks: 30 + maxItems: 1 31 + description: Functional clock. 32 + 33 + clock-names: 34 + items: 35 + - const: fck 36 + 37 + power-domains: 26 38 maxItems: 1 27 39 28 40 ti,hwmods: ··· 48 36 - compatible 49 37 - reg 50 38 - interrupts 39 + 40 + allOf: 41 + - if: 42 + properties: 43 + compatible: 44 + contains: 45 + const: ti,am64-elm 46 + then: 47 + required: 48 + - clocks 49 + - clock-names 50 + - power-domains 51 51 52 52 additionalProperties: false 53 53