> On the marvell10g series we are discussing of using tristate or not. We > notice tristate might be confusing, would it be better to use > inactive-high-impedance ? The pincfg-node.yaml binding has: drive-open-drain: oneOf: - type: boolean - $ref: /schemas/types.yaml#/definitions/uint32 const: 1 # No known cases of 0 deprecated: true description: drive with open drain drive-open-source: type: boolean description: drive with open source I'm not sure what the deprecated means. Is it that a value is deprecated, not the property as a whole? Andrew