aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arc/boot/dts/axs101.dts2
-rw-r--r--arch/arc/boot/dts/axs103_idu.dts2
-rw-r--r--arch/arc/configs/axs101_defconfig4
-rw-r--r--arch/arc/configs/axs103_smp_defconfig4
4 files changed, 8 insertions, 4 deletions
diff --git a/arch/arc/boot/dts/axs101.dts b/arch/arc/boot/dts/axs101.dts
index d9b9b9dcfc4c..70aec7d6ca60 100644
--- a/arch/arc/boot/dts/axs101.dts
+++ b/arch/arc/boot/dts/axs101.dts
@@ -17,6 +17,6 @@
17 compatible = "snps,axs101", "snps,arc-sdp"; 17 compatible = "snps,axs101", "snps,arc-sdp";
18 18
19 chosen { 19 chosen {
20 bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 consoleblank=0"; 20 bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 consoleblank=0 video=1280x720@60";
21 }; 21 };
22}; 22};
diff --git a/arch/arc/boot/dts/axs103_idu.dts b/arch/arc/boot/dts/axs103_idu.dts
index 070c29782216..5c843d9b4ac8 100644
--- a/arch/arc/boot/dts/axs103_idu.dts
+++ b/arch/arc/boot/dts/axs103_idu.dts
@@ -20,6 +20,6 @@
20 compatible = "snps,axs103", "snps,arc-sdp"; 20 compatible = "snps,axs103", "snps,arc-sdp";
21 21
22 chosen { 22 chosen {
23 bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-signals=1"; 23 bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print-fatal-signals=1 consoleblank=0 video=1280x720@60";
24 }; 24 };
25}; 25};
diff --git a/arch/arc/configs/axs101_defconfig b/arch/arc/configs/axs101_defconfig
index 0a0eaf09aac7..6980b966a364 100644
--- a/arch/arc/configs/axs101_defconfig
+++ b/arch/arc/configs/axs101_defconfig
@@ -75,9 +75,11 @@ CONFIG_I2C=y
75CONFIG_I2C_CHARDEV=y 75CONFIG_I2C_CHARDEV=y
76CONFIG_I2C_DESIGNWARE_PLATFORM=y 76CONFIG_I2C_DESIGNWARE_PLATFORM=y
77# CONFIG_HWMON is not set 77# CONFIG_HWMON is not set
78CONFIG_DRM=m
79CONFIG_DRM_I2C_ADV7511=m
80CONFIG_DRM_ARCPGU=m
78CONFIG_FB=y 81CONFIG_FB=y
79CONFIG_FRAMEBUFFER_CONSOLE=y 82CONFIG_FRAMEBUFFER_CONSOLE=y
80CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
81CONFIG_LOGO=y 83CONFIG_LOGO=y
82# CONFIG_LOGO_LINUX_MONO is not set 84# CONFIG_LOGO_LINUX_MONO is not set
83# CONFIG_LOGO_LINUX_VGA16 is not set 85# CONFIG_LOGO_LINUX_VGA16 is not set
diff --git a/arch/arc/configs/axs103_smp_defconfig b/arch/arc/configs/axs103_smp_defconfig
index 110874705085..30a3d4cf53d2 100644
--- a/arch/arc/configs/axs103_smp_defconfig
+++ b/arch/arc/configs/axs103_smp_defconfig
@@ -77,9 +77,11 @@ CONFIG_I2C=y
77CONFIG_I2C_CHARDEV=y 77CONFIG_I2C_CHARDEV=y
78CONFIG_I2C_DESIGNWARE_PLATFORM=y 78CONFIG_I2C_DESIGNWARE_PLATFORM=y
79# CONFIG_HWMON is not set 79# CONFIG_HWMON is not set
80CONFIG_DRM=m
81CONFIG_DRM_I2C_ADV7511=m
82CONFIG_DRM_ARCPGU=m
80CONFIG_FB=y 83CONFIG_FB=y
81CONFIG_FRAMEBUFFER_CONSOLE=y 84CONFIG_FRAMEBUFFER_CONSOLE=y
82CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
83CONFIG_LOGO=y 85CONFIG_LOGO=y
84# CONFIG_LOGO_LINUX_MONO is not set 86# CONFIG_LOGO_LINUX_MONO is not set
85# CONFIG_LOGO_LINUX_VGA16 is not set 87# CONFIG_LOGO_LINUX_VGA16 is not set