mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
In order to add meta-schema checks for additional/unevaluatedProperties being present, all schema need to make this explicit. As common/shared schema are included by other schemas, they should always allow for additionalProperties. Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Sebastian Reichel <sre@kernel.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-By: Vinod Koul <vkoul@kernel.org> Acked-by: Lee Jones <lee.jones@linaro.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20201005183830.486085-5-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/rtc/rtc.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: RTC Generic Binding
|
|
|
|
maintainers:
|
|
- Alexandre Belloni <alexandre.belloni@bootlin.com>
|
|
|
|
description: |
|
|
This document describes generic bindings which can be used to
|
|
describe Real Time Clock devices in a device tree.
|
|
|
|
properties:
|
|
$nodename:
|
|
pattern: "^rtc(@.*|-[0-9a-f])*$"
|
|
|
|
quartz-load-femtofarads:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
The capacitive load of the quartz(x-tal), expressed in femto
|
|
Farad (fF). The default value shall be listed (if optional),
|
|
and likewise all valid values.
|
|
|
|
start-year:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
If provided, the default hardware range supported by the RTC is
|
|
shifted so the first usable year is the specified one.
|
|
|
|
trickle-diode-disable:
|
|
$ref: /schemas/types.yaml#/definitions/flag
|
|
description:
|
|
Do not use internal trickle charger diode. Should be given if
|
|
internal trickle charger diode should be disabled.
|
|
|
|
trickle-resistor-ohms:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
Selected resistor for trickle charger. Should be given
|
|
if trickle charger should be enabled.
|
|
|
|
wakeup-source:
|
|
$ref: /schemas/types.yaml#/definitions/flag
|
|
description:
|
|
Enables wake up of host system on alarm.
|
|
|
|
additionalProperties: true
|
|
|
|
...
|