On Thu, 03 Sep 2020 21:14:07 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (controller-data, > wakeup-source) to partially fix dtbs_check warnings like: > > arch/arm/boot/dts/exynos5250-snow.dt.yaml: embedded-controller@1e: > 'keyboard-controller', 'wakeup-source' do not match any of the regexes: > 'pinctrl-[0-9]+' > > arch/arm/boot/dts/exynos5800-peach-pi.dt.yaml: cros-ec@0: > 'controller-data', 'i2c-tunnel', 'keyboard-controller' do not match any > of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <k...@kernel.org> > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) >
Applied, thanks!