Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada: netgear-rn104: Add LCD to RN104 dts.

Adds the LCD on the rn104 to its dts file.

Signed-off-by: Ash Hughes <sehguh.hsa@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Ash Hughes and committed by
Gregory CLEMENT
0e544762 a188339c

+14
+14
arch/arm/boot/dts/armada-370-netgear-rn104.dts
··· 143 143 }; 144 144 }; 145 145 146 + auxdisplay { 147 + compatible = "hit,hd44780"; 148 + data-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>, 149 + <&gpio1 26 GPIO_ACTIVE_HIGH>, 150 + <&gpio1 27 GPIO_ACTIVE_HIGH>, 151 + <&gpio1 29 GPIO_ACTIVE_HIGH>; 152 + enable-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>; 153 + rs-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; 154 + rw-gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>; 155 + backlight-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; 156 + display-height-chars = <2>; 157 + display-width-chars = <16>; 158 + }; 159 + 146 160 gpio-keys { 147 161 compatible = "gpio-keys"; 148 162 pinctrl-0 = <&backup_button_pin