mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
dt-bindings: mmc: amlogic: Add compatible for T7 mmc
Add amlogic,t7-mmc compatible string, falling back to amlogic,meson-axg-mmc as the T7 MMC controller is compatible with the AXG implementation. Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
a767c98c89
commit
2ce454acfc
|
|
@ -19,6 +19,10 @@ allOf:
|
|||
properties:
|
||||
compatible:
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- amlogic,t7-mmc
|
||||
- const: amlogic,meson-axg-mmc
|
||||
- const: amlogic,meson-axg-mmc
|
||||
- items:
|
||||
- const: amlogic,meson-gx-mmc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user