diff options
| author | Tomasz Maciej Nowak | 2024-05-15 17:02:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-17 14:04:24 +0000 |
| commit | 6660a15d72cbb640292d821fa92240db0befa532 (patch) | |
| tree | 955e153d6128d45abce680f6c6d34a74bd903249 | |
| parent | a0c5efd3f7f40420655b5f92bd9002f2eb6ba35d (diff) | |
| download | dangole-6660a15d72cbb640292d821fa92240db0befa532.tar.gz | |
tegra: trimslice: enable GPIO LEDs driver
LEDs are on all the time since boot, until there's driver to claim them.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
| -rw-r--r-- | target/linux/tegra/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/tegra/image/Makefile b/target/linux/tegra/image/Makefile index 8a331f2607..609cf5dd38 100644 --- a/target/linux/tegra/image/Makefile +++ b/target/linux/tegra/image/Makefile @@ -43,8 +43,8 @@ define Device/compulab_trimslice DEVICE_VENDOR := CompuLab DEVICE_MODEL := TrimSlice DEVICE_DTS := tegra20-trimslice - DEVICE_PACKAGES := kmod-r8169 kmod-rt2800-usb kmod-rtc-em3027 \ - kmod-usb-storage wpad-basic-mbedtls + DEVICE_PACKAGES := kmod-leds-gpio kmod-r8169 kmod-rt2800-usb \ + kmod-rtc-em3027 kmod-usb-storage wpad-basic-mbedtls UBOOT := trimslice-mmc endef TARGET_DEVICES += compulab_trimslice |