Skip to content

Commit 98530c3

Browse files
committed
dt-bindings: i2c: samsung: Fix 'deprecated' value
'deprecated' is a boolean type which should have a value of 'true' rather than 'yes'. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230418150643.1529895-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent ed3d8f3 commit 98530c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
for "samsung,s3c2440-hdmiphy-i2c" whose input/output lines are
3838
permanently wired to the respective client.
3939
This property is deprecated. Use "pinctrl-0" and "pinctrl-names" instead.
40-
deprecated: yes
40+
deprecated: true
4141

4242
interrupts:
4343
maxItems: 1

0 commit comments

Comments
 (0)