10.04.2020 19:49, Rob Herring пишет: ... >> + summit,max-chg-curr: >> + description: Maximum current for charging (in uA) >> + allOf: >> + - $ref: /schemas/types.yaml#/definitions/uint32 >> + >> + summit,max-chg-volt: >> + description: Maximum voltage for charging (in uV) >> + allOf: >> + - $ref: /schemas/types.yaml#/definitions/uint32 >> + minimum: 3500000 >> + maximum: 4500000 >> + >> + summit,pre-chg-curr: >> + description: Pre-charging current for charging (in uA) >> + allOf: >> + - $ref: /schemas/types.yaml#/definitions/uint32 >> + >> + summit,term-curr: >> + description: Charging cycle termination current (in uA) >> + allOf: >> + - $ref: /schemas/types.yaml#/definitions/uint32 ... > These are all properties of the battery attached and we have standard > properties for some/all of these. Looks like only four properties seem to be matching the properties of the battery.txt binding. Are you suggesting that these matching properties should be renamed after the properties in battery.txt? > Also, any property with units should have a unit suffix as defined in > property-units.txt. And with that, you don't need to define the type. Indeed, thank you for the suggestion.