mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
dts: ipq50xx: Update spi-nor gpio DRV_STRENGTH.
This changes reduce spi-nor drv_strength from 8mA to 2mA. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: Ib21e8229fff3ce81f5da29edfb978cbe1fdc833b
This commit is contained in:
parent
e83a9121f5
commit
3fc5e5d54d
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