From df21d61b75407f35600b6108563b1674ca24ee3d Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 15 Dec 2014 17:24:06 -0600 Subject: changes for building 3.19 kernel with complete DT Overlay support --- .../linux/linux-3.19/overlays/port1_wibt.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts (limited to 'recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts') diff --git a/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts b/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts new file mode 100644 index 0000000..5db0462 --- /dev/null +++ b/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts @@ -0,0 +1,18 @@ +/dts-v1/; +/plugin/; + +/* enable mmc1 */ +/ { + fragment@0 { + target-path = "/ahb/apb/mmc@f000c000"; + __overlay__ { + status = "okay"; + + slot@0 { + reg = <0>; + bus-width = <4>; + cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>; + }; + }; + }; +}; -- cgit v1.2.3