Skip to content

Commit 1dfb7d2

Browse files
author
Dinh Nguyen
committed
ARM: socfpga: dts: disable the sdmmc, and uart nodes in the base arria10
Add status = "disabled" in the base DTSI for Arria10. The SDMMC and uart nodes should be enabled in the appropriate board file. Signed-off-by: Dinh Nguyen <[email protected]>
1 parent 08d6638 commit 1dfb7d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
reg = <0xff808000 0x1000>;
269269
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
270270
fifo-depth = <0x400>;
271+
status = "disabled";
271272
};
272273

273274
ocram: sram@ffe00000 {
@@ -324,6 +325,7 @@
324325
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
325326
reg-shift = <2>;
326327
reg-io-width = <4>;
328+
status = "disabled";
327329
};
328330

329331
uart1: serial1@ffc02100 {
@@ -332,6 +334,7 @@
332334
interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
333335
reg-shift = <2>;
334336
reg-io-width = <4>;
337+
status = "disabled";
335338
};
336339

337340
usbphy0: usbphy@0 {

0 commit comments

Comments
 (0)