Message ID | 20230613201105.2824399-1-robh@kernel.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: i2c: opencores: Add missing type for "regstep" | expand |
diff --git a/Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml b/Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml index 85d9efb743ee..d9ef86729011 100644 --- a/Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml +++ b/Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml @@ -60,6 +60,7 @@ properties: default: 0 regstep: + $ref: /schemas/types.yaml#/definitions/uint32 description: | deprecated, use reg-shift above deprecated: true
"regstep" may be deprecated, but it still needs a type. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml | 1 + 1 file changed, 1 insertion(+)