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 don't disable the spi any more. it works f...



details:   https://anonhg.NetBSD.org/src/rev/2601734ffc4b
branches:  trunk
changeset: 363493:2601734ffc4b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 13 19:32:07 2022 +0000

description:
don't disable the spi any more.  it works fine (and i'm booting
from it on one pbp directly to nvme.)

diffstat:

 sys/arch/arm/dts/rk3399-pinebook-pro.dts |  35 --------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

diffs (39 lines):

diff -r c90291d61cce -r 2601734ffc4b sys/arch/arm/dts/rk3399-pinebook-pro.dts
--- a/sys/arch/arm/dts/rk3399-pinebook-pro.dts  Sun Mar 13 18:37:10 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/* $NetBSD: rk3399-pinebook-pro.dts,v 1.5 2021/11/07 17:11:43 jmcneill Exp $ */
-
-/*-
- * Copyright (c) 2021 Jared McNeill <jmcneill%invisible.ca@localhost>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-#include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts"
-#include "rk3399-crypto.dtsi"
-
-&spi1 {
-       /* XXX disable until rkspi issues are sorted out */
-       status = "disabled";
-};



Home | Main Index | Thread Index | Old Index