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

dt-bindings: mtd: add new compatible strings and improve description

Add "mediatak,mt2712-nor" and "mediatek,mt7622-nor"
for nor flash node's compatible strings.
Explicate the fallback compatible.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>

authored by

Guochun Mao and committed by
Cyrille Pitchen
3c535c94 ace3cbdd

+9 -6
+9 -6
Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
··· 1 1 * Serial NOR flash controller for MTK MT81xx (and similar) 2 2 3 3 Required properties: 4 - - compatible: The possible values are: 5 - "mediatek,mt2701-nor" 6 - "mediatek,mt7623-nor" 4 + - compatible: For mt8173, compatible should be "mediatek,mt8173-nor", 5 + and it's the fallback compatible for other Soc. 6 + For every other SoC, should contain both the SoC-specific compatible 7 + string and "mediatek,mt8173-nor". 8 + The possible values are: 9 + "mediatek,mt2701-nor", "mediatek,mt8173-nor" 10 + "mediatek,mt2712-nor", "mediatek,mt8173-nor" 11 + "mediatek,mt7622-nor", "mediatek,mt8173-nor" 12 + "mediatek,mt7623-nor", "mediatek,mt8173-nor" 7 13 "mediatek,mt8173-nor" 8 - For mt8173, compatible should be "mediatek,mt8173-nor". 9 - For every other SoC, should contain both the SoC-specific compatible string 10 - and "mediatek,mt8173-nor". 11 14 - reg: physical base address and length of the controller's register 12 15 - clocks: the phandle of the clocks needed by the nor controller 13 16 - clock-names: the names of the clocks