On Thu, 03 Sep 2020 21:13:10 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (assigned-clock-parents, > assigned-clocks) to fix dtbs_check warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000: > 'assigned-clock-parents', 'assigned-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 > --- > Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Applied, thanks!