ARC: axs10x: really enable ARC PGU
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 22 Nov 2016 11:16:36 +0000 (14:16 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 30 Nov 2016 19:54:25 +0000 (11:54 -0800)
commit7badf6fefca8278e749e82411fdb98b123cca50e
treea48d64b8810d7e6485f0658bfa8c9fb832dd0085
parent4988cc5635ed20a8c35bb7dd69b129c172ec10aa
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>
arch/arc/boot/dts/axs101.dts
arch/arc/boot/dts/axs103_idu.dts
arch/arc/configs/axs101_defconfig
arch/arc/configs/axs103_smp_defconfig