From 8ed3691e0b34930e7be0f4396b0922077a7e612a Mon Sep 17 00:00:00 2001 From: kientzle Date: Sat, 18 May 2013 12:54:37 +0000 Subject: Correct the spelling of "okay". Add pinmux setting for the Reset GPIO pin for MMC1. --- sys/boot/fdt/dts/beaglebone-black.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/boot') diff --git a/sys/boot/fdt/dts/beaglebone-black.dts b/sys/boot/fdt/dts/beaglebone-black.dts index 0724c0a..0620ca0 100644 --- a/sys/boot/fdt/dts/beaglebone-black.dts +++ b/sys/boot/fdt/dts/beaglebone-black.dts @@ -78,6 +78,7 @@ /* MMC1 */ "GPMC_CSn1", "mmc1_clk", "input_pulldown", "GPMC_CSn2", "mmc1_cmd", "input_pulldown", + "GPMC_CSn3", "gpio2_0", "output", /* Reset */ "GPMC_AD0", "mmc1_dat0", "input_pulldown", "GPMC_AD1", "mmc1_dat1", "input_pulldown", "GPMC_AD2", "mmc1_dat2", "input_pulldown", @@ -130,7 +131,7 @@ }; mmchs1@481D8000 { - status = "ok"; + status = "okay"; }; -- cgit v1.1