mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
ARM: dts: am335x-evmsk: Fix mcasp1 node's indentation
The section had two tabs instead of one. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
cf9a4850e9
commit
c8b518ada5
1 changed files with 11 additions and 11 deletions
|
@ -661,19 +661,19 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mcasp1 {
|
&mcasp1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mcasp1_pins>;
|
pinctrl-0 = <&mcasp1_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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&tscadc {
|
&tscadc {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue