Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/dts Disable SPI for now (rkspi driver hangs at ...
details: https://anonhg.NetBSD.org/src/rev/333df5c4d2f5
branches: trunk
changeset: 1006093:333df5c4d2f5
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jan 01 14:15:46 2020 +0000
description:
Disable SPI for now (rkspi driver hangs at boot)
diffstat:
sys/arch/arm/dts/rk3399-pinebook-pro.dts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r cc70e54c78ce -r 333df5c4d2f5 sys/arch/arm/dts/rk3399-pinebook-pro.dts
--- a/sys/arch/arm/dts/rk3399-pinebook-pro.dts Wed Jan 01 13:54:32 2020 +0000
+++ b/sys/arch/arm/dts/rk3399-pinebook-pro.dts Wed Jan 01 14:15:46 2020 +0000
@@ -1057,7 +1057,8 @@
};
&spi1 {
- status = "okay";
+ // XXXJDM disable until rkspi issues are sorted out
+ status = "disabled";
max-freq = <10000000>;
spiflash: spi-flash@0 {
Home |
Main Index |
Thread Index |
Old Index