mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arm: ipq5018: Add clock line for NAND in DB.MP03.3
Change-Id: Iec5dcf6f14ab9a1542e18e9a028290b91f3f809d Signed-off-by: Prasanna Kumar Thoorvas Samyrao Muralidharan <ptsm@codeaurora.org>
This commit is contained in:
parent
6953108ceb
commit
c01f9cccc4
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@
|
||||||
nand: nand-controller@79B0000 {
|
nand: nand-controller@79B0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
nand_gpio {
|
nand_gpio {
|
||||||
|
qspi_clk {
|
||||||
|
gpio = <9>;
|
||||||
|
func = <2>;
|
||||||
|
od_en = <GPIO_OD_DISABLE>;
|
||||||
|
drvstr = <GPIO_8MA>;
|
||||||
|
};
|
||||||
qspi_dat3 {
|
qspi_dat3 {
|
||||||
gpio = <4>;
|
gpio = <4>;
|
||||||
func = <2>;
|
func = <2>;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue