mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dt-bindings: mmc: sdhci-of-dwcmhsc: Add Raspberry Pi RP1 support
The DWC MSHC controller on RP1 needs differentiating from the generic version. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
55f891307c
commit
ff165b3d4d
@@ -23,6 +23,7 @@ properties:
|
|||||||
- const: sophgo,sg2044-dwcmshc
|
- const: sophgo,sg2044-dwcmshc
|
||||||
- const: sophgo,sg2042-dwcmshc
|
- const: sophgo,sg2042-dwcmshc
|
||||||
- enum:
|
- enum:
|
||||||
|
- raspberrypi,rp1-dwcmshc
|
||||||
- rockchip,rk3568-dwcmshc
|
- rockchip,rk3568-dwcmshc
|
||||||
- rockchip,rk3588-dwcmshc
|
- rockchip,rk3588-dwcmshc
|
||||||
- snps,dwcmshc-sdhci
|
- snps,dwcmshc-sdhci
|
||||||
@@ -101,6 +102,8 @@ allOf:
|
|||||||
- description: axi clock for rockchip specified
|
- description: axi clock for rockchip specified
|
||||||
- description: block clock for rockchip specified
|
- description: block clock for rockchip specified
|
||||||
- description: timer clock for rockchip specified
|
- description: timer clock for rockchip specified
|
||||||
|
- description: timeout clock for rp1 specified
|
||||||
|
- description: sdio clock generator for rp1 specified
|
||||||
clock-names:
|
clock-names:
|
||||||
minItems: 1
|
minItems: 1
|
||||||
items:
|
items:
|
||||||
@@ -109,6 +112,8 @@ allOf:
|
|||||||
- const: axi
|
- const: axi
|
||||||
- const: block
|
- const: block
|
||||||
- const: timer
|
- const: timer
|
||||||
|
- const: timeout
|
||||||
|
- const: sdio
|
||||||
|
|
||||||
- if:
|
- if:
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user