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>
This commit is contained in:
parent
041089fe93
commit
ac7765017a
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user