Message ID | 20200302125310.742-2-linux.amoon@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Odroid N2 failes to boot using upstream kernel using microSD card | expand |
Anand Moon <linux.amoon@gmail.com> writes: > As per schematics add missing VDDAO_3V3 power supply to FLASH_VDD > regulator. Could you please add a link to the specific schematics you used to find this usseu? > Also add TFLASH_VDD_EN signal name to gpio pin. Your patch does not do this part. Similarily to the other patch, can you explain in more detail (including kernel boot logs) how the SD card is not working? I just tested with latest mainline, and the MMC driver is detecting both the eMMC and the SD card. Kevin
Hi Kevin, On Mon, 2 Mar 2020 at 22:48, Kevin Hilman <khilman@baylibre.com> wrote: > > Anand Moon <linux.amoon@gmail.com> writes: > > > As per schematics add missing VDDAO_3V3 power supply to FLASH_VDD > > regulator. > > Could you please add a link to the specific schematics you used to find > this usseu? > > > Also add TFLASH_VDD_EN signal name to gpio pin. > > Your patch does not do this part. > > Similarily to the other patch, can you explain in more detail (including > kernel boot logs) how the SD card is not working? > > I just tested with latest mainline, and the MMC driver is detecting both > the eMMC and the SD card. > > Kevin Ok lets discard this changes, I have tried many dts changes but I do not know where is the problem or where I am going wrong. -Anand
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts index 0e54c1dc2842..fe5680411c07 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts @@ -54,6 +54,7 @@ tflash_vdd: regulator-tflash_vdd { gpio = <&gpio_ao GPIOAO_8 GPIO_ACTIVE_HIGH>; enable-active-high; regulator-always-on; + vin-supply = <&vddao_3v3>; }; tf_io: gpio-regulator-tf_io {