mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
spi: s3c64xx: fix inconsistency between binding and driver
am: 404950add4
Change-Id: If19098198f6a85b04b1611e6a193be207ecda379
This commit is contained in:
@@ -1003,7 +1003,7 @@ static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev)
|
||||
sci->num_cs = temp;
|
||||
}
|
||||
|
||||
sci->no_cs = of_property_read_bool(dev->of_node, "broken-cs");
|
||||
sci->no_cs = of_property_read_bool(dev->of_node, "no-cs-readback");
|
||||
|
||||
return sci;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user