Skip to content

Commit e85a797

Browse files
kylebonnicinashif
authored andcommitted
devicetree: format files in dts/xtensa/nxp
Applying dts-linter results for files in dts/xtensa/nxp Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 1957998 commit e85a797

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

dts/xtensa/nxp/nxp_imx8.dtsi

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
iomuxc: iomuxc {
4242
compatible = "nxp,imx-iomuxc-scu";
43+
4344
pinctrl: pinctrl {
4445
compatible = "nxp,imx8-pinctrl";
4546
};
@@ -133,7 +134,7 @@
133134
power-domains = <&edma0_ch6_pd>, <&edma0_ch7_pd>,
134135
<&edma0_ch14_pd>, <&edma0_ch15_pd>;
135136
interrupts-extended = <&master6 58>, <&master6 58>,
136-
<&master5 29>, <&master5 29>;
137+
<&master5 29>, <&master5 29>;
137138
#dma-cells = <2>;
138139
status = "disabled";
139140
};
@@ -159,11 +160,11 @@
159160
clocks = <&ccm IMX_CCM_AUD_PLL_DIV_CLK0 0x0 0x0>,
160161
<&ccm IMX_CCM_ESAI0_CLK 0x0 0x0>;
161162
esai-pin-modes = <ESAI_PIN_HCKR ESAI_PIN_DISCONNECTED>,
162-
<ESAI_PIN_HCKT ESAI_PIN_DISCONNECTED>,
163-
<ESAI_PIN_SDO4_SDI1 ESAI_PIN_DISCONNECTED>,
164-
<ESAI_PIN_SDO3_SDI2 ESAI_PIN_DISCONNECTED>,
165-
<ESAI_PIN_SDO2_SDI3 ESAI_PIN_DISCONNECTED>,
166-
<ESAI_PIN_SDO1 ESAI_PIN_DISCONNECTED>;
163+
<ESAI_PIN_HCKT ESAI_PIN_DISCONNECTED>,
164+
<ESAI_PIN_SDO4_SDI1 ESAI_PIN_DISCONNECTED>,
165+
<ESAI_PIN_SDO3_SDI2 ESAI_PIN_DISCONNECTED>,
166+
<ESAI_PIN_SDO2_SDI3 ESAI_PIN_DISCONNECTED>,
167+
<ESAI_PIN_SDO1 ESAI_PIN_DISCONNECTED>;
167168
status = "disabled";
168169
};
169170

dts/xtensa/nxp/nxp_imx8m.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
compatible = "nxp,imx-iomuxc";
127127
reg = <0x30330000 DT_SIZE_K(64)>;
128128
status = "okay";
129+
129130
pinctrl: pinctrl {
130131
status = "okay";
131132
compatible = "nxp,imx8mp-pinctrl";

dts/xtensa/nxp/nxp_imx8qm.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
87
#include <nxp/nxp_imx8.dtsi>
98

109
/ {

dts/xtensa/nxp/nxp_imx8ulp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
iomuxc1: pinctrl@298c0000 {
5252
compatible = "nxp,imx-iomuxc";
5353
reg = <0x298c0000 DT_SIZE_K(64)>;
54+
5455
pinctrl: pinctrl {
5556
compatible = "nxp,imx8ulp-pinctrl";
5657
};

dts/xtensa/nxp/nxp_imxrt700_hifi4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
dma-requests = <105>;
233233

234234
interrupts = <20 0 0>, <21 0 0>, <22 0 0>, <23 0 0>,
235-
<24 0 0>, <25 0 0>, <26 0 0>, <27 0 0>;
235+
<24 0 0>, <25 0 0>, <26 0 0>, <27 0 0>;
236236
no-error-irq;
237237

238238
compatible = "nxp,mcux-edma";

dts/xtensa/nxp/nxp_rt685_hifi4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
#interrupt-cells = <1>;
138138
#address-cells = <0>;
139139
interrupts = <7 0 0>, <8 0 0>, <9 0 0>, <10 0 0>,
140-
<11 0 0>, <12 0 0>, <13 0 0>, <14 0 0>;
140+
<11 0 0>, <12 0 0>, <13 0 0>, <14 0 0>;
141141
num-lines = <8>;
142142
num-inputs = <64>;
143143
};

0 commit comments

Comments
 (0)