From 329caf6c1c0b6267146bd39199ccf62c387784c0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 11 Jan 2020 16:52:26 +0000 Subject: [PATCH] Cleanup --- Documentation/boards/orangepi.md | 20 -------------------- Documentation/kernel.md | 1 - 2 files changed, 21 deletions(-) delete mode 100644 Documentation/boards/orangepi.md diff --git a/Documentation/boards/orangepi.md b/Documentation/boards/orangepi.md deleted file mode 100644 index a5f2e82f061..00000000000 --- a/Documentation/boards/orangepi.md +++ /dev/null @@ -1,20 +0,0 @@ -# Raspberry PI - -Supported Hardware: - -| Device | Board | -|--------|-----------| -| Orange Pi Prime | opi-prime | - -## Serial console - -The serial port on the Orange Pi Prime is a 3 pin header located between the -power and reset buttons. The pins are labelled away from the board edge. Flow -control must be disabled in order to send data. The serial specs are 3.3V TTL, -115200,8,n,1 - -## I2C - -Add `dtparam=i2c0=on` to `cmdline.txt` - -[config]: ../configuration.md#automatic diff --git a/Documentation/kernel.md b/Documentation/kernel.md index 4ac5c52f35b..4c537a2ff02 100644 --- a/Documentation/kernel.md +++ b/Documentation/kernel.md @@ -9,5 +9,4 @@ | Odroid-C2 | 5.4.6 | | Odroid-N2 | 5.4.6 | | Odroid-XU4 | 5.4.6 | -| Orangepi-Prime | 4.19.88 | | Intel NUC | 4.19.88 |