diff options
author | Alexey Brodkin | 2016-11-22 12:16:36 +0100 |
---|---|---|
committer | Vineet Gupta | 2016-11-30 20:54:25 +0100 |
commit | 7badf6fefca8278e749e82411fdb98b123cca50e (patch) | |
tree | a48d64b8810d7e6485f0658bfa8c9fb832dd0085 /arch/arc/boot/dts/axs101.dts | |
parent | ARC: rename Zebu platform support to HAPS (diff) | |
download | kernel-qcow2-linux-7badf6fefca8278e749e82411fdb98b123cca50e.tar.gz kernel-qcow2-linux-7badf6fefca8278e749e82411fdb98b123cca50e.tar.xz kernel-qcow2-linux-7badf6fefca8278e749e82411fdb98b123cca50e.zip |
ARC: axs10x: really enable ARC PGU
Up until now we had ARC PGU not enabled in axs10x defconfigs trying
to not bloat kernel image again with yet another drivers and subsystems.
This change configures ARC PGU (as well as DRM bits it depends on)
to be built as a module and so those who need LCD screen to work on
axs10x may bundle built .ko files in their target's file-system with
help of the following command on host:
------------->8-------------
make INSTALL_MOD_PATH=_path_to_target_fs_ modules_install
------------->8-------------
and later on target with commands as simple as:
------------->8-------------
modprobe adv7511.ko
modprobe arcpgu.ko
------------->8-------------
get LCD working.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axs101.dts')
-rw-r--r-- | arch/arc/boot/dts/axs101.dts | 2 |
1 files changed, 1 insertions, 1 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 @@ compatible = "snps,axs101", "snps,arc-sdp"; chosen { - bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 consoleblank=0"; + bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 consoleblank=0 video=1280x720@60"; }; }; |