summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 18:00:06 +1300
committerSimon Glass <sjg@chromium.org>2021-03-27 13:59:36 +1300
commitac7765017a7f6b2c7f882dc6dbe5f64f142991ba (patch)
treeecddffb1d1aaf1495a586433952e9450f1003680
parent041089fe930b6c7bdaadfb1e81a77dd8ca45e907 (diff)
downloadu-boot-ac7765017a7f6b2c7f882dc6dbe5f64f142991ba.tar.gz
u-boot-ac7765017a7f6b2c7f882dc6dbe5f64f142991ba.tar.xz
u-boot-ac7765017a7f6b2c7f882dc6dbe5f64f142991ba.zip
x86: coral: Update the SD card-detect GPIO
Since the recent bug fix, it doesn't matter which GPIO phandle is used so long as the GPIO number is right. Still, we may as well use the correct one to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--arch/x86/dts/chromebook_coral.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index 4cadfd198d..db8eb8805b 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -572,7 +572,7 @@
sdmmc: sdmmc@1b,0 {
reg = <0x0000d800 0 0 0 0>;
compatible = "intel,apl-sd";
- cd-gpios = <&gpio_n GPIO_177 GPIO_ACTIVE_LOW>;
+ cd-gpios = <&gpio_sw GPIO_177 GPIO_ACTIVE_LOW>;
acpi,name = "SDCD";
};