You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
838 B
23 lines
838 B
8 years ago
|
From 2745d40fb64e1663fba690f69ea0a87a171a43f6 Mon Sep 17 00:00:00 2001
|
||
9 years ago
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Mon, 25 Apr 2016 10:43:36 +0100
|
||
8 years ago
|
Subject: [PATCH 303/423] SQUASH: BCM270X_DT: Add make rule for sdio-1bit
|
||
9 years ago
|
|
||
|
See: https://github.com/raspberrypi/linux/pull/1301
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm/boot/dts/overlays/Makefile | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/overlays/Makefile
|
||
|
+++ b/arch/arm/boot/dts/overlays/Makefile
|
||
|
@@ -66,6 +66,7 @@ dtbo-$(RPI_DT_OVERLAYS) += rpi-proto.dtb
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += rpi-sense.dtbo
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += sdhost.dtbo
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += sdio.dtbo
|
||
|
+dtbo-$(RPI_DT_OVERLAYS) += sdio-1bit.dtbo
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += sdtweak.dtbo
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += smi-dev.dtbo
|
||
|
dtbo-$(RPI_DT_OVERLAYS) += smi-nand.dtbo
|