Commit 6008cb4c authored by Tinghan Shen's avatar Tinghan Shen Committed by Mark Brown

spi: spi-mtk-nor: add new clock name 'axi' for spi nor

Some mtk spi nor has dedicated dma(s) inside. Add a new clock name, axi,
for spi nor dma bus clock.
Signed-off-by: default avatarTinghan Shen <tinghan.shen@mediatek.com>
Link: https://lore.kernel.org/r/20211220121825.6446-3-tinghan.shen@mediatek.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 77850bda
...@@ -43,14 +43,19 @@ properties: ...@@ -43,14 +43,19 @@ properties:
maxItems: 1 maxItems: 1
clocks: clocks:
minItems: 2
items: items:
- description: clock used for spi bus - description: clock used for spi bus
- description: clock used for controller - description: clock used for controller
- description: clock used for nor dma bus. this depends on hardware
design, so this is optional.
clock-names: clock-names:
minItems: 2
items: items:
- const: spi - const: spi
- const: sf - const: sf
- const: axi
required: required:
- compatible - compatible
...@@ -84,4 +89,3 @@ examples: ...@@ -84,4 +89,3 @@ examples:
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment