Skip to content
Snippets Groups Projects
Commit ed84975b authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Julien Massot
Browse files

dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183


The MT8192 UFS controller is compatible with the MT8183 one:
document this by allowing to assign both compatible strings
"mediatek,mt8192-ufshci", "mediatek,mt8183-ufshci" to the UFSHCI node.

Moreover, since no MT8192 devicetree ever declared any UFSHCI node,
disallow specifying only the MT8192 compatible.

In preparation for adding MT8195 to the mix, the MT8192 compatible
was added as enum instead of const.

Also, while at it, replace Stanley Chu with me in the maintainers
field, as he is unreachable and his email isn't active anymore.

Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent a701a479
No related branches found
No related tags found
No related merge requests found
......@@ -7,16 +7,19 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Mediatek Universal Flash Storage (UFS) Controller
maintainers:
- Stanley Chu <stanley.chu@mediatek.com>
- AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
allOf:
- $ref: ufs-common.yaml
properties:
compatible:
enum:
- mediatek,mt8183-ufshci
- mediatek,mt8192-ufshci
oneOf:
- const: mediatek,mt8183-ufshci
- items:
- enum:
- mediatek,mt8192-ufshci
- const: mediatek,mt8183-ufshci
clocks:
maxItems: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment