Re: [PATCH v3 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

2021-01-28 Thread AngeloGioacchino Del Regno
Il 28/01/21 10:13, Wolfram Sang ha scritto: + qcom,noise-reject-sda: +$ref: /schemas/types.yaml#/definitions/uint32 +description: Noise rejection level for the SDA line. +minimum: 0 +maximum: 3 +default: 0 What does this u32 describe? I wonder if we can introduce a

Re: [PATCH v3 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

2021-01-28 Thread Wolfram Sang
> + qcom,noise-reject-sda: > +$ref: /schemas/types.yaml#/definitions/uint32 > +description: Noise rejection level for the SDA line. > +minimum: 0 > +maximum: 3 > +default: 0 What does this u32 describe? I wonder if we can introduce a generic property instead of a

Re: [PATCH v3 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

2021-01-25 Thread Rob Herring
On Thu, 14 Jan 2021 19:04:15 +0100, AngeloGioacchino Del Regno wrote: > Document the new noise rejection properties "qcom,noise-reject-sda" > and "qcom,noise-reject-scl". > > Signed-off-by: AngeloGioacchino Del Regno > > --- > .../devicetree/bindings/i2c/qcom,i2c-qup.yaml | 14

[PATCH v3 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

2021-01-14 Thread AngeloGioacchino Del Regno
Document the new noise rejection properties "qcom,noise-reject-sda" and "qcom,noise-reject-scl". Signed-off-by: AngeloGioacchino Del Regno --- .../devicetree/bindings/i2c/qcom,i2c-qup.yaml | 14 ++ 1 file changed, 14 insertions(+) diff --git