diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2021-06-04 22:57:06 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-06-05 00:27:06 +0200 |
commit | 1496be7194687a2e1027f6d04fde7b8a1c82137a (patch) | |
tree | 06d337375fff1a48adb7e505d1d625de2095333d /MAINTAINERS | |
parent | dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here (diff) | |
download | linux-1496be7194687a2e1027f6d04fde7b8a1c82137a.tar.xz linux-1496be7194687a2e1027f6d04fde7b8a1c82137a.zip |
dt-bindings: firmware: arm,scpi: Convert to json schema
Convert the old text format binding for System Control and Power Interface
(SCPI) Message Protocol into the new and shiny YAML format.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20210604205710.1944363-3-sudeep.holla@arm.com
[robh: Move fixed strings to 'properties', drop some literal block notations]
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 695bed1b0525..52b64b63fb80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17696,7 +17696,7 @@ M: Sudeep Holla <sudeep.holla@arm.com> R: Cristian Marussi <cristian.marussi@arm.com> L: linux-arm-kernel@lists.infradead.org S: Maintained -F: Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt +F: Documentation/devicetree/bindings/firmware/arm,sc[mp]i.yaml F: drivers/clk/clk-sc[mp]i.c F: drivers/cpufreq/sc[mp]i-cpufreq.c F: drivers/firmware/arm_scmi/ |