]> Git Repo - J-linux.git/commitdiff
ASoC: dt-bindings: mediatek: rename reset controller headers in DT example
authorTzung-Bi Shih <[email protected]>
Mon, 18 Oct 2021 10:16:08 +0000 (18:16 +0800)
committerMark Brown <[email protected]>
Mon, 18 Oct 2021 12:56:45 +0000 (13:56 +0100)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml

index 5e9fe067f440f704c07360af90a8133677f6bb40..7a25bc9b80602d3671d83c5a31e84de072daf4b3 100644 (file)
@@ -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";
This page took 0.05391 seconds and 4 git commands to generate.