mtk-sd.yaml (1b845c5af4728085eeea9582e2fcbe4c8104fa5e) | mtk-sd.yaml (5c133688a1bfc110ed67de3ddaafa04facacbd5f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/mmc/mtk-sd.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: MTK MSDC Storage Host Controller Binding 8 --- 252 unchanged lines hidden (view full) --- 261 - const: hclk 262 - const: source_cg 263 - const: bus_clk 264 - const: sys_cg 265 266 - if: 267 properties: 268 compatible: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/mmc/mtk-sd.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: MTK MSDC Storage Host Controller Binding 8 --- 252 unchanged lines hidden (view full) --- 261 - const: hclk 262 - const: source_cg 263 - const: bus_clk 264 - const: sys_cg 265 266 - if: 267 properties: 268 compatible: |
269 enum: 270 - mediatek,mt8186-mmc 271 - mediatek,mt8188-mmc 272 - mediatek,mt8195-mmc 273 then: 274 properties: 275 clocks: 276 items: 277 - description: source clock 278 - description: HCLK which used for host 279 - description: independent source clock gate 280 - description: crypto clock used for data encrypt/decrypt (optional) 281 clock-names: 282 items: 283 - const: source 284 - const: hclk 285 - const: source_cg 286 - const: crypto 287 288 - if: 289 properties: 290 compatible: |
|
269 contains: 270 const: mediatek,mt8192-mmc 271 then: 272 properties: 273 clocks: 274 items: 275 - description: source clock 276 - description: HCLK which used for host --- 71 unchanged lines hidden --- | 291 contains: 292 const: mediatek,mt8192-mmc 293 then: 294 properties: 295 clocks: 296 items: 297 - description: source clock 298 - description: HCLK which used for host --- 71 unchanged lines hidden --- |