Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: More cleanup of standard unit properties

Properties with standard unit suffixes already have a type and don't need
type references. Fix a few more cases which have gotten added.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Kevin Tsai <ktsai@capellamicro.com>
Cc: linux-iio@vger.kernel.org
Cc: linux-input@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Dmity Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/20210316194824.3526913-1-robh@kernel.org

-7
-1
Documentation/devicetree/bindings/iio/light/capella,cm3605.yaml
··· 48 48 vdd-supply: true 49 49 50 50 capella,aset-resistance-ohms: 51 - $ref: /schemas/types.yaml#/definitions/uint32 52 51 enum: [50000, 100000, 300000, 600000] 53 52 description: > 54 53 Sensitivity calibration resistance. Note that calibration curves
-1
Documentation/devicetree/bindings/input/input.yaml
··· 32 32 Duration in seconds which the key should be kept pressed for device to 33 33 power off automatically. Device with key pressed shutdown feature can 34 34 specify this property. 35 - $ref: /schemas/types.yaml#/definitions/uint32 36 35 37 36 additionalProperties: true
-1
Documentation/devicetree/bindings/power/supply/bq256xx.yaml
··· 39 39 maxItems: 1 40 40 41 41 ti,watchdog-timeout-ms: 42 - $ref: /schemas/types.yaml#/definitions/uint32 43 42 default: 0 44 43 description: | 45 44 Watchdog timer in ms. 0 (default) disables the watchdog
-2
Documentation/devicetree/bindings/power/supply/ltc4162-l.yaml
··· 29 29 description: I2C address of the charger. 30 30 31 31 lltc,rsnsb-micro-ohms: 32 - $ref: /schemas/types.yaml#/definitions/uint32 33 32 description: Battery sense resistor in microohm. 34 33 minimum: 1000 35 34 36 35 lltc,rsnsi-micro-ohms: 37 - $ref: /schemas/types.yaml#/definitions/uint32 38 36 description: Input current sense resistor in microohm. 39 37 minimum: 1000 40 38
-1
Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml
··· 23 23 24 24 properties: 25 25 qcom,soft-start-us: 26 - $ref: /schemas/types.yaml#/definitions/uint32 27 26 description: Regulator soft start time in microseconds. 28 27 enum: [200, 400, 600, 800] 29 28 default: 200
-1
Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml
··· 78 78 also known as absolute calibration. 79 79 80 80 qcom,hw-settle-time-us: 81 - $ref: /schemas/types.yaml#/definitions/uint32 82 81 description: Time between AMUX getting configured and the ADC starting conversion. 83 82 enum: [15, 100, 200, 300, 400, 500, 600, 700, 1000, 2000, 4000, 8000, 16000, 32000, 64000, 128000] 84 83