mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
ab641efe69
Orange Pi R1 Plus is a Rockchip RK3328 based SBC by Xunlong. This device is similar to the NanoPi R2S, and has a 16MB SPI NOR (mx25l12805d). The reset button is changed to directly reset the power supply, another detail is that both network ports have independent MAC addresses. Note: booting from SPI is currently unsupported, you have to install the image on a SD card. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
25 lines
762 B
Diff
25 lines
762 B
Diff
From b46a530d12ada422b9d5b2b97059e0d3ed950b40 Mon Sep 17 00:00:00 2001
|
|
From: Tianling Shen <cnsztl@gmail.com>
|
|
Date: Fri, 19 May 2023 12:38:04 +0800
|
|
Subject: [PATCH] arm64: dts: rockchip: add LED configuration to Orange Pi R1
|
|
Plus
|
|
|
|
Add the correct value for the RTL8153 LED configuration register to
|
|
match the blink behavior of the other port on the device.
|
|
|
|
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
|
|
@@ -362,6 +362,7 @@
|
|
rtl8153: device@2 {
|
|
compatible = "usbbda,8153";
|
|
reg = <2>;
|
|
+ realtek,led-data = <0x87>;
|
|
};
|
|
};
|
|
|