diff options
author | 2024-09-26 11:48:49 -0700 | |
---|---|---|
committer | 2024-10-28 22:24:24 +0530 | |
commit | 9130fc1b124cbcebeb11e3f7cf420a30fe545d26 (patch) | |
tree | a565f882917a607ea89cf8f3cb5f3103362e4b2b | |
parent | arm64: dts: ti: k3-am642-phyboard-electra-rdk: Fix bus-width property in MMC nodes (diff) | |
download | wireguard-linux-9130fc1b124cbcebeb11e3f7cf420a30fe545d26.tar.xz wireguard-linux-9130fc1b124cbcebeb11e3f7cf420a30fe545d26.zip |
arm64: dts: ti: k3-am62x-phyboard-lyra: Fix indentation in audio-card
Corrected the indentation for the audio card node in the phyBOARD-Lyra.
Signed-off-by: John Ma <jma@phytec.com>
Link: https://lore.kernel.org/r/20240926184849.3341986-1-jma@phytec.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi index d6ce53c6d748..d364c247833f 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62x-phyboard-lyra.dtsi @@ -82,8 +82,8 @@ }; sound_master: simple-audio-card,codec { - sound-dai = <&audio_codec>; - clocks = <&audio_refclk1>; + sound-dai = <&audio_codec>; + clocks = <&audio_refclk1>; }; }; |