mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-24 05:48:41 +00:00
- Chanaged default x.org configuration to disable glamor - Reintroduce patch to use DRM cursor plane as overlay in rk322x-current and -dev - Updated wifi patches for kernel 5.8.10 - Bumped rk322x to u-boot v2020.07, removed reserved zones from device trees - Updated OPTEE to v3.10, using ddrbin v1.10 - Bumped rk322x-current to kernel 5.8.y - Imported new patches from knaerzche's LibreELEC fork for rk322x-dev (kernel 5.8.y) - Adjusted existing patches to match changes, updated rk322x-dev kernel config file - Add default modprobe conf file for esp8089 to force the crystal frequency to 40Mhz for rk322x targets - Removed ssv6051 firmware packages to move to armbian-firmware repository - Switching ssv6051-wifi.cfg to /lib/firmware for rk322x-legacy - Removed P2P interface for esp8089 driver for rk322x-legacy - Optimized ssv6051 performance: kernel module gains -Os flag, disabled p2p interface, enabled HW crypto for CCMP cipher - Enabled remote control interface, IR GPIO kernel module and HDMI CEC modules
93 lines
3.4 KiB
Diff
93 lines
3.4 KiB
Diff
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
|
|
index be46697e1..b2a0246fb 100644
|
|
--- a/arch/arm/boot/dts/rk322x.dtsi
|
|
+++ b/arch/arm/boot/dts/rk322x.dtsi
|
|
@@ -843,6 +843,22 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ nfc: nand-controller@ff4b0000 {
|
|
+ compatible = "rockchip,rk3228_nfc";
|
|
+ reg = <0x30030000 0x4000>;
|
|
+ interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
|
|
+ clock-names = "nfc", "ahb";
|
|
+ assigned-clocks = <&cru SCLK_NANDC>;
|
|
+ assigned-clock-rates = <150000000>;
|
|
+
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&flash_cs0 &flash_rdy &flash_ale &flash_cle
|
|
+ &flash_wrn &flash_rdn &flash_bus8>;
|
|
+ status = "disabled";
|
|
+
|
|
+ };
|
|
+
|
|
usb_otg: usb@30040000 {
|
|
compatible = "rockchip,rk3228-usb", "rockchip,rk3066-usb",
|
|
"snps,dwc2";
|
|
@@ -1105,6 +1121,65 @@
|
|
};
|
|
};
|
|
|
|
+ flash {
|
|
+
|
|
+ flash_cs0: flash-cs0 {
|
|
+ rockchip,pins = <2 RK_PA6 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_cs1: flash-cs1 {
|
|
+ rockchip,pins = <0 RK_PC7 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_cs2: flash-cs2 {
|
|
+ rockchip,pins = <1 RK_PC6 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_cs3: flash-cs3 {
|
|
+ rockchip,pins = <1 RK_PC7 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_rdy: flash-rdy {
|
|
+ rockchip,pins = <2 RK_PA4 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_ale: flash-ale {
|
|
+ rockchip,pins = <2 RK_PA0 1 &pcfg_pull_down>;
|
|
+ };
|
|
+
|
|
+ flash_cle: flash-cle {
|
|
+ rockchip,pins = <2 RK_PA1 1 &pcfg_pull_down>;
|
|
+ };
|
|
+
|
|
+ flash_wrn: flash-wrn {
|
|
+ rockchip,pins = <2 RK_PA2 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_rdn: flash-rdn {
|
|
+ rockchip,pins = <2 RK_PA3 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_bus8: flash-bus8 {
|
|
+ rockchip,pins = <1 RK_PD0 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD1 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD2 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD3 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD4 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD5 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD6 1 &pcfg_pull_up>,
|
|
+ <1 RK_PD7 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_dqs: flash-dqs {
|
|
+ rockchip,pins = <2 RK_PA7 1 &pcfg_pull_up>;
|
|
+ };
|
|
+
|
|
+ flash_wp: flash-wp {
|
|
+ rockchip,pins = <2 RK_PA5 1 &pcfg_pull_down>;
|
|
+ };
|
|
+
|
|
+ };
|
|
+
|
|
gmac {
|
|
rgmii_pins: rgmii-pins {
|
|
rockchip,pins = <2 RK_PB6 1 &pcfg_pull_none>,
|