On Thu, 03 Sep 2020 21:13:11 +0200, Krzysztof Kozlowski wrote: > The Exynos Multi Core Timer driver requires two clocks. This was never > documented in the binding. Add it to fix dtschema warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: timer@101c0000: > 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > .../timer/samsung,exynos4210-mct.yaml | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) > Applied, thanks!