571d54ed91
- Convert various DT (non-binding) doc files to ReST - Various improvements to device link code - Fix __of_attach_node_sysfs refcounting bug - Add support for 'memory-region-names' with reserved-memory binding - Vendor prefixes for Protonic Holland, BeagleBoard.org, Alps, Check Point, Würth Elektronik, U-Boot, Vaisala, Baikal Electronics, Shanghai Awinic Technology Co., MikroTik, Silex Insight - A bunch more binding conversions to DT schema. Only 3K to go. - Add a minimum version check for schema tools - Treewide dropping of 'allOf' usage with schema references. Not needed in new json-schema spec. - Some formatting clean-ups of schemas -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAl7ZYa8QHHJvYmhAa2Vy bmVsLm9yZwAKCRD6+121jbxhw/zyD/42ZlYc2mKW5cHjGWr6vGAXG0KZq6AvHbeY setNPMhjKRKjWs/s3u0WVhEH7ZchzBhBi0PEVjqZCnxLTqkt+mdlelJVv3uYJVho 2ZJiIi5Iso+nNQ+wAEFG2EzhnLH35RXTdlECANnhGUht/JOJlgEqdjjxdj8CVyWG 0aGJRCRRGvzPiWAUyqcR/DpB+lz0ipaSNhxxECinT0OQ4OSheCJL811tQ5RGKZ24 z7C/W+iQbFKHu2Yf7+7vHWNCo6F3vW1LK36mfdwNYEvhg2edJRkW1kr9flkJCjCj Hhe2nIQmPQFJkeI/NkccowJRs5onwv3UIuPqOuAhx49XiI/a1aJKD0Md9ljeCJKd HOybAltDiYMHVBwWGtdednMbPNvHSlsjRby4PRGdmLBsOlgjaihosx/5Byx80JP3 CNNJVm712qgMh6VbG9FIJ0rCKmXO3LxsVraptosK271+uZqWeHB0+yJnsLXWje2M kY6YYVLtnc4j4eOeFgX7RQqagXdgZ3dc+MCVFVU6rq2WIiqLycEeiMLzr/WV78O5 wA0iX8Z7m+hkYPAEcbvt6Uhf0/KbeFlhb6dMGg2uE0ISgdCpXhpw1s4AeOQTKKuv vClzMPSXYkStD58CiYlUFqo01qoOvFVuPSLUa8ZbU5TMTYrwpcNX8FYXCEjz0tfc j7PbUy9YvA== =/MDi -----END PGP SIGNATURE----- Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Pull devicetree updates from Rob Herring: - Convert various DT (non-binding) doc files to ReST - Various improvements to device link code - Fix __of_attach_node_sysfs refcounting bug - Add support for 'memory-region-names' with reserved-memory binding - Vendor prefixes for Protonic Holland, BeagleBoard.org, Alps, Check Point, Würth Elektronik, U-Boot, Vaisala, Baikal Electronics, Shanghai Awinic Technology Co., MikroTik, Silex Insight - A bunch more binding conversions to DT schema. Only 3K to go. - Add a minimum version check for schema tools - Treewide dropping of 'allOf' usage with schema references. Not needed in new json-schema spec. - Some formatting clean-ups of schemas * tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (194 commits) dt-bindings: clock: Add documentation for X1830 bindings. dt-bindings: mailbox: Convert imx mu to json-schema dt-bindings: power: Convert imx gpcv2 to json-schema dt-bindings: power: Convert imx gpc to json-schema dt-bindings: Merge gpio-usb-b-connector with usb-connector dt-bindings: timer: renesas: cmt: Convert to json-schema dt-bindings: clock: Convert i.MX8QXP LPCG to json-schema dt-bindings: timer: Convert i.MX GPT to json-schema dt-bindings: thermal: rcar-thermal: Add device tree support for r8a7742 dt-bindings: serial: Add binding for UART pin swap dt-bindings: geni-se: Add interconnect binding for GENI QUP dt-bindings: geni-se: Convert QUP geni-se bindings to YAML dt-bindings: vendor-prefixes: Add Silex Insight vendor prefix dt-bindings: input: touchscreen: edt-ft5x06: change reg property dt-bindings: usb: qcom,dwc3: Introduce interconnect properties for Qualcomm DWC3 driver dt-bindings: timer: renesas: mtu2: Convert to json-schema of/fdt: Remove redundant kbasename function call dt-bindings: clock: Convert i.MX1 clock to json-schema dt-bindings: clock: Convert i.MX21 clock to json-schema dt-bindings: clock: Convert i.MX25 clock to json-schema ...
167 lines
3.8 KiB
YAML
167 lines
3.8 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
# Copyright 2019 BayLibre, SAS
|
|
%YAML 1.2
|
|
---
|
|
$id: "http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#"
|
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
|
|
|
title: Amlogic Meson Everything-Else Power Domains
|
|
|
|
maintainers:
|
|
- Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
description: |+
|
|
The Everything-Else Power Domains node should be the child of a syscon
|
|
node with the required property:
|
|
|
|
- compatible: Should be the following:
|
|
"amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
|
|
|
|
Refer to the the bindings described in
|
|
Documentation/devicetree/bindings/mfd/syscon.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- amlogic,meson8-pwrc
|
|
- amlogic,meson8b-pwrc
|
|
- amlogic,meson8m2-pwrc
|
|
- amlogic,meson-gxbb-pwrc
|
|
- amlogic,meson-g12a-pwrc
|
|
- amlogic,meson-sm1-pwrc
|
|
|
|
clocks:
|
|
minItems: 1
|
|
maxItems: 2
|
|
|
|
clock-names:
|
|
minItems: 1
|
|
maxItems: 2
|
|
items:
|
|
- const: vpu
|
|
- const: vapb
|
|
|
|
resets:
|
|
minItems: 11
|
|
maxItems: 12
|
|
|
|
reset-names:
|
|
minItems: 11
|
|
maxItems: 12
|
|
|
|
"#power-domain-cells":
|
|
const: 1
|
|
|
|
amlogic,ao-sysctrl:
|
|
description: phandle to the AO sysctrl node
|
|
$ref: /schemas/types.yaml#/definitions/phandle
|
|
|
|
allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- amlogic,meson8b-pwrc
|
|
- amlogic,meson8m2-pwrc
|
|
then:
|
|
properties:
|
|
reset-names:
|
|
items:
|
|
- const: dblk
|
|
- const: pic_dc
|
|
- const: hdmi_apb
|
|
- const: hdmi_system
|
|
- const: venci
|
|
- const: vencp
|
|
- const: vdac
|
|
- const: vencl
|
|
- const: viu
|
|
- const: venc
|
|
- const: rdma
|
|
required:
|
|
- resets
|
|
- reset-names
|
|
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- amlogic,meson-gxbb-pwrc
|
|
then:
|
|
properties:
|
|
reset-names:
|
|
items:
|
|
- const: viu
|
|
- const: venc
|
|
- const: vcbus
|
|
- const: bt656
|
|
- const: dvin
|
|
- const: rdma
|
|
- const: venci
|
|
- const: vencp
|
|
- const: vdac
|
|
- const: vdi6
|
|
- const: vencl
|
|
- const: vid_lock
|
|
required:
|
|
- resets
|
|
- reset-names
|
|
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- amlogic,meson-g12a-pwrc
|
|
- amlogic,meson-sm1-pwrc
|
|
then:
|
|
properties:
|
|
reset-names:
|
|
items:
|
|
- const: viu
|
|
- const: venc
|
|
- const: vcbus
|
|
- const: bt656
|
|
- const: rdma
|
|
- const: venci
|
|
- const: vencp
|
|
- const: vdac
|
|
- const: vdi6
|
|
- const: vencl
|
|
- const: vid_lock
|
|
required:
|
|
- resets
|
|
- reset-names
|
|
|
|
required:
|
|
- compatible
|
|
- clocks
|
|
- clock-names
|
|
- "#power-domain-cells"
|
|
- amlogic,ao-sysctrl
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
pwrc: power-controller {
|
|
compatible = "amlogic,meson-sm1-pwrc";
|
|
#power-domain-cells = <1>;
|
|
amlogic,ao-sysctrl = <&rti>;
|
|
resets = <&reset_viu>,
|
|
<&reset_venc>,
|
|
<&reset_vcbus>,
|
|
<&reset_bt656>,
|
|
<&reset_rdma>,
|
|
<&reset_venci>,
|
|
<&reset_vencp>,
|
|
<&reset_vdac>,
|
|
<&reset_vdi6>,
|
|
<&reset_vencl>,
|
|
<&reset_vid_lock>;
|
|
reset-names = "viu", "venc", "vcbus", "bt656",
|
|
"rdma", "venci", "vencp", "vdac",
|
|
"vdi6", "vencl", "vid_lock";
|
|
clocks = <&clk_vpu>, <&clk_vapb>;
|
|
clock-names = "vpu", "vapb";
|
|
};
|