diff options
author | John Ma <jma@phytec.com> | 2024-09-26 11:48:49 -0700 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2024-10-28 22:24:24 +0530 |
commit | 9130fc1b124cbcebeb11e3f7cf420a30fe545d26 (patch) | |
tree | a565f882917a607ea89cf8f3cb5f3103362e4b2b /arch/arm64 | |
parent | dc2660a603214c98994068af378a4ac124c44c57 (diff) |
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 'arch/arm64')
-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>; }; }; |