projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5895e7e
)
spi-bcm2835: Disable forced software CS
author
Phil Elwell
<phil@raspberrypi.org>
Fri, 1 Jul 2016 21:09:24 +0000
(22:09 +0100)
committer
Raspbian kernel package updater
<root@raspbian.org>
Thu, 9 Mar 2017 17:52:10 +0000
(17:52 +0000)
Select software CS in bcm2708_common.dtsi, and disable the automatic
conversion in the driver to allow hardware CS to be re-enabled with an
overlay.
See: https://github.com/raspberrypi/linux/issues/1547
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/bcm283x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm283x.dtsi
b/arch/arm/boot/dts/bcm283x.dtsi
index 74dd21b7373c7564ede01d84a4f63b93a6d52fa7..51cdefbf5eb265f49bd05e0aa91dfbeee3fbfdcc 100644
(file)
--- a/
arch/arm/boot/dts/bcm283x.dtsi
+++ b/
arch/arm/boot/dts/bcm283x.dtsi
@@
-163,6
+163,7
@@
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
+ cs-gpios = <&gpio 8 1>, <&gpio 7 1>;
};
i2c0: i2c@7e205000 {