diff options
author | 2023-06-19 11:29:14 +0200 | |
---|---|---|
committer | 2023-06-22 23:08:42 +0200 | |
commit | 18d07864e54654b38ba7612c96c0282982a71a41 (patch) | |
tree | 697627ed9881ab7b3acfdac4b017763b18afb80b | |
parent | dt-bindings: mtd: stm32: Prevent NAND chip unevaluated properties (diff) | |
download | wireguard-linux-18d07864e54654b38ba7612c96c0282982a71a41.tar.xz wireguard-linux-18d07864e54654b38ba7612c96c0282982a71a41.zip |
dt-bindings: mtd: mediatek: Reference raw-nand-chip.yaml
The mediatek NAND controller should reference the new raw-nand-chip.yaml
binding instead of the original nand-chip.yaml which does not contain
*all* the properties that may be used to fully describe the NAND
devices, certain properties being actually described under
nand-controller.yaml.
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: Xiangsheng Hou <xiangsheng.hou@mediatek.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20230619092916.3028470-16-miquel.raynal@bootlin.com
-rw-r--r-- | Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml b/Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml index a6e7f123eda7..ab10b90077b6 100644 --- a/Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml +++ b/Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml @@ -40,7 +40,7 @@ properties: patternProperties: "^nand@[a-f0-9]$": - $ref: nand-chip.yaml# + $ref: raw-nand-chip.yaml# unevaluatedProperties: false properties: reg: |