提交 067c182f 编写于 作者: R Roland Stigge

ARM: LPC32xx: Adjust device tree node to new standard num-cs

In spi-pl022.c, the new device tree binding is now "num-cs" for the number of
chip selects. Further, pl022,hierarchy and pl022,slave-tx-disable isn't
supported in favour of reasonable defaults in the driver.

Adjusting phy3250.dts to it.
Signed-off-by: NRoland Stigge <stigge@antcom.de>
上级 4cbe5a55
...@@ -135,13 +135,11 @@ ...@@ -135,13 +135,11 @@
ssp0: ssp@20084000 { ssp0: ssp@20084000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
pl022,num-chipselects = <1>; num-cs = <1>;
cs-gpios = <&gpio 3 5 0>; cs-gpios = <&gpio 3 5 0>;
eeprom: at25@0 { eeprom: at25@0 {
pl022,hierarchy = <0>;
pl022,interface = <0>; pl022,interface = <0>;
pl022,slave-tx-disable = <0>;
pl022,com-mode = <0>; pl022,com-mode = <0>;
pl022,rx-level-trig = <1>; pl022,rx-level-trig = <1>;
pl022,tx-level-trig = <1>; pl022,tx-level-trig = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册