On Mon, Oct 18, 2021 at 5:16 AM Tzung-Bi Shih <tzungbi@xxxxxxxxxx> wrote: > > Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller > constants into common location") moves the reset controller headers. > However, it forgot to rename the DT example in mt8192-afe-pcm.yaml. > > Renames the DT example to pass dt_binding_check. > > Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") > Signed-off-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx> > --- > The patch bases on next-20211018. > > In Mark's tree[1], the commit f07c776f6d7e hasn't shown up. > In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied. > > [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/ > [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ > > Also, I am not sure if the commit hash "f07c776f6d7e" would change > or not after it applies to mainline. > > Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Not great as things will break again in the merge window temporarily. You could just not use the 1 reset define in the example and avoid all that, but this is fine: Acked-by: Rob Herring <robh@xxxxxxxxxx>