On Thu, 17 Oct 2019 11:29:39 +0200, Sylwester Nawrocki wrote: > This patch adds documentation of new optional "samsung,asv-bin" > property in the chipid device node and documents requirement of > "syscon" compatible string. These additions are needed to support > Exynos ASV (Adaptive Supply Voltage) feature. > > Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > --- > Depends on patch ("8d0daa4c89c9 dt-bindings: arm: samsung: Convert > Exynos Chipid bindings to json-schema") already applied to Rob's > dt/next. > > Changes since v5: > - removed uneeded allOf from 'compatible' property section > > Changes since v4: > - converted to YAML > > Changes since v3: > - none > > Changes since v2: > - corrected patch summary line prefix, the patch moved in the > sequence > > Changes since v1 (RFC): > - new patch > --- > .../bindings/arm/samsung/exynos-chipid.yaml | 26 ++++++++++++++++++- > 1 file changed, 25 insertions(+), 1 deletion(-) > Applied, thanks. I dropped 'select' because I fixed the tooling to ignore 'syscon'. Rob