On Wed, 20 Oct 2021 12:42:12 -0400, Oskar Senft wrote: > This change documents the device tree bindings for the Nuvoton > NCT7802Y driver. > > Signed-off-by: Oskar Senft <osk@xxxxxxxxxx> > --- > Changes from PATCH v7: > - Implemented review comments: > - Added blank lines to increase readability. > - Moved "additionalProperties" up to increase readability. > > Changes from PATCH v6: > - Fixed formatting error reported by yamllint > > Changes from PATCH v5: > - Refactored to use patternProperties. > - Added validation for sensor-type and temperature-mode. > --- > .../bindings/hwmon/nuvoton,nct7802.yaml | 145 ++++++++++++++++++ > 1 file changed, 145 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/nuvoton,nct7802.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>