summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2018-11-20 23:59:56 +0000
committerPaul Burton <paul.burton@mips.com>2018-11-20 21:05:39 -0800
commit0b0037490f379b4a9515391967ce1c17d8ef2e14 (patch)
tree2c8616332b6736c052e1a368433102771963d9f4 /arch/mips/boot
parent3cd640832894b85b5929d5bda74505452c800421 (diff)
downloadlinux-0-day-0b0037490f379b4a9515391967ce1c17d8ef2e14.tar.gz
linux-0-day-0b0037490f379b4a9515391967ce1c17d8ef2e14.tar.xz
MIPS: malta: Use img-ascii-lcd driver for LCD display
Remove the Malta display platform code in favour of probing the img-ascii-lcd driver via device tree. This reduces the amount of platform code & the img-ascii-lcd driver offers us advantages in terms of code sharing with other boards & functionality such as changing the displayed message via sysfs. Defconfigs are untouched because the driver already defaults y on when CONFIG_MIPS_MALTA=y. Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21182/ Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/boot')
-rw-r--r--arch/mips/boot/dts/mti/malta.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/mti/malta.dts b/arch/mips/boot/dts/mti/malta.dts
index 9944e716eac8f..f03279b1cde7b 100644
--- a/arch/mips/boot/dts/mti/malta.dts
+++ b/arch/mips/boot/dts/mti/malta.dts
@@ -87,6 +87,11 @@
reg = <0x1f000000 0x1000>;
native-endian;
+ lcd@410 {
+ compatible = "mti,malta-lcd";
+ offset = <0x410>;
+ };
+
reboot {
compatible = "syscon-reboot";
regmap = <&fpga_regs>;