Commit a6ccad68 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren

ARM: dts: am335x-evm: Fix mcasp1 node's indentation

The section had two tabs instead of one.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b3c616ef
...@@ -575,19 +575,19 @@ partition@9 { ...@@ -575,19 +575,19 @@ partition@9 {
#include "tps65910.dtsi" #include "tps65910.dtsi"
&mcasp1 { &mcasp1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&am335x_evm_audio_pins>; pinctrl-0 = <&am335x_evm_audio_pins>;
status = "okay"; status = "okay";
op-mode = <0>; /* MCASP_IIS_MODE */ op-mode = <0>; /* MCASP_IIS_MODE */
tdm-slots = <2>; tdm-slots = <2>;
/* 4 serializers */ /* 4 serializers */
serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
0 0 1 2 0 0 1 2
>; >;
tx-num-evt = <32>; tx-num-evt = <32>;
rx-num-evt = <32>; rx-num-evt = <32>;
}; };
&tps { &tps {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment