Commit 3c713925 authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Shawn Guo

ARM: dts: vf610-zii-dev-rev-c: fix polarity of at86rf233 reset line

at86rf230 driver starts with having reset line high, and then drives it
low and then high again, and even calls it "rstn" internally, therefore
it needs to be annotated as "active low" in the DTS.

This will make difference when at86rf230 driver will be converted to
gpiod API that respects declared line polarity.
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 49f8992c
...@@ -259,7 +259,7 @@ atzb-rf-233@1 { ...@@ -259,7 +259,7 @@ atzb-rf-233@1 {
xtal-trim = /bits/ 8 <0x06>; xtal-trim = /bits/ 8 <0x06>;
sleep-gpio = <&gpio0 24 GPIO_ACTIVE_HIGH>; sleep-gpio = <&gpio0 24 GPIO_ACTIVE_HIGH>;
reset-gpio = <&gpio6 10 GPIO_ACTIVE_HIGH>; reset-gpio = <&gpio6 10 GPIO_ACTIVE_LOW>;
fsl,spi-cs-sck-delay = <180>; fsl,spi-cs-sck-delay = <180>;
fsl,spi-sck-cs-delay = <250>; fsl,spi-sck-cs-delay = <250>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment