mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "dts: ipq50xx: Update spi-nor gpio DRV_STRENGTH."
This commit is contained in:
commit
b7e5f67e98
1 changed files with 4 additions and 4 deletions
|
|
@ -44,26 +44,26 @@
|
|||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
blsp0_spi_mosi {
|
||||
gpio = <11>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
blsp0_spi_miso {
|
||||
gpio = <12>;
|
||||
func = <1>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
blsp0_spi_cs {
|
||||
gpio = <13>;
|
||||
func = <1>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue