diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-24 16:08:10 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-02-29 09:34:14 -0800 |
commit | ae5eed592c38608a7f67f72c21525ae075188c69 (patch) | |
tree | f4df6dc516ac1f9e187b5fb94769264af0652c1b /arch/arm64/boot/dts/amlogic/meson-g12.dtsi | |
parent | a81bcfb6ac20cdd2e8dec3da14c8bbe1d18f6321 (diff) |
arm64: dts: meson: add pdm reset line
Add the reset line of the PDM device to g12 and sm1 SoCs.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200224150812.263980-2-jbrunet@baylibre.com
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi index 03054c478896..55d39020ec72 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi @@ -56,6 +56,7 @@ <&clkc_audio AUD_CLKID_PDM_DCLK>, <&clkc_audio AUD_CLKID_PDM_SYSCLK>; clock-names = "pclk", "dclk", "sysclk"; + resets = <&clkc_audio AUD_RESET_PDM>; status = "disabled"; }; |