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(-) diff --git a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml index 5e9fe067f440..7a25bc9b8060 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml @@ -74,7 +74,7 @@ examples: #include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/power/mt8192-power.h> - #include <dt-bindings/reset-controller/mt8192-resets.h> + #include <dt-bindings/reset/mt8192-resets.h> afe: mt8192-afe-pcm { compatible = "mediatek,mt8192-audio"; -- 2.33.0.1079.g6e70778dc9-goog