mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e3f9a93e5a
rockchip pinctrl driver has update to use dts, so we need to add the pinctrl config in SPL for sdmmc. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
54 lines
561 B
Text
54 lines
561 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2019 Rockchip Electronics Co., Ltd
|
|
*/
|
|
|
|
#include "rk3288-u-boot.dtsi"
|
|
|
|
&pinctrl {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart2 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdmmc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&emmc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&gpio3 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&gpio8 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pcfg_pull_none_drv_8ma {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pcfg_pull_up_drv_8ma {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&sdmmc_bus4 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&sdmmc_clk {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&sdmmc_cmd {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&sdmmc_pwr {
|
|
u-boot,dm-spl;
|
|
};
|