diff options
author | Mark Brown <broonie@kernel.org> | 2020-04-28 17:05:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-28 17:05:35 +0200 |
commit | 2f8eae39056f6735bd21fc06c40ec16e1df64a0c (patch) | |
tree | 62ca6d9a883006c2e94faca5829cc2df700846ce /Documentation | |
parent | ASoC: Intel: Skylake: Automatic DMIC format configuration according to inform... (diff) | |
parent | ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet (diff) | |
download | linux-2f8eae39056f6735bd21fc06c40ec16e1df64a0c.tar.xz linux-2f8eae39056f6735bd21fc06c40ec16e1df64a0c.zip |
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nau8825.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/nau8825.txt b/Documentation/devicetree/bindings/sound/nau8825.txt index d16d96839bcb..388a7bc60b1f 100644 --- a/Documentation/devicetree/bindings/sound/nau8825.txt +++ b/Documentation/devicetree/bindings/sound/nau8825.txt @@ -101,5 +101,5 @@ Example: nuvoton,crosstalk-enable; clock-names = "mclk"; - clocks = <&tegra_car TEGRA210_CLK_CLK_OUT_2>; + clocks = <&tegra_pmc TEGRA_PMC_CLK_OUT_2>; }; |