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:
Vandhiadevan Karunamoorthy 2020-10-23 13:49:48 +05:30
parent e83a9121f5
commit 3fc5e5d54d

View file

@ -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>;
};
};
};