From 6ba58b7b020c4b793e6fb7a43c8adef070579d8d Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Sat, 29 Dec 2018 01:28:27 +0100 Subject: ramips: cleanup the RB750Gr3 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Always enable the pwr led and use the usr led for boot status indication. Rename nodes in the dts, to match what is recommend in the devicetree specification. Increase the maximum spi frequency to 20MHz and drop the m25p,chunked-io which isn't required on mt7621. Use the BTN_0 keycode for the mode button. This board doesn't have any wireless. Use a more descriptive label for the reset button and the GPIO enabling the usb vcc supply. Use the beeper kernel module for the buzzer. Fix the pinmux to switch only pins used as GPIOs to the GPIO function. Add support for the PoE enable GPIO to the userspace. The PoE power status can be read via GPIO7. Since OpenWrt doesn't have support for reading inputs from userspace, prepare only the pinmux for the GPIO. Signed-off-by: Anton Arapov Signed-off-by: Thibaut VARĂˆNE Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt7621.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 3f0c4bb76e..0e5e48770c 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -339,6 +339,7 @@ define Device/mikrotik_rb750gr3 $(Device/MikroTik) DTS := RB750Gr3 DEVICE_TITLE := MikroTik RouterBOARD RB750Gr3 + DEVICE_PACKAGES += kmod-gpio-beeper endef TARGET_DEVICES += mikrotik_rb750gr3 -- cgit v1.2.3