mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
mediatek: switch to Linux 6.6
Switch to Linux kernel version 6.6 and drop configs, files and patches for Linux 6.1. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
fb2475e6bd
commit
6257ea018a
@ -8,8 +8,7 @@ BOARDNAME:=MediaTek Ralink ARM
|
|||||||
SUBTARGETS:=mt7622 mt7623 mt7629 filogic
|
SUBTARGETS:=mt7622 mt7623 mt7629 filogic
|
||||||
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
|
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
|
||||||
|
|
||||||
KERNEL_PATCHVER:=6.1
|
KERNEL_PATCHVER:=6.6
|
||||||
KERNEL_TESTING_PATCHVER:=6.6
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7981-rfb", "mediatek,mt7981";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&gmac1>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-handle = <&phy5>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
reset-gpios = <&pio 14 GPIO_ACTIVE_LOW>;
|
|
||||||
reset-delay-us = <600>;
|
|
||||||
reset-post-delay-us = <20000>;
|
|
||||||
|
|
||||||
phy5: ethernet-phy@5 {
|
|
||||||
reg = <5>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,33 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7981-rfb", "mediatek,mt7981";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&sw_p5>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-handle = <&phy5>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
reset-gpios = <&pio 14 GPIO_ACTIVE_LOW>;
|
|
||||||
reset-delay-us = <600>;
|
|
||||||
reset-post-delay-us = <20000>;
|
|
||||||
|
|
||||||
phy5: ethernet-phy@5 {
|
|
||||||
reg = <5>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,66 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7981-rfb", "mediatek,mt7981";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&spi0>;
|
|
||||||
__overlay__ {
|
|
||||||
status = "okay";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
spi_nand: spi_nand@0 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "spi-nand";
|
|
||||||
reg = <1>;
|
|
||||||
spi-max-frequency = <10000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@100000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x0100000 0x0080000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
factory: partition@180000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x180000 0x0200000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@380000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x380000 0x0200000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@580000 {
|
|
||||||
label = "ubi";
|
|
||||||
reg = <0x580000 0x4000000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&wifi>;
|
|
||||||
__overlay__ {
|
|
||||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,188 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
#include "mt7981.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7981 RFB";
|
|
||||||
compatible = "mediatek,mt7981-rfb", "mediatek,mt7981";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
reg = <0 0x40000000 0 0x20000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_3p3v: regulator-3p3v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-3.3V";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_5v: regulator-5v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-5V";
|
|
||||||
regulator-min-microvolt = <5000000>;
|
|
||||||
regulator-max-microvolt = <5000000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio-keys {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
reset {
|
|
||||||
label = "reset";
|
|
||||||
linux,code = <KEY_RESTART>;
|
|
||||||
gpios = <&pio 1 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
wps {
|
|
||||||
label = "wps";
|
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
|
||||||
gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
gmac0: mac@0 {
|
|
||||||
compatible = "mediatek,eth-mac";
|
|
||||||
reg = <0>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gmac1: mac@1 {
|
|
||||||
compatible = "mediatek,eth-mac";
|
|
||||||
reg = <1>;
|
|
||||||
phy-mode = "gmii";
|
|
||||||
phy-handle = <&int_gbe_phy>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio_bus {
|
|
||||||
switch: switch@1f {
|
|
||||||
compatible = "mediatek,mt7531";
|
|
||||||
reg = <31>;
|
|
||||||
interrupt-controller;
|
|
||||||
#interrupt-cells = <1>;
|
|
||||||
interrupt-parent = <&pio>;
|
|
||||||
interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&crypto {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pio {
|
|
||||||
spi0_flash_pins: spi0-pins {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
groups = "spi0", "spi0_wp_hold";
|
|
||||||
};
|
|
||||||
conf-pu {
|
|
||||||
pins = "SPI0_CS", "SPI0_HOLD", "SPI0_WP";
|
|
||||||
drive-strength = <MTK_DRIVE_8mA>;
|
|
||||||
bias-pull-up = <MTK_PUPD_SET_R1R0_11>;
|
|
||||||
};
|
|
||||||
conf-pd {
|
|
||||||
pins = "SPI0_CLK", "SPI0_MOSI", "SPI0_MISO";
|
|
||||||
drive-strength = <MTK_DRIVE_8mA>;
|
|
||||||
bias-pull-down = <MTK_PUPD_SET_R1R0_11>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi0_flash_pins>;
|
|
||||||
cs-gpios = <0>, <0>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch {
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
reg = <2>;
|
|
||||||
label = "lan3";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
sw_p5: port@5 {
|
|
||||||
reg = <5>;
|
|
||||||
label = "lan5";
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@6 {
|
|
||||||
reg = <6>;
|
|
||||||
ethernet = <&gmac0>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&xhci {
|
|
||||||
vusb33-supply = <®_3p3v>;
|
|
||||||
vbus-supply = <®_5v>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb_phy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&watchdog {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,822 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (c) 2020 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
* Author: Jianhui Zhao <zhaojh329@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
||||||
#include <dt-bindings/phy/phy.h>
|
|
||||||
#include <dt-bindings/clock/mediatek,mt7981-clk.h>
|
|
||||||
#include <dt-bindings/reset/mt7986-resets.h>
|
|
||||||
#include <dt-bindings/pinctrl/mt65xx.h>
|
|
||||||
#include <dt-bindings/leds/common.h>
|
|
||||||
#include <dt-bindings/input/linux-event-codes.h>
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
#include <dt-bindings/mux/mux.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7981";
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
|
|
||||||
cpus {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
cpu@0 {
|
|
||||||
compatible = "arm,cortex-a53";
|
|
||||||
reg = <0x0>;
|
|
||||||
device_type = "cpu";
|
|
||||||
enable-method = "psci";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu@1 {
|
|
||||||
compatible = "arm,cortex-a53";
|
|
||||||
reg = <0x1>;
|
|
||||||
device_type = "cpu";
|
|
||||||
enable-method = "psci";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ice: ice_debug {
|
|
||||||
compatible = "mediatek,mt7981-ice_debug", "mediatek,mt2701-ice_debug";
|
|
||||||
clocks = <&infracfg CLK_INFRA_DBG_CK>;
|
|
||||||
clock-names = "ice_dbg";
|
|
||||||
};
|
|
||||||
|
|
||||||
clk40m: oscillator-40m {
|
|
||||||
compatible = "fixed-clock";
|
|
||||||
clock-frequency = <40000000>;
|
|
||||||
clock-output-names = "clkxtal";
|
|
||||||
#clock-cells = <0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
psci {
|
|
||||||
compatible = "arm,psci-0.2";
|
|
||||||
method = "smc";
|
|
||||||
};
|
|
||||||
|
|
||||||
fan: pwm-fan {
|
|
||||||
compatible = "pwm-fan";
|
|
||||||
/* cooling level (0, 1, 2, 3, 4, 5, 6, 7) : (0%/25%/37.5%/50%/62.5%/75%/87.5%/100% duty) */
|
|
||||||
cooling-levels = <0 63 95 127 159 191 223 255>;
|
|
||||||
#cooling-cells = <2>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_3p3v: regulator-3p3v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-3.3V";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
reserved-memory {
|
|
||||||
ranges;
|
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
|
|
||||||
/* 64 KiB reserved for ramoops/pstore */
|
|
||||||
ramoops@42ff0000 {
|
|
||||||
compatible = "ramoops";
|
|
||||||
reg = <0 0x42ff0000 0 0x10000>;
|
|
||||||
record-size = <0x1000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
|
|
||||||
secmon_reserved: secmon@43000000 {
|
|
||||||
reg = <0 0x43000000 0 0x30000>;
|
|
||||||
no-map;
|
|
||||||
};
|
|
||||||
|
|
||||||
wmcpu_emi: wmcpu-reserved@47c80000 {
|
|
||||||
reg = <0 0x47c80000 0 0x100000>;
|
|
||||||
no-map;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_emi0: wo-emi@47d80000 {
|
|
||||||
reg = <0 0x47d80000 0 0x40000>;
|
|
||||||
no-map;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_data: wo-data@47dc0000 {
|
|
||||||
reg = <0 0x47dc0000 0 0x240000>;
|
|
||||||
no-map;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
soc {
|
|
||||||
compatible = "simple-bus";
|
|
||||||
ranges;
|
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
|
|
||||||
gic: interrupt-controller@c000000 {
|
|
||||||
compatible = "arm,gic-v3";
|
|
||||||
reg = <0 0x0c000000 0 0x40000>, /* GICD */
|
|
||||||
<0 0x0c080000 0 0x200000>; /* GICR */
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
interrupt-controller;
|
|
||||||
#interrupt-cells = <3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
consys: consys@10000000 {
|
|
||||||
compatible = "mediatek,mt7981-consys";
|
|
||||||
reg = <0 0x10000000 0 0x8600000>;
|
|
||||||
memory-region = <&wmcpu_emi>;
|
|
||||||
};
|
|
||||||
|
|
||||||
infracfg: clock-controller@10001000 {
|
|
||||||
compatible = "mediatek,mt7981-infracfg", "syscon";
|
|
||||||
reg = <0 0x10001000 0 0x1000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wed_pcie: wed_pcie@10003000 {
|
|
||||||
compatible = "mediatek,wed_pcie";
|
|
||||||
reg = <0 0x10003000 0 0x10>;
|
|
||||||
};
|
|
||||||
|
|
||||||
topckgen: clock-controller@1001b000 {
|
|
||||||
compatible = "mediatek,mt7981-topckgen", "syscon";
|
|
||||||
reg = <0 0x1001b000 0 0x1000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
watchdog: watchdog@1001c000 {
|
|
||||||
compatible = "mediatek,mt7986-wdt",
|
|
||||||
"mediatek,mt6589-wdt";
|
|
||||||
reg = <0 0x1001c000 0 0x1000>;
|
|
||||||
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
#reset-cells = <1>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
apmixedsys: clock-controller@1001e000 {
|
|
||||||
compatible = "mediatek,mt7981-apmixedsys", "syscon";
|
|
||||||
reg = <0 0x1001e000 0 0x1000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
pwm: pwm@10048000 {
|
|
||||||
compatible = "mediatek,mt7981-pwm";
|
|
||||||
reg = <0 0x10048000 0 0x1000>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_PWM_STA>,
|
|
||||||
<&infracfg CLK_INFRA_PWM_HCK>,
|
|
||||||
<&infracfg CLK_INFRA_PWM1_CK>,
|
|
||||||
<&infracfg CLK_INFRA_PWM2_CK>,
|
|
||||||
<&infracfg CLK_INFRA_PWM3_CK>;
|
|
||||||
clock-names = "top", "main", "pwm1", "pwm2", "pwm3";
|
|
||||||
#pwm-cells = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
sgmiisys0: syscon@10060000 {
|
|
||||||
compatible = "mediatek,mt7981-sgmiisys_0", "syscon";
|
|
||||||
reg = <0 0x10060000 0 0x1000>;
|
|
||||||
mediatek,pnswap;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
sgmiisys1: syscon@10070000 {
|
|
||||||
compatible = "mediatek,mt7981-sgmiisys_1", "syscon";
|
|
||||||
reg = <0 0x10070000 0 0x1000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
crypto: crypto@10320000 {
|
|
||||||
compatible = "inside-secure,safexcel-eip97";
|
|
||||||
reg = <0 0x10320000 0 0x40000>;
|
|
||||||
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
interrupt-names = "ring0", "ring1", "ring2", "ring3";
|
|
||||||
clocks = <&topckgen CLK_TOP_EIP97B>;
|
|
||||||
clock-names = "top_eip97_ck";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_EIP97B_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_NET1_D5>;
|
|
||||||
};
|
|
||||||
|
|
||||||
uart0: serial@11002000 {
|
|
||||||
compatible = "mediatek,mt6577-uart";
|
|
||||||
reg = <0 0x11002000 0 0x400>;
|
|
||||||
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_UART0_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART0_CK>;
|
|
||||||
clock-names = "baud", "bus";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_UART_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART0_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_CKSQ_40M>,
|
|
||||||
<&topckgen CLK_TOP_UART_SEL>;
|
|
||||||
pinctrl-0 = <&uart0_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
uart1: serial@11003000 {
|
|
||||||
compatible = "mediatek,mt6577-uart";
|
|
||||||
reg = <0 0x11003000 0 0x400>;
|
|
||||||
interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_UART1_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART1_CK>;
|
|
||||||
clock-names = "baud", "bus";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_UART_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART1_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_CKSQ_40M>,
|
|
||||||
<&topckgen CLK_TOP_UART_SEL>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
uart2: serial@11004000 {
|
|
||||||
compatible = "mediatek,mt6577-uart";
|
|
||||||
reg = <0 0x11004000 0 0x400>;
|
|
||||||
interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_UART2_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART2_CK>;
|
|
||||||
clock-names = "baud", "bus";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_UART_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_UART2_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_CKSQ_40M>,
|
|
||||||
<&topckgen CLK_TOP_UART_SEL>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
snand: snfi@11005000 {
|
|
||||||
compatible = "mediatek,mt7986-snand";
|
|
||||||
reg = <0 0x11005000 0 0x1000>, <0 0x11006000 0 0x1000>;
|
|
||||||
reg-names = "nfi", "ecc";
|
|
||||||
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_SPINFI1_CK>,
|
|
||||||
<&infracfg CLK_INFRA_NFI1_CK>,
|
|
||||||
<&infracfg CLK_INFRA_NFI_HCK_CK>;
|
|
||||||
clock-names = "pad_clk", "nfi_clk", "nfi_hclk";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_SPINFI_SEL>,
|
|
||||||
<&topckgen CLK_TOP_NFI1X_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_M_D8>,
|
|
||||||
<&topckgen CLK_TOP_CB_M_D8>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c0: i2c@11007000 {
|
|
||||||
compatible = "mediatek,mt7981-i2c";
|
|
||||||
reg = <0 0x11007000 0 0x1000>,
|
|
||||||
<0 0x10217080 0 0x80>;
|
|
||||||
interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clock-div = <1>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_I2C0_CK>,
|
|
||||||
<&infracfg CLK_INFRA_AP_DMA_CK>,
|
|
||||||
<&infracfg CLK_INFRA_I2C_MCK_CK>,
|
|
||||||
<&infracfg CLK_INFRA_I2C_PCK_CK>;
|
|
||||||
clock-names = "main", "dma", "arb", "pmic";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
spi2: spi@11009000 {
|
|
||||||
compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
|
||||||
reg = <0 0x11009000 0 0x100>;
|
|
||||||
interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&topckgen CLK_TOP_CB_M_D2>,
|
|
||||||
<&topckgen CLK_TOP_SPI_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_SPI2_CK>,
|
|
||||||
<&infracfg CLK_INFRA_SPI2_HCK_CK>;
|
|
||||||
clock-names = "parent-clk", "sel-clk", "spi-clk", "hclk";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
spi0: spi@1100a000 {
|
|
||||||
compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
|
||||||
reg = <0 0x1100a000 0 0x100>;
|
|
||||||
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&topckgen CLK_TOP_CB_M_D2>,
|
|
||||||
<&topckgen CLK_TOP_SPI_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_SPI0_CK>,
|
|
||||||
<&infracfg CLK_INFRA_SPI0_HCK_CK>;
|
|
||||||
clock-names = "parent-clk", "sel-clk", "spi-clk", "hclk";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
spi1: spi@1100b000 {
|
|
||||||
compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
|
||||||
reg = <0 0x1100b000 0 0x100>;
|
|
||||||
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&topckgen CLK_TOP_CB_M_D2>,
|
|
||||||
<&topckgen CLK_TOP_SPIM_MST_SEL>,
|
|
||||||
<&infracfg CLK_INFRA_SPI1_CK>,
|
|
||||||
<&infracfg CLK_INFRA_SPI1_HCK_CK>;
|
|
||||||
clock-names = "parent-clk", "sel-clk", "spi-clk", "hclk";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
thermal: thermal@1100c800 {
|
|
||||||
compatible = "mediatek,mt7981-thermal", "mediatek,mt7986-thermal";
|
|
||||||
reg = <0 0x1100c800 0 0x800>;
|
|
||||||
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_THERM_CK>,
|
|
||||||
<&infracfg CLK_INFRA_ADC_26M_CK>;
|
|
||||||
clock-names = "therm", "auxadc";
|
|
||||||
nvmem-cells = <&thermal_calibration>;
|
|
||||||
nvmem-cell-names = "calibration-data";
|
|
||||||
#thermal-sensor-cells = <1>;
|
|
||||||
mediatek,auxadc = <&auxadc>;
|
|
||||||
mediatek,apmixedsys = <&apmixedsys>;
|
|
||||||
};
|
|
||||||
|
|
||||||
auxadc: adc@1100d000 {
|
|
||||||
compatible = "mediatek,mt7981-auxadc",
|
|
||||||
"mediatek,mt7986-auxadc",
|
|
||||||
"mediatek,mt7622-auxadc";
|
|
||||||
reg = <0 0x1100d000 0 0x1000>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_ADC_26M_CK>,
|
|
||||||
<&infracfg CLK_INFRA_ADC_FRC_CK>;
|
|
||||||
clock-names = "main", "32k";
|
|
||||||
#io-channel-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
xhci: usb@11200000 {
|
|
||||||
compatible = "mediatek,mt7986-xhci",
|
|
||||||
"mediatek,mtk-xhci";
|
|
||||||
reg = <0 0x11200000 0 0x2e00>,
|
|
||||||
<0 0x11203e00 0 0x0100>;
|
|
||||||
reg-names = "mac", "ippc";
|
|
||||||
interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_IUSB_SYS_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IUSB_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IUSB_133_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IUSB_66M_CK>,
|
|
||||||
<&topckgen CLK_TOP_U2U3_XHCI_SEL>;
|
|
||||||
clock-names = "sys_ck",
|
|
||||||
"ref_ck",
|
|
||||||
"mcu_ck",
|
|
||||||
"dma_ck",
|
|
||||||
"xhci_ck";
|
|
||||||
phys = <&u2port0 PHY_TYPE_USB2>,
|
|
||||||
<&u3port0 PHY_TYPE_USB3>;
|
|
||||||
vusb33-supply = <®_3p3v>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
afe: audio-controller@11210000 {
|
|
||||||
compatible = "mediatek,mt79xx-audio";
|
|
||||||
reg = <0 0x11210000 0 0x9000>;
|
|
||||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_AUD_BUS_CK>,
|
|
||||||
<&infracfg CLK_INFRA_AUD_26M_CK>,
|
|
||||||
<&infracfg CLK_INFRA_AUD_L_CK>,
|
|
||||||
<&infracfg CLK_INFRA_AUD_AUD_CK>,
|
|
||||||
<&infracfg CLK_INFRA_AUD_EG2_CK>,
|
|
||||||
<&topckgen CLK_TOP_AUD_SEL>;
|
|
||||||
clock-names = "aud_bus_ck",
|
|
||||||
"aud_26m_ck",
|
|
||||||
"aud_l_ck",
|
|
||||||
"aud_aud_ck",
|
|
||||||
"aud_eg2_ck",
|
|
||||||
"aud_sel";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_AUD_SEL>,
|
|
||||||
<&topckgen CLK_TOP_A1SYS_SEL>,
|
|
||||||
<&topckgen CLK_TOP_AUD_L_SEL>,
|
|
||||||
<&topckgen CLK_TOP_A_TUNER_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_APLL2_196M>,
|
|
||||||
<&topckgen CLK_TOP_APLL2_D4>,
|
|
||||||
<&topckgen CLK_TOP_CB_APLL2_196M>,
|
|
||||||
<&topckgen CLK_TOP_APLL2_D4>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
mmc0: mmc@11230000 {
|
|
||||||
compatible = "mediatek,mt7986-mmc", "mediatek,mt7981-mmc";
|
|
||||||
reg = <0 0x11230000 0 0x1000>, <0 0x11c20000 0 0x1000>;
|
|
||||||
interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_MSDC_CK>,
|
|
||||||
<&infracfg CLK_INFRA_MSDC_HCK_CK>,
|
|
||||||
<&infracfg CLK_INFRA_MSDC_66M_CK>,
|
|
||||||
<&infracfg CLK_INFRA_MSDC_133M_CK>;
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_EMMC_208M_SEL>,
|
|
||||||
<&topckgen CLK_TOP_EMMC_400M_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_M_D2>,
|
|
||||||
<&topckgen CLK_TOP_CB_NET2_D2>;
|
|
||||||
clock-names = "source", "hclk", "axi_cg", "ahb_cg";
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
pcie: pcie@11280000 {
|
|
||||||
compatible = "mediatek,mt7981-pcie",
|
|
||||||
"mediatek,mt7986-pcie";
|
|
||||||
reg = <0 0x11280000 0 0x4000>;
|
|
||||||
reg-names = "pcie-mac";
|
|
||||||
ranges = <0x82000000 0 0x20000000
|
|
||||||
0x0 0x20000000 0 0x10000000>;
|
|
||||||
device_type = "pci";
|
|
||||||
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
bus-range = <0x00 0xff>;
|
|
||||||
clocks = <&infracfg CLK_INFRA_IPCIE_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IPCIE_PIPE_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IPCIER_CK>,
|
|
||||||
<&infracfg CLK_INFRA_IPCIEB_CK>;
|
|
||||||
phys = <&u3port0 PHY_TYPE_PCIE>;
|
|
||||||
phy-names = "pcie-phy";
|
|
||||||
interrupt-map-mask = <0 0 0 7>;
|
|
||||||
interrupt-map = <0 0 0 1 &pcie_intc 0>,
|
|
||||||
<0 0 0 2 &pcie_intc 1>,
|
|
||||||
<0 0 0 3 &pcie_intc 2>,
|
|
||||||
<0 0 0 4 &pcie_intc 3>;
|
|
||||||
#interrupt-cells = <1>;
|
|
||||||
#address-cells = <3>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
pcie_intc: interrupt-controller {
|
|
||||||
interrupt-controller;
|
|
||||||
#interrupt-cells = <1>;
|
|
||||||
#address-cells = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
pio: pinctrl@11d00000 {
|
|
||||||
compatible = "mediatek,mt7981-pinctrl";
|
|
||||||
reg = <0 0x11d00000 0 0x1000>,
|
|
||||||
<0 0x11c00000 0 0x1000>,
|
|
||||||
<0 0x11c10000 0 0x1000>,
|
|
||||||
<0 0x11d20000 0 0x1000>,
|
|
||||||
<0 0x11e00000 0 0x1000>,
|
|
||||||
<0 0x11e20000 0 0x1000>,
|
|
||||||
<0 0x11f00000 0 0x1000>,
|
|
||||||
<0 0x11f10000 0 0x1000>,
|
|
||||||
<0 0x1000b000 0 0x1000>;
|
|
||||||
reg-names = "gpio", "iocfg_rt", "iocfg_rm",
|
|
||||||
"iocfg_rb", "iocfg_lb", "iocfg_bl",
|
|
||||||
"iocfg_tm", "iocfg_tl", "eint";
|
|
||||||
gpio-controller;
|
|
||||||
#gpio-cells = <2>;
|
|
||||||
gpio-ranges = <&pio 0 0 56>;
|
|
||||||
interrupt-controller;
|
|
||||||
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
#interrupt-cells = <2>;
|
|
||||||
|
|
||||||
mdio_pins: mdc-mdio-pins {
|
|
||||||
mux {
|
|
||||||
function = "eth";
|
|
||||||
groups = "smi_mdc_mdio";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
uart0_pins: uart0-pins {
|
|
||||||
mux {
|
|
||||||
function = "uart";
|
|
||||||
groups = "uart0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
wifi_dbdc_pins: wifi-dbdc-pins {
|
|
||||||
mux {
|
|
||||||
function = "eth";
|
|
||||||
groups = "wf0_mode1";
|
|
||||||
};
|
|
||||||
|
|
||||||
conf {
|
|
||||||
pins = "WF_HB1", "WF_HB2", "WF_HB3", "WF_HB4",
|
|
||||||
"WF_HB0", "WF_HB0_B", "WF_HB5", "WF_HB6",
|
|
||||||
"WF_HB7", "WF_HB8", "WF_HB9", "WF_HB10",
|
|
||||||
"WF_TOP_CLK", "WF_TOP_DATA", "WF_XO_REQ",
|
|
||||||
"WF_CBA_RESETB", "WF_DIG_RESETB";
|
|
||||||
drive-strength = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gbe_led0_pins: gbe-led0-pins {
|
|
||||||
mux {
|
|
||||||
function = "led";
|
|
||||||
groups = "gbe_led0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gbe_led1_pins: gbe-led1-pins {
|
|
||||||
mux {
|
|
||||||
function = "led";
|
|
||||||
groups = "gbe_led1";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
topmisc: topmisc@11d10000 {
|
|
||||||
compatible = "mediatek,mt7981-topmisc", "syscon";
|
|
||||||
reg = <0 0x11d10000 0 0x10000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
usb_phy: usb-phy@11e10000 {
|
|
||||||
compatible = "mediatek,mt7981",
|
|
||||||
"mediatek,generic-tphy-v2";
|
|
||||||
ranges = <0 0 0x11e10000 0x1700>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
u2port0: usb-phy@0 {
|
|
||||||
reg = <0x0 0x700>;
|
|
||||||
clocks = <&topckgen CLK_TOP_USB_FRMCNT_SEL>;
|
|
||||||
clock-names = "ref";
|
|
||||||
#phy-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
u3port0: usb-phy@700 {
|
|
||||||
reg = <0x700 0x900>;
|
|
||||||
clocks = <&topckgen CLK_TOP_USB3_PHY_SEL>;
|
|
||||||
clock-names = "ref";
|
|
||||||
#phy-cells = <1>;
|
|
||||||
mediatek,syscon-type = <&topmisc 0x218 0>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
efuse: efuse@11f20000 {
|
|
||||||
compatible = "mediatek,mt7981-efuse",
|
|
||||||
"mediatek,efuse";
|
|
||||||
reg = <0 0x11f20000 0 0x1000>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
thermal_calibration: thermal-calib@274 {
|
|
||||||
reg = <0x274 0xc>;
|
|
||||||
};
|
|
||||||
|
|
||||||
phy_calibration: phy-calib@8dc {
|
|
||||||
reg = <0x8dc 0x10>;
|
|
||||||
};
|
|
||||||
|
|
||||||
comb_rx_imp_p0: usb3-rx-imp@8c8 {
|
|
||||||
reg = <0x8c8 1>;
|
|
||||||
bits = <0 5>;
|
|
||||||
};
|
|
||||||
|
|
||||||
comb_tx_imp_p0: usb3-tx-imp@8c8 {
|
|
||||||
reg = <0x8c8 2>;
|
|
||||||
bits = <5 5>;
|
|
||||||
};
|
|
||||||
|
|
||||||
comb_intr_p0: usb3-intr@8c9 {
|
|
||||||
reg = <0x8c9 1>;
|
|
||||||
bits = <2 6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ethsys: clock-controller@15000000 {
|
|
||||||
compatible = "mediatek,mt7981-ethsys",
|
|
||||||
"syscon";
|
|
||||||
reg = <0 0x15000000 0 0x1000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
#reset-cells = <1>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wed: wed@15010000 {
|
|
||||||
compatible = "mediatek,mt7981-wed",
|
|
||||||
"mediatek,mt7986-wed",
|
|
||||||
"syscon";
|
|
||||||
reg = <0 0x15010000 0 0x1000>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
memory-region = <&wo_emi0>, <&wo_data>;
|
|
||||||
memory-region-names = "wo-emi", "wo-data";
|
|
||||||
mediatek,wo-ccif = <&wo_ccif0>;
|
|
||||||
mediatek,wo-ilm = <&wo_ilm0>;
|
|
||||||
mediatek,wo-dlm = <&wo_dlm0>;
|
|
||||||
mediatek,wo-cpuboot = <&wo_cpuboot>;
|
|
||||||
};
|
|
||||||
|
|
||||||
eth: ethernet@15100000 {
|
|
||||||
compatible = "mediatek,mt7981-eth";
|
|
||||||
reg = <0 0x15100000 0 0x80000>;
|
|
||||||
interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <ðsys CLK_ETH_FE_EN>,
|
|
||||||
<ðsys CLK_ETH_GP2_EN>,
|
|
||||||
<ðsys CLK_ETH_GP1_EN>,
|
|
||||||
<ðsys CLK_ETH_WOCPU0_EN>,
|
|
||||||
<&sgmiisys0 CLK_SGM0_TX_EN>,
|
|
||||||
<&sgmiisys0 CLK_SGM0_RX_EN>,
|
|
||||||
<&sgmiisys0 CLK_SGM0_CK0_EN>,
|
|
||||||
<&sgmiisys0 CLK_SGM0_CDR_CK0_EN>,
|
|
||||||
<&sgmiisys1 CLK_SGM1_TX_EN>,
|
|
||||||
<&sgmiisys1 CLK_SGM1_RX_EN>,
|
|
||||||
<&sgmiisys1 CLK_SGM1_CK1_EN>,
|
|
||||||
<&sgmiisys1 CLK_SGM1_CDR_CK1_EN>,
|
|
||||||
<&topckgen CLK_TOP_SGM_REG>,
|
|
||||||
<&topckgen CLK_TOP_NETSYS_SEL>,
|
|
||||||
<&topckgen CLK_TOP_NETSYS_500M_SEL>;
|
|
||||||
clock-names = "fe", "gp2", "gp1", "wocpu0",
|
|
||||||
"sgmii_tx250m", "sgmii_rx250m",
|
|
||||||
"sgmii_cdr_ref", "sgmii_cdr_fb",
|
|
||||||
"sgmii2_tx250m", "sgmii2_rx250m",
|
|
||||||
"sgmii2_cdr_ref", "sgmii2_cdr_fb",
|
|
||||||
"sgmii_ck", "netsys0", "netsys1";
|
|
||||||
assigned-clocks = <&topckgen CLK_TOP_NETSYS_2X_SEL>,
|
|
||||||
<&topckgen CLK_TOP_SGM_325M_SEL>;
|
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_CB_NET2_800M>,
|
|
||||||
<&topckgen CLK_TOP_CB_SGM_325M>;
|
|
||||||
mediatek,ethsys = <ðsys>;
|
|
||||||
mediatek,sgmiisys = <&sgmiisys0>, <&sgmiisys1>;
|
|
||||||
mediatek,infracfg = <&topmisc>;
|
|
||||||
mediatek,wed = <&wed>;
|
|
||||||
#reset-cells = <1>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
mdio_bus: mdio-bus {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
int_gbe_phy: ethernet-phy@0 {
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c22";
|
|
||||||
reg = <0>;
|
|
||||||
phy-mode = "gmii";
|
|
||||||
phy-is-integrated;
|
|
||||||
nvmem-cells = <&phy_calibration>;
|
|
||||||
nvmem-cell-names = "phy-cal-data";
|
|
||||||
|
|
||||||
leds {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
int_gbe_phy_led0: int-gbe-phy-led0@0 {
|
|
||||||
reg = <0>;
|
|
||||||
function = LED_FUNCTION_LAN;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
int_gbe_phy_led1: int-gbe-phy-led1@1 {
|
|
||||||
reg = <1>;
|
|
||||||
function = LED_FUNCTION_LAN;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
wdma: wdma@15104800 {
|
|
||||||
compatible = "mediatek,wed-wdma";
|
|
||||||
reg = <0 0x15104800 0 0x400>,
|
|
||||||
<0 0x15104c00 0 0x400>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_cpuboot: syscon@15194000 {
|
|
||||||
compatible = "mediatek,mt7986-wo-cpuboot", "syscon";
|
|
||||||
reg = <0 0x15194000 0 0x1000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
ap2woccif: ap2woccif@151a5000 {
|
|
||||||
compatible = "mediatek,ap2woccif";
|
|
||||||
reg = <0 0x151a5000 0 0x1000>,
|
|
||||||
<0 0x151ad000 0 0x1000>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_ccif0: syscon@151a5000 {
|
|
||||||
compatible = "mediatek,mt7986-wo-ccif", "syscon";
|
|
||||||
reg = <0 0x151a5000 0 0x1000>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_ilm0: syscon@151e0000 {
|
|
||||||
compatible = "mediatek,mt7986-wo-ilm", "syscon";
|
|
||||||
reg = <0 0x151e0000 0 0x8000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wo_dlm0: syscon@151e8000 {
|
|
||||||
compatible = "mediatek,mt7986-wo-dlm", "syscon";
|
|
||||||
reg = <0 0x151e8000 0 0x2000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wifi: wifi@18000000 {
|
|
||||||
compatible = "mediatek,mt7981-wmac";
|
|
||||||
reg = <0 0x18000000 0 0x1000000>,
|
|
||||||
<0 0x10003000 0 0x1000>,
|
|
||||||
<0 0x11d10000 0 0x1000>;
|
|
||||||
resets = <&watchdog MT7986_TOPRGU_CONSYS_SW_RST>;
|
|
||||||
reset-names = "consys";
|
|
||||||
pinctrl-0 = <&wifi_dbdc_pins>;
|
|
||||||
pinctrl-names = "dbdc";
|
|
||||||
clocks = <&topckgen CLK_TOP_NETSYS_MCU_SEL>,
|
|
||||||
<&topckgen CLK_TOP_AP2CNN_HOST_SEL>;
|
|
||||||
clock-names = "mcu", "ap2conn";
|
|
||||||
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
memory-region = <&wmcpu_emi>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
thermal-zones {
|
|
||||||
cpu_thermal: cpu-thermal {
|
|
||||||
polling-delay-passive = <1000>;
|
|
||||||
polling-delay = <1000>;
|
|
||||||
thermal-sensors = <&thermal 0>;
|
|
||||||
|
|
||||||
trips {
|
|
||||||
cpu_trip_active_highest: active-highest {
|
|
||||||
temperature = <70000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu_trip_active_high: active-high {
|
|
||||||
temperature = <60000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu_trip_active_med: active-med {
|
|
||||||
temperature = <50000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu_trip_active_low: active-low {
|
|
||||||
temperature = <45000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu_trip_active_lowest: active-lowest {
|
|
||||||
temperature = <40000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
cooling-maps {
|
|
||||||
cpu-active-highest {
|
|
||||||
/* active: set fan to cooling level 7 */
|
|
||||||
cooling-device = <&fan 7 7>;
|
|
||||||
trip = <&cpu_trip_active_highest>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu-active-high {
|
|
||||||
/* active: set fan to cooling level 5 */
|
|
||||||
cooling-device = <&fan 5 5>;
|
|
||||||
trip = <&cpu_trip_active_high>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu-active-med {
|
|
||||||
/* active: set fan to cooling level 3 */
|
|
||||||
cooling-device = <&fan 3 3>;
|
|
||||||
trip = <&cpu_trip_active_med>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu-active-low {
|
|
||||||
/* active: set fan to cooling level 2 */
|
|
||||||
cooling-device = <&fan 2 2>;
|
|
||||||
trip = <&cpu_trip_active_low>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu-active-lowest {
|
|
||||||
/* active: set fan to cooling level 1 */
|
|
||||||
cooling-device = <&fan 1 1>;
|
|
||||||
trip = <&cpu_trip_active_lowest>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
timer {
|
|
||||||
compatible = "arm,armv8-timer";
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
clock-frequency = <13000000>;
|
|
||||||
interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
<GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
<GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
trng {
|
|
||||||
compatible = "mediatek,mt7981-rng";
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,52 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
|
|
||||||
#include "mt7986a-rfb.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7986a-rfb-snand";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
spi_nand: spi_nand@0 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "spi-nand";
|
|
||||||
reg = <1>;
|
|
||||||
spi-max-frequency = <10000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
partition@0 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
partition@100000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x0100000 0x0080000>;
|
|
||||||
};
|
|
||||||
factory: partition@180000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x180000 0x0200000>;
|
|
||||||
};
|
|
||||||
partition@380000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x380000 0x0200000>;
|
|
||||||
};
|
|
||||||
partition@580000 {
|
|
||||||
label = "ubi";
|
|
||||||
reg = <0x580000 0x4000000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&wifi {
|
|
||||||
mediatek,mtd-eeprom = <&factory 0>;
|
|
||||||
};
|
|
@ -1,51 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
|
|
||||||
#include "mt7986a-rfb.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7986a-rfb-snor";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
spi_nor: spi_nor@0 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "jedec,spi-nor";
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <52000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
partition@00000 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0040000>;
|
|
||||||
};
|
|
||||||
partition@40000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x40000 0x0010000>;
|
|
||||||
};
|
|
||||||
factory: partition@50000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x50000 0x00B0000>;
|
|
||||||
};
|
|
||||||
partition@100000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x100000 0x0080000>;
|
|
||||||
};
|
|
||||||
partition@180000 {
|
|
||||||
label = "firmware";
|
|
||||||
reg = <0x180000 0xE00000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&wifi {
|
|
||||||
mediatek,mtd-eeprom = <&factory 0>;
|
|
||||||
};
|
|
@ -1,389 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2021 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
#include "mt7986a.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7986a RFB";
|
|
||||||
compatible = "mediatek,mt7986a-rfb";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
reg = <0 0x40000000 0 0x40000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_1p8v: regulator-1p8v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-1.8V";
|
|
||||||
regulator-min-microvolt = <1800000>;
|
|
||||||
regulator-max-microvolt = <1800000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_3p3v: regulator-3p3v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-3.3V";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_5v: regulator-5v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "fixed-5V";
|
|
||||||
regulator-min-microvolt = <5000000>;
|
|
||||||
regulator-max-microvolt = <5000000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
gmac0: mac@0 {
|
|
||||||
compatible = "mediatek,eth-mac";
|
|
||||||
reg = <0>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gmac1: mac@1 {
|
|
||||||
compatible = "mediatek,eth-mac";
|
|
||||||
reg = <1>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
};
|
|
||||||
|
|
||||||
mdio: mdio-bus {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&wifi {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default", "dbdc";
|
|
||||||
pinctrl-0 = <&wf_2g_5g_pins>;
|
|
||||||
pinctrl-1 = <&wf_dbdc_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio {
|
|
||||||
phy5: phy@5 {
|
|
||||||
compatible = "ethernet-phy-id67c9.de0a";
|
|
||||||
reg = <5>;
|
|
||||||
|
|
||||||
reset-gpios = <&pio 6 1>;
|
|
||||||
reset-deassert-us = <20000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
phy6: phy@6 {
|
|
||||||
compatible = "ethernet-phy-id67c9.de0a";
|
|
||||||
reg = <6>;
|
|
||||||
};
|
|
||||||
|
|
||||||
switch: switch@1f {
|
|
||||||
compatible = "mediatek,mt7531";
|
|
||||||
reg = <31>;
|
|
||||||
reset-gpios = <&pio 5 0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&crypto {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&mmc0 {
|
|
||||||
pinctrl-names = "default", "state_uhs";
|
|
||||||
pinctrl-0 = <&mmc0_pins_default>;
|
|
||||||
pinctrl-1 = <&mmc0_pins_uhs>;
|
|
||||||
bus-width = <8>;
|
|
||||||
max-frequency = <200000000>;
|
|
||||||
cap-mmc-highspeed;
|
|
||||||
mmc-hs200-1_8v;
|
|
||||||
mmc-hs400-1_8v;
|
|
||||||
hs400-ds-delay = <0x14014>;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
vqmmc-supply = <®_1p8v>;
|
|
||||||
non-removable;
|
|
||||||
no-sd;
|
|
||||||
no-sdio;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pcie_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie_phy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pio {
|
|
||||||
mmc0_pins_default: mmc0-pins {
|
|
||||||
mux {
|
|
||||||
function = "emmc";
|
|
||||||
groups = "emmc_51";
|
|
||||||
};
|
|
||||||
conf-cmd-dat {
|
|
||||||
pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
"EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
"EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
input-enable;
|
|
||||||
drive-strength = <4>;
|
|
||||||
mediatek,pull-up-adv = <1>; /* pull-up 10K */
|
|
||||||
};
|
|
||||||
conf-clk {
|
|
||||||
pins = "EMMC_CK";
|
|
||||||
drive-strength = <6>;
|
|
||||||
mediatek,pull-down-adv = <2>; /* pull-down 50K */
|
|
||||||
};
|
|
||||||
conf-ds {
|
|
||||||
pins = "EMMC_DSL";
|
|
||||||
mediatek,pull-down-adv = <2>; /* pull-down 50K */
|
|
||||||
};
|
|
||||||
conf-rst {
|
|
||||||
pins = "EMMC_RSTB";
|
|
||||||
drive-strength = <4>;
|
|
||||||
mediatek,pull-up-adv = <1>; /* pull-up 10K */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
mmc0_pins_uhs: mmc0-uhs-pins {
|
|
||||||
mux {
|
|
||||||
function = "emmc";
|
|
||||||
groups = "emmc_51";
|
|
||||||
};
|
|
||||||
conf-cmd-dat {
|
|
||||||
pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
"EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
"EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
input-enable;
|
|
||||||
drive-strength = <4>;
|
|
||||||
mediatek,pull-up-adv = <1>; /* pull-up 10K */
|
|
||||||
};
|
|
||||||
conf-clk {
|
|
||||||
pins = "EMMC_CK";
|
|
||||||
drive-strength = <6>;
|
|
||||||
mediatek,pull-down-adv = <2>; /* pull-down 50K */
|
|
||||||
};
|
|
||||||
conf-ds {
|
|
||||||
pins = "EMMC_DSL";
|
|
||||||
mediatek,pull-down-adv = <2>; /* pull-down 50K */
|
|
||||||
};
|
|
||||||
conf-rst {
|
|
||||||
pins = "EMMC_RSTB";
|
|
||||||
drive-strength = <4>;
|
|
||||||
mediatek,pull-up-adv = <1>; /* pull-up 10K */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
pcie_pins: pcie-pins {
|
|
||||||
mux {
|
|
||||||
function = "pcie";
|
|
||||||
groups = "pcie_clk", "pcie_wake", "pcie_pereset";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
spic_pins_g2: spic-pins-29-to-32 {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
groups = "spi1_2";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
spi_flash_pins: spi-flash-pins-33-to-38 {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
groups = "spi0", "spi0_wp_hold";
|
|
||||||
};
|
|
||||||
conf-pu {
|
|
||||||
pins = "SPI2_CS", "SPI2_HOLD", "SPI2_WP";
|
|
||||||
drive-strength = <8>;
|
|
||||||
mediatek,pull-up-adv = <0>; /* bias-disable */
|
|
||||||
};
|
|
||||||
conf-pd {
|
|
||||||
pins = "SPI2_CLK", "SPI2_MOSI", "SPI2_MISO";
|
|
||||||
drive-strength = <8>;
|
|
||||||
mediatek,pull-down-adv = <0>; /* bias-disable */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
uart1_pins: uart1-pins {
|
|
||||||
mux {
|
|
||||||
function = "uart";
|
|
||||||
groups = "uart1";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
uart2_pins: uart2-pins {
|
|
||||||
mux {
|
|
||||||
function = "uart";
|
|
||||||
groups = "uart2";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
wf_2g_5g_pins: wf_2g_5g-pins {
|
|
||||||
mux {
|
|
||||||
function = "wifi";
|
|
||||||
groups = "wf_2g", "wf_5g";
|
|
||||||
};
|
|
||||||
conf {
|
|
||||||
pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
"WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
"WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
"WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
"WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
"WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
"WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
drive-strength = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
wf_dbdc_pins: wf_dbdc-pins {
|
|
||||||
mux {
|
|
||||||
function = "wifi";
|
|
||||||
groups = "wf_dbdc";
|
|
||||||
};
|
|
||||||
conf {
|
|
||||||
pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
"WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
"WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
"WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
"WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
"WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
"WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
drive-strength = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi_flash_pins>;
|
|
||||||
cs-gpios = <0>, <0>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi1 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spic_pins_g2>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
proslic_spi: proslic_spi@0 {
|
|
||||||
compatible = "silabs,proslic_spi";
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <10000000>;
|
|
||||||
spi-cpha = <1>;
|
|
||||||
spi-cpol = <1>;
|
|
||||||
channel_count = <1>;
|
|
||||||
debug_level = <4>; /* 1 = TRC, 2 = DBG, 4 = ERR */
|
|
||||||
reset_gpio = <&pio 7 0>;
|
|
||||||
ig,enable-spi = <1>; /* 1: Enable, 0: Disable */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-connection-type = "2500base-x";
|
|
||||||
phy-handle = <&phy6>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch {
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
reg = <2>;
|
|
||||||
label = "lan3";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@4 {
|
|
||||||
reg = <4>;
|
|
||||||
label = "wan";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@5 {
|
|
||||||
reg = <5>;
|
|
||||||
label = "lan6";
|
|
||||||
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-handle = <&phy5>;
|
|
||||||
};
|
|
||||||
|
|
||||||
port@6 {
|
|
||||||
reg = <6>;
|
|
||||||
ethernet = <&gmac0>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
pause;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&ssusb {
|
|
||||||
vusb33-supply = <®_3p3v>;
|
|
||||||
vbus-supply = <®_5v>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart1 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&uart1_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&uart2_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb_phy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,62 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2021 MediaTek Inc.
|
|
||||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "bananapi,bpi-r4", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target-path = "/soc/mmc@11230000";
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default", "state_uhs";
|
|
||||||
pinctrl-0 = <&mmc0_pins_emmc_51>;
|
|
||||||
pinctrl-1 = <&mmc0_pins_emmc_51>;
|
|
||||||
bus-width = <8>;
|
|
||||||
max-frequency = <200000000>;
|
|
||||||
cap-mmc-highspeed;
|
|
||||||
mmc-hs200-1_8v;
|
|
||||||
mmc-hs400-1_8v;
|
|
||||||
hs400-ds-delay = <0x12814>;
|
|
||||||
vqmmc-supply = <®_1p8v>;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
non-removable;
|
|
||||||
no-sd;
|
|
||||||
no-sdio;
|
|
||||||
status = "okay";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
card@0 {
|
|
||||||
compatible = "mmc-card";
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
block {
|
|
||||||
compatible = "block-device";
|
|
||||||
partitions {
|
|
||||||
block-partition-env {
|
|
||||||
partname = "ubootenv";
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "u-boot,env-layout";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
emmc_rootfs: block-partition-production {
|
|
||||||
partname = "production";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@2 {
|
|
||||||
target-path = "/chosen";
|
|
||||||
__overlay__ {
|
|
||||||
rootdisk-emmc = <&emmc_rootfs>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,19 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2023
|
|
||||||
* Author: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "bananapi,bpi-r4", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&pcf8563>;
|
|
||||||
__overlay__ {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,60 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2023 MediaTek Inc.
|
|
||||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "bananapi,bpi-r4", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target-path = "/soc/mmc@11230000";
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default", "state_uhs";
|
|
||||||
pinctrl-0 = <&mmc0_pins_sdcard>;
|
|
||||||
pinctrl-1 = <&mmc0_pins_sdcard>;
|
|
||||||
cd-gpios = <&pio 12 GPIO_ACTIVE_LOW>;
|
|
||||||
bus-width = <4>;
|
|
||||||
max-frequency = <52000000>;
|
|
||||||
cap-sd-highspeed;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
vqmmc-supply = <®_3p3v>;
|
|
||||||
no-mmc;
|
|
||||||
status = "okay";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
card@0 {
|
|
||||||
compatible = "mmc-card";
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
block {
|
|
||||||
compatible = "block-device";
|
|
||||||
partitions {
|
|
||||||
block-partition-env {
|
|
||||||
partname = "ubootenv";
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "u-boot,env-layout";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
sd_rootfs: block-partition-production {
|
|
||||||
partname = "production";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@2 {
|
|
||||||
target-path = "/chosen";
|
|
||||||
__overlay__ {
|
|
||||||
rootdisk-sd = <&sd_rootfs>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,99 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "bananapi,bpi-r4", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target-path = "/";
|
|
||||||
__overlay__ {
|
|
||||||
wifi_12v: regulator-wifi-12v {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "wifi";
|
|
||||||
regulator-min-microvolt = <12000000>;
|
|
||||||
regulator-max-microvolt = <12000000>;
|
|
||||||
gpio = <&pio 4 GPIO_ACTIVE_HIGH>;
|
|
||||||
enable-active-high;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&i2c_wifi>;
|
|
||||||
__overlay__ {
|
|
||||||
// 5G WIFI MAC Address EEPROM
|
|
||||||
wifi_eeprom@51 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x51>;
|
|
||||||
address-bits = <8>;
|
|
||||||
page-size = <8>;
|
|
||||||
size = <256>;
|
|
||||||
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "fixed-layout";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
macaddr_5g: macaddr@0 {
|
|
||||||
reg = <0x0 0x6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
// 6G WIFI MAC Address EEPROM
|
|
||||||
wifi_eeprom@52 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x52>;
|
|
||||||
address-bits = <8>;
|
|
||||||
page-size = <8>;
|
|
||||||
size = <256>;
|
|
||||||
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "fixed-layout";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
macaddr_6g: macaddr@0 {
|
|
||||||
reg = <0x0 0x6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@2 {
|
|
||||||
target = <&pcie0>;
|
|
||||||
__overlay__ {
|
|
||||||
pcie@0,0 {
|
|
||||||
reg = <0x0000 0 0 0 0>;
|
|
||||||
|
|
||||||
wifi@0,0 {
|
|
||||||
compatible = "mediatek,mt76";
|
|
||||||
reg = <0x0000 0 0 0 0>;
|
|
||||||
nvmem-cell-names = "mac-address";
|
|
||||||
nvmem-cells = <&macaddr_5g>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@3 {
|
|
||||||
target = <&pcie1>;
|
|
||||||
__overlay__ {
|
|
||||||
pcie@0,0 {
|
|
||||||
reg = <0x0000 0 0 0 0>;
|
|
||||||
|
|
||||||
wifi@0,0 {
|
|
||||||
compatible = "mediatek,mt76";
|
|
||||||
reg = <0x0000 0 0 0 0>;
|
|
||||||
nvmem-cell-names = "mac-address";
|
|
||||||
nvmem-cells = <&macaddr_6g>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,409 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
#include "mt7988a.dtsi"
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
#include <dt-bindings/input/input.h>
|
|
||||||
#include <dt-bindings/leds/common.h>
|
|
||||||
#include <dt-bindings/regulator/richtek,rt5190a-regulator.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Bananapi BPI-R4";
|
|
||||||
compatible = "bananapi,bpi-r4",
|
|
||||||
"mediatek,mt7988a";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
ethernet0 = &gmac0;
|
|
||||||
ethernet1 = &gmac1;
|
|
||||||
serial0 = &uart0;
|
|
||||||
led-boot = &led_green;
|
|
||||||
led-failsafe = &led_green;
|
|
||||||
led-running = &led_green;
|
|
||||||
led-upgrade = &led_green;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = &uart0;
|
|
||||||
bootargs = "console=ttyS0,115200n1 loglevel=8 pci=pcie_bus_perf ubi.block=0,fit root=/dev/fit0 rootwait";
|
|
||||||
rootdisk-spim-nand = <&ubi_rootfs>;
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
reg = <0x00 0x40000000 0x00 0x10000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* SFP1 cage (WAN) */
|
|
||||||
sfp1: sfp1 {
|
|
||||||
compatible = "sff,sfp";
|
|
||||||
i2c-bus = <&i2c_sfp1>;
|
|
||||||
los-gpios = <&pio 54 GPIO_ACTIVE_HIGH>;
|
|
||||||
mod-def0-gpios = <&pio 82 GPIO_ACTIVE_LOW>;
|
|
||||||
tx-disable-gpios = <&pio 70 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-fault-gpios = <&pio 69 GPIO_ACTIVE_HIGH>;
|
|
||||||
rate-select0-gpios = <&pio 21 GPIO_ACTIVE_LOW>;
|
|
||||||
maximum-power-milliwatt = <3000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* SFP2 cage (LAN) */
|
|
||||||
sfp2: sfp2 {
|
|
||||||
compatible = "sff,sfp";
|
|
||||||
i2c-bus = <&i2c_sfp2>;
|
|
||||||
los-gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
|
|
||||||
mod-def0-gpios = <&pio 83 GPIO_ACTIVE_LOW>;
|
|
||||||
tx-disable-gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-fault-gpios = <&pio 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
rate-select0-gpios = <&pio 3 GPIO_ACTIVE_LOW>;
|
|
||||||
maximum-power-milliwatt = <3000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio-keys {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
|
|
||||||
wps {
|
|
||||||
label = "WPS";
|
|
||||||
linux,code = <KEY_RESTART>;
|
|
||||||
gpios = <&pio 14 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio-leds {
|
|
||||||
compatible = "gpio-leds";
|
|
||||||
|
|
||||||
led_green: led-green {
|
|
||||||
function = LED_FUNCTION_STATUS;
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&pio 79 GPIO_ACTIVE_HIGH>;
|
|
||||||
default-state = "on";
|
|
||||||
};
|
|
||||||
|
|
||||||
led_blue: led-blue {
|
|
||||||
function = LED_FUNCTION_WPS;
|
|
||||||
color = <LED_COLOR_ID_BLUE>;
|
|
||||||
gpios = <&pio 63 GPIO_ACTIVE_HIGH>;
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gmac0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gmac1 {
|
|
||||||
sfp = <&sfp2>;
|
|
||||||
managed = "in-band-status";
|
|
||||||
phy-mode = "usxgmii";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gmac2 {
|
|
||||||
sfp = <&sfp1>;
|
|
||||||
managed = "in-band-status";
|
|
||||||
phy-mode = "usxgmii";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy0 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe0_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_port0 {
|
|
||||||
label = "wan";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy0_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy1 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe1_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy1_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy2 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe2_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy2_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy3 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe3_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy3_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu0 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu1 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu2 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu3 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cci {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c0_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
rt5190a_64: rt5190a@64 {
|
|
||||||
compatible = "richtek,rt5190a";
|
|
||||||
reg = <0x64>;
|
|
||||||
vin2-supply = <&rt5190_buck1>;
|
|
||||||
vin3-supply = <&rt5190_buck1>;
|
|
||||||
vin4-supply = <&rt5190_buck1>;
|
|
||||||
|
|
||||||
regulators {
|
|
||||||
rt5190_buck1: buck1 {
|
|
||||||
regulator-name = "rt5190a-buck1";
|
|
||||||
regulator-min-microvolt = <5090000>;
|
|
||||||
regulator-max-microvolt = <5090000>;
|
|
||||||
regulator-allowed-modes =
|
|
||||||
<RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
buck2 {
|
|
||||||
regulator-name = "vcore";
|
|
||||||
regulator-min-microvolt = <600000>;
|
|
||||||
regulator-max-microvolt = <1400000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
rt5190_buck3: buck3 {
|
|
||||||
regulator-name = "vproc";
|
|
||||||
regulator-min-microvolt = <600000>;
|
|
||||||
regulator-max-microvolt = <1400000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
buck4 {
|
|
||||||
regulator-name = "rt5190a-buck4";
|
|
||||||
regulator-min-microvolt = <850000>;
|
|
||||||
regulator-max-microvolt = <850000>;
|
|
||||||
regulator-allowed-modes =
|
|
||||||
<RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
ldo {
|
|
||||||
regulator-name = "rt5190a-ldo";
|
|
||||||
regulator-min-microvolt = <1200000>;
|
|
||||||
regulator-max-microvolt = <1200000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c2 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c2_1_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
pca9545: i2c-switch@70 {
|
|
||||||
reg = <0x70>;
|
|
||||||
compatible = "nxp,pca9545";
|
|
||||||
reset-gpios = <&pio 5 GPIO_ACTIVE_LOW>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
i2c_rtc: i2c@0 { //eeprom,rtc,ngff
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
eeprom@50 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x50>;
|
|
||||||
address-bits = <8>;
|
|
||||||
page-size = <8>;
|
|
||||||
size = <256>;
|
|
||||||
};
|
|
||||||
|
|
||||||
eeprom@57 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x57>;
|
|
||||||
address-bits = <8>;
|
|
||||||
page-size = <8>;
|
|
||||||
size = <256>;
|
|
||||||
};
|
|
||||||
|
|
||||||
pcf8563: rtc@51 {
|
|
||||||
compatible = "nxp,pcf8563";
|
|
||||||
reg = <0x51>;
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c_sfp1: i2c@1 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c_sfp2: i2c@2 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c_wifi: i2c@3 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* mPCIe SIM2 */
|
|
||||||
&pcie0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pcie0_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* mPCIe SIM3 */
|
|
||||||
&pcie1 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pcie1_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* M.2 key-B SIM1 */
|
|
||||||
&pcie2 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pcie2_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* M.2 key-M SSD */
|
|
||||||
&pcie3 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pcie3_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&ssusb1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&tphy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi0_flash_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
spi_nand: spi_nand@0 {
|
|
||||||
compatible = "spi-nand";
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <52000000>;
|
|
||||||
spi-tx-buswidth = <4>;
|
|
||||||
spi-rx-buswidth = <4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi_nand {
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "bl2";
|
|
||||||
reg = <0x0 0x200000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@200000 {
|
|
||||||
label = "ubi";
|
|
||||||
reg = <0x200000 0x7e00000>;
|
|
||||||
compatible = "linux,ubi";
|
|
||||||
|
|
||||||
volumes {
|
|
||||||
ubi-volume-ubootenv {
|
|
||||||
volname = "ubootenv";
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ubi-volume-ubootenv2 {
|
|
||||||
volname = "ubootenv2";
|
|
||||||
nvmem-layout {
|
|
||||||
compatible = "u-boot,env-redundant-bool-layout";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ubi_rootfs: ubi-volume-fit {
|
|
||||||
volname = "fit";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart1 {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&uart1_2_lite_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2 {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&uart2_3_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&watchdog {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&xphy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,33 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2021 MediaTek Inc.
|
|
||||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&mmc0>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default", "state_uhs";
|
|
||||||
pinctrl-0 = <&mmc0_pins_emmc_51>;
|
|
||||||
pinctrl-1 = <&mmc0_pins_emmc_51>;
|
|
||||||
bus-width = <8>;
|
|
||||||
max-frequency = <200000000>;
|
|
||||||
cap-mmc-highspeed;
|
|
||||||
mmc-hs200-1_8v;
|
|
||||||
mmc-hs400-1_8v;
|
|
||||||
hs400-ds-delay = <0x12814>;
|
|
||||||
vqmmc-supply = <®_1p8v>;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
non-removable;
|
|
||||||
no-sd;
|
|
||||||
no-sdio;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,41 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
/* external Aquantia AQR113C */
|
|
||||||
phy0: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
reset-gpios = <&pio 72 GPIO_ACTIVE_LOW>;
|
|
||||||
reset-assert-us = <100000>;
|
|
||||||
reset-deassert-us = <221000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&gmac1>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "usxgmii";
|
|
||||||
phy-connection-type = "usxgmii";
|
|
||||||
phy = <&phy0>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,30 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&gmac1>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "internal";
|
|
||||||
phy-connection-type = "internal";
|
|
||||||
phy = <&int_2p5g_phy>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&int_2p5g_phy>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "i2p5gbe-led";
|
|
||||||
pinctrl-0 = <&i2p5gbe_led0_pins>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,39 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
/* external Maxlinear GPY211C */
|
|
||||||
phy13: ethernet-phy@13 {
|
|
||||||
reg = <13>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&gmac1>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-connection-type = "2500base-x";
|
|
||||||
phy = <&phy13>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,47 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&i2c2>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c2_0_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target-path = "/";
|
|
||||||
__overlay__ {
|
|
||||||
sfp_esp1: sfp@1 {
|
|
||||||
compatible = "sff,sfp";
|
|
||||||
i2c-bus = <&i2c2>;
|
|
||||||
mod-def0-gpios = <&pio 82 GPIO_ACTIVE_LOW>;
|
|
||||||
los-gpios = <&pio 81 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-disable-gpios = <&pio 36 GPIO_ACTIVE_HIGH>;
|
|
||||||
maximum-power-milliwatt = <3000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@2 {
|
|
||||||
target = <&gmac1>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "10gbase-r";
|
|
||||||
managed = "in-band-status";
|
|
||||||
sfp = <&sfp_esp1>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,41 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
/* external Aquantia AQR113C */
|
|
||||||
phy8: ethernet-phy@8 {
|
|
||||||
reg = <8>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
reset-gpios = <&pio 71 GPIO_ACTIVE_LOW>;
|
|
||||||
reset-assert-us = <100000>;
|
|
||||||
reset-deassert-us = <221000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&gmac2>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "usxgmii";
|
|
||||||
phy-connection-type = "usxgmii";
|
|
||||||
phy = <&phy8>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,39 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&mdio_bus>;
|
|
||||||
__overlay__ {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
/* external Maxlinear GPY211C */
|
|
||||||
phy5: ethernet-phy@5 {
|
|
||||||
reg = <5>;
|
|
||||||
compatible = "ethernet-phy-ieee802.3-c45";
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&gmac2>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
phy-connection-type = "2500base-x";
|
|
||||||
phy = <&phy5>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,47 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&i2c1>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c1_sfp_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target-path = "/";
|
|
||||||
__overlay__ {
|
|
||||||
sfp_esp0: sfp@0 {
|
|
||||||
compatible = "sff,sfp";
|
|
||||||
i2c-bus = <&i2c1>;
|
|
||||||
mod-def0-gpios = <&pio 35 GPIO_ACTIVE_LOW>;
|
|
||||||
los-gpios = <&pio 33 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-disable-gpios = <&pio 29 GPIO_ACTIVE_HIGH>;
|
|
||||||
maximum-power-milliwatt = <3000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@2 {
|
|
||||||
target = <&gmac2>;
|
|
||||||
__overlay__ {
|
|
||||||
phy-mode = "10gbase-r";
|
|
||||||
managed = "in-band-status";
|
|
||||||
sfp = <&sfp_esp0>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,31 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2023 MediaTek Inc.
|
|
||||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target-path = <&mmc0>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default", "state_uhs";
|
|
||||||
pinctrl-0 = <&mmc0_pins_sdcard>;
|
|
||||||
pinctrl-1 = <&mmc0_pins_sdcard>;
|
|
||||||
cd-gpios = <&pio 69 GPIO_ACTIVE_LOW>;
|
|
||||||
bus-width = <4>;
|
|
||||||
max-frequency = <52000000>;
|
|
||||||
cap-sd-highspeed;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
vqmmc-supply = <®_3p3v>;
|
|
||||||
no-mmc;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,69 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&snand>;
|
|
||||||
__overlay__ {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
flash@0 {
|
|
||||||
compatible = "spi-nand";
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <52000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
mediatek,nmbm;
|
|
||||||
mediatek,bmt-max-ratio = <1>;
|
|
||||||
mediatek,bmt-max-reserved-blocks = <64>;
|
|
||||||
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@100000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x0100000 0x0080000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@180000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x180000 0x0400000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@580000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x580000 0x0200000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@780000 {
|
|
||||||
label = "ubi";
|
|
||||||
reg = <0x780000 0x7080000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fragment@1 {
|
|
||||||
target = <&bch>;
|
|
||||||
__overlay__ {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,64 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&spi0>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi0_flash_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
flash@0 {
|
|
||||||
compatible = "spi-nand";
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <52000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
mediatek,nmbm;
|
|
||||||
mediatek,bmt-max-ratio = <1>;
|
|
||||||
mediatek,bmt-max-reserved-blocks = <64>;
|
|
||||||
|
|
||||||
partitions {
|
|
||||||
compatible = "fixed-partitions";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@100000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x0100000 0x0080000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@180000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x180000 0x0400000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@580000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x580000 0x0200000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@780000 {
|
|
||||||
label = "ubi";
|
|
||||||
reg = <0x780000 0x7080000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,59 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
/plugin/;
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
|
|
||||||
|
|
||||||
fragment@0 {
|
|
||||||
target = <&spi2>;
|
|
||||||
__overlay__ {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi2_flash_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
flash@0 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "jedec,spi-nor";
|
|
||||||
spi-cal-enable;
|
|
||||||
spi-cal-mode = "read-data";
|
|
||||||
spi-cal-datalen = <7>;
|
|
||||||
spi-cal-data = /bits/ 8 <
|
|
||||||
0x53 0x46 0x5F 0x42 0x4F 0x4F 0x54>; /* SF_BOOT */
|
|
||||||
spi-cal-addrlen = <1>;
|
|
||||||
spi-cal-addr = /bits/ 32 <0x0>;
|
|
||||||
reg = <0>;
|
|
||||||
spi-max-frequency = <52000000>;
|
|
||||||
spi-tx-bus-width = <4>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
|
|
||||||
partition@00000 {
|
|
||||||
label = "BL2";
|
|
||||||
reg = <0x00000 0x0040000>;
|
|
||||||
};
|
|
||||||
partition@40000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x40000 0x0010000>;
|
|
||||||
};
|
|
||||||
partition@50000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x50000 0x0200000>;
|
|
||||||
};
|
|
||||||
partition@250000 {
|
|
||||||
label = "FIP";
|
|
||||||
reg = <0x250000 0x0080000>;
|
|
||||||
};
|
|
||||||
partition@2D0000 {
|
|
||||||
label = "firmware";
|
|
||||||
reg = <0x2D0000 0x1D30000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,200 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2022 MediaTek Inc.
|
|
||||||
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
#include "mt7988a.dtsi"
|
|
||||||
#include <dt-bindings/pinctrl/mt65xx.h>
|
|
||||||
#include <dt-bindings/leds/common.h>
|
|
||||||
#include <dt-bindings/regulator/richtek,rt5190a-regulator.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7988A Reference Board";
|
|
||||||
compatible = "mediatek,mt7988a-rfb",
|
|
||||||
"mediatek,mt7988a";
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200n1 loglevel=8 \
|
|
||||||
earlycon=uart8250,mmio32,0x11000000 \
|
|
||||||
pci=pcie_bus_perf";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
reg = <0 0x40000000 0 0x40000000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ð {
|
|
||||||
pinctrl-0 = <&mdio0_pins>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gmac0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu0 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu1 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu2 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu3 {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cci {
|
|
||||||
proc-supply = <&rt5190_buck3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&switch {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy0 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe0_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy0_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy1 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe1_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy1_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy2 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe2_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy2_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy3 {
|
|
||||||
pinctrl-names = "gbe-led";
|
|
||||||
pinctrl-0 = <&gbe3_led0_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gsw_phy3_led0 {
|
|
||||||
status = "okay";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c0_pins>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
rt5190a_64: rt5190a@64 {
|
|
||||||
compatible = "richtek,rt5190a";
|
|
||||||
reg = <0x64>;
|
|
||||||
/*interrupts-extended = <&gpio26 0 IRQ_TYPE_LEVEL_LOW>;*/
|
|
||||||
vin2-supply = <&rt5190_buck1>;
|
|
||||||
vin3-supply = <&rt5190_buck1>;
|
|
||||||
vin4-supply = <&rt5190_buck1>;
|
|
||||||
|
|
||||||
regulators {
|
|
||||||
rt5190_buck1: buck1 {
|
|
||||||
regulator-name = "rt5190a-buck1";
|
|
||||||
regulator-min-microvolt = <5090000>;
|
|
||||||
regulator-max-microvolt = <5090000>;
|
|
||||||
regulator-allowed-modes =
|
|
||||||
<RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
buck2 {
|
|
||||||
regulator-name = "vcore";
|
|
||||||
regulator-min-microvolt = <600000>;
|
|
||||||
regulator-max-microvolt = <1400000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
rt5190_buck3: buck3 {
|
|
||||||
regulator-name = "vproc";
|
|
||||||
regulator-min-microvolt = <600000>;
|
|
||||||
regulator-max-microvolt = <1400000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
buck4 {
|
|
||||||
regulator-name = "rt5190a-buck4";
|
|
||||||
regulator-min-microvolt = <850000>;
|
|
||||||
regulator-max-microvolt = <850000>;
|
|
||||||
regulator-allowed-modes =
|
|
||||||
<RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
ldo {
|
|
||||||
regulator-name = "rt5190a-ldo";
|
|
||||||
regulator-min-microvolt = <1200000>;
|
|
||||||
regulator-max-microvolt = <1200000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie2 {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&pcie3 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&ssusb0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&ssusb1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&tphy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&watchdog {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&xphy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
File diff suppressed because it is too large
Load Diff
@ -1,316 +0,0 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
|
||||||
#include <linux/bitfield.h>
|
|
||||||
#include <linux/firmware.h>
|
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/nvmem-consumer.h>
|
|
||||||
#include <linux/of_address.h>
|
|
||||||
#include <linux/of_platform.h>
|
|
||||||
#include <linux/pinctrl/consumer.h>
|
|
||||||
#include <linux/phy.h>
|
|
||||||
#include <linux/pm_domain.h>
|
|
||||||
#include <linux/pm_runtime.h>
|
|
||||||
|
|
||||||
#define MT7988_2P5GE_PMB "mediatek/mt7988/i2p5ge-phy-pmb.bin"
|
|
||||||
|
|
||||||
#define MD32_EN BIT(0)
|
|
||||||
#define PMEM_PRIORITY BIT(8)
|
|
||||||
#define DMEM_PRIORITY BIT(16)
|
|
||||||
|
|
||||||
#define BASE100T_STATUS_EXTEND 0x10
|
|
||||||
#define BASE1000T_STATUS_EXTEND 0x11
|
|
||||||
#define EXTEND_CTRL_AND_STATUS 0x16
|
|
||||||
|
|
||||||
#define PHY_AUX_CTRL_STATUS 0x1d
|
|
||||||
#define PHY_AUX_DPX_MASK GENMASK(5, 5)
|
|
||||||
#define PHY_AUX_SPEED_MASK GENMASK(4, 2)
|
|
||||||
|
|
||||||
/* Registers on MDIO_MMD_VEND1 */
|
|
||||||
#define MTK_PHY_LINK_STATUS_MISC 0xa2
|
|
||||||
#define MTK_PHY_FDX_ENABLE BIT(5)
|
|
||||||
|
|
||||||
#define MTK_PHY_LPI_PCS_DSP_CTRL 0x121
|
|
||||||
#define MTK_PHY_LPI_SIG_EN_LO_THRESH100_MASK GENMASK(12, 8)
|
|
||||||
|
|
||||||
/* Registers on MDIO_MMD_VEND2 */
|
|
||||||
#define MTK_PHY_LED0_ON_CTRL 0x24
|
|
||||||
#define MTK_PHY_LED0_ON_LINK1000 BIT(0)
|
|
||||||
#define MTK_PHY_LED0_ON_LINK100 BIT(1)
|
|
||||||
#define MTK_PHY_LED0_ON_LINK10 BIT(2)
|
|
||||||
#define MTK_PHY_LED0_ON_LINK2500 BIT(7)
|
|
||||||
#define MTK_PHY_LED0_POLARITY BIT(14)
|
|
||||||
|
|
||||||
#define MTK_PHY_LED1_ON_CTRL 0x26
|
|
||||||
#define MTK_PHY_LED1_ON_FDX BIT(4)
|
|
||||||
#define MTK_PHY_LED1_ON_HDX BIT(5)
|
|
||||||
#define MTK_PHY_LED1_POLARITY BIT(14)
|
|
||||||
|
|
||||||
#define MTK_EXT_PAGE_ACCESS 0x1f
|
|
||||||
#define MTK_PHY_PAGE_STANDARD 0x0000
|
|
||||||
#define MTK_PHY_PAGE_EXTENDED_52B5 0x52b5
|
|
||||||
|
|
||||||
struct mtk_i2p5ge_phy_priv {
|
|
||||||
bool fw_loaded;
|
|
||||||
};
|
|
||||||
|
|
||||||
enum {
|
|
||||||
PHY_AUX_SPD_10 = 0,
|
|
||||||
PHY_AUX_SPD_100,
|
|
||||||
PHY_AUX_SPD_1000,
|
|
||||||
PHY_AUX_SPD_2500,
|
|
||||||
};
|
|
||||||
|
|
||||||
static int mtk_2p5ge_phy_read_page(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
return __phy_read(phydev, MTK_EXT_PAGE_ACCESS);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mtk_2p5ge_phy_write_page(struct phy_device *phydev, int page)
|
|
||||||
{
|
|
||||||
return __phy_write(phydev, MTK_EXT_PAGE_ACCESS, page);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_probe(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
struct mtk_i2p5ge_phy_priv *phy_priv;
|
|
||||||
|
|
||||||
phy_priv = devm_kzalloc(&phydev->mdio.dev,
|
|
||||||
sizeof(struct mtk_i2p5ge_phy_priv), GFP_KERNEL);
|
|
||||||
if (!phy_priv)
|
|
||||||
return -ENOMEM;
|
|
||||||
|
|
||||||
phydev->priv = phy_priv;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_config_init(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
int ret, i;
|
|
||||||
const struct firmware *fw;
|
|
||||||
struct device *dev = &phydev->mdio.dev;
|
|
||||||
struct device_node *np;
|
|
||||||
void __iomem *pmb_addr;
|
|
||||||
void __iomem *md32_en_cfg_base;
|
|
||||||
struct mtk_i2p5ge_phy_priv *phy_priv = phydev->priv;
|
|
||||||
u16 reg;
|
|
||||||
struct pinctrl *pinctrl;
|
|
||||||
|
|
||||||
if (!phy_priv->fw_loaded) {
|
|
||||||
np = of_find_compatible_node(NULL, NULL, "mediatek,2p5gphy-fw");
|
|
||||||
if (!np)
|
|
||||||
return -ENOENT;
|
|
||||||
pmb_addr = of_iomap(np, 0);
|
|
||||||
if (!pmb_addr)
|
|
||||||
return -ENOMEM;
|
|
||||||
md32_en_cfg_base = of_iomap(np, 1);
|
|
||||||
if (!md32_en_cfg_base)
|
|
||||||
return -ENOMEM;
|
|
||||||
|
|
||||||
ret = request_firmware(&fw, MT7988_2P5GE_PMB, dev);
|
|
||||||
if (ret) {
|
|
||||||
dev_err(dev, "failed to load firmware: %s, ret: %d\n",
|
|
||||||
MT7988_2P5GE_PMB, ret);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
reg = readw(md32_en_cfg_base);
|
|
||||||
if (reg & MD32_EN) {
|
|
||||||
phy_set_bits(phydev, 0, BIT(15));
|
|
||||||
usleep_range(10000, 11000);
|
|
||||||
}
|
|
||||||
phy_set_bits(phydev, 0, BIT(11));
|
|
||||||
|
|
||||||
/* Write magic number to safely stall MCU */
|
|
||||||
phy_write_mmd(phydev, MDIO_MMD_VEND1, 0x800e, 0x1100);
|
|
||||||
phy_write_mmd(phydev, MDIO_MMD_VEND1, 0x800f, 0x00df);
|
|
||||||
|
|
||||||
for (i = 0; i < fw->size - 1; i += 4)
|
|
||||||
writel(*((uint32_t *)(fw->data + i)), pmb_addr + i);
|
|
||||||
release_firmware(fw);
|
|
||||||
|
|
||||||
writew(reg & ~MD32_EN, md32_en_cfg_base);
|
|
||||||
writew(reg | MD32_EN, md32_en_cfg_base);
|
|
||||||
phy_set_bits(phydev, 0, BIT(15));
|
|
||||||
dev_info(dev, "Firmware loading/trigger ok.\n");
|
|
||||||
|
|
||||||
phy_priv->fw_loaded = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Setup LED */
|
|
||||||
phy_set_bits_mmd(phydev, MDIO_MMD_VEND2, MTK_PHY_LED0_ON_CTRL,
|
|
||||||
MTK_PHY_LED0_ON_LINK10 |
|
|
||||||
MTK_PHY_LED0_ON_LINK100 |
|
|
||||||
MTK_PHY_LED0_ON_LINK1000 |
|
|
||||||
MTK_PHY_LED0_ON_LINK2500);
|
|
||||||
phy_set_bits_mmd(phydev, MDIO_MMD_VEND2, MTK_PHY_LED1_ON_CTRL,
|
|
||||||
MTK_PHY_LED1_ON_FDX | MTK_PHY_LED1_ON_HDX);
|
|
||||||
|
|
||||||
pinctrl = devm_pinctrl_get_select(&phydev->mdio.dev, "i2p5gbe-led");
|
|
||||||
if (IS_ERR(pinctrl)) {
|
|
||||||
dev_err(&phydev->mdio.dev, "Fail to set LED pins!\n");
|
|
||||||
return PTR_ERR(pinctrl);
|
|
||||||
}
|
|
||||||
|
|
||||||
phy_modify_mmd(phydev, MDIO_MMD_VEND1, MTK_PHY_LPI_PCS_DSP_CTRL,
|
|
||||||
MTK_PHY_LPI_SIG_EN_LO_THRESH100_MASK, 0);
|
|
||||||
|
|
||||||
/* Enable 16-bit next page exchange bit if 1000-BT isn't advertizing */
|
|
||||||
phy_select_page(phydev, MTK_PHY_PAGE_EXTENDED_52B5);
|
|
||||||
__phy_write(phydev, 0x11, 0xfbfa);
|
|
||||||
__phy_write(phydev, 0x12, 0xc3);
|
|
||||||
__phy_write(phydev, 0x10, 0x87f8);
|
|
||||||
phy_restore_page(phydev, MTK_PHY_PAGE_STANDARD, 0);
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_config_aneg(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
bool changed = false;
|
|
||||||
u32 adv;
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
if (phydev->autoneg == AUTONEG_DISABLE) {
|
|
||||||
/* Configure half duplex with genphy_setup_forced,
|
|
||||||
* because genphy_c45_pma_setup_forced does not support.
|
|
||||||
*/
|
|
||||||
return phydev->duplex != DUPLEX_FULL
|
|
||||||
? genphy_setup_forced(phydev)
|
|
||||||
: genphy_c45_pma_setup_forced(phydev);
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = genphy_c45_an_config_aneg(phydev);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
if (ret > 0)
|
|
||||||
changed = true;
|
|
||||||
|
|
||||||
adv = linkmode_adv_to_mii_ctrl1000_t(phydev->advertising);
|
|
||||||
ret = phy_modify_changed(phydev, MII_CTRL1000,
|
|
||||||
ADVERTISE_1000FULL | ADVERTISE_1000HALF,
|
|
||||||
adv);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
if (ret > 0)
|
|
||||||
changed = true;
|
|
||||||
|
|
||||||
return genphy_c45_check_and_restart_aneg(phydev, changed);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_get_features(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
ret = genphy_read_abilities(phydev);
|
|
||||||
if (ret)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
/* We don't support HDX at MAC layer on mt7988.
|
|
||||||
* So mask phy's HDX capabilities, too.
|
|
||||||
*/
|
|
||||||
linkmode_set_bit(ETHTOOL_LINK_MODE_10baseT_Full_BIT,
|
|
||||||
phydev->supported);
|
|
||||||
linkmode_set_bit(ETHTOOL_LINK_MODE_100baseT_Full_BIT,
|
|
||||||
phydev->supported);
|
|
||||||
linkmode_set_bit(ETHTOOL_LINK_MODE_1000baseT_Full_BIT,
|
|
||||||
phydev->supported);
|
|
||||||
linkmode_set_bit(ETHTOOL_LINK_MODE_2500baseT_Full_BIT,
|
|
||||||
phydev->supported);
|
|
||||||
linkmode_set_bit(ETHTOOL_LINK_MODE_Autoneg_BIT, phydev->supported);
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_read_status(struct phy_device *phydev)
|
|
||||||
{
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
ret = genphy_update_link(phydev);
|
|
||||||
if (ret)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
phydev->speed = SPEED_UNKNOWN;
|
|
||||||
phydev->duplex = DUPLEX_UNKNOWN;
|
|
||||||
phydev->pause = 0;
|
|
||||||
phydev->asym_pause = 0;
|
|
||||||
|
|
||||||
if (phydev->autoneg == AUTONEG_ENABLE && phydev->autoneg_complete) {
|
|
||||||
ret = genphy_c45_read_lpa(phydev);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
/* Read the link partner's 1G advertisement */
|
|
||||||
ret = phy_read(phydev, MII_STAT1000);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
mii_stat1000_mod_linkmode_lpa_t(phydev->lp_advertising, ret);
|
|
||||||
} else if (phydev->autoneg == AUTONEG_DISABLE) {
|
|
||||||
linkmode_zero(phydev->lp_advertising);
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = phy_read(phydev, PHY_AUX_CTRL_STATUS);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
switch (FIELD_GET(PHY_AUX_SPEED_MASK, ret)) {
|
|
||||||
case PHY_AUX_SPD_10:
|
|
||||||
phydev->speed = SPEED_10;
|
|
||||||
break;
|
|
||||||
case PHY_AUX_SPD_100:
|
|
||||||
phydev->speed = SPEED_100;
|
|
||||||
break;
|
|
||||||
case PHY_AUX_SPD_1000:
|
|
||||||
phydev->speed = SPEED_1000;
|
|
||||||
break;
|
|
||||||
case PHY_AUX_SPD_2500:
|
|
||||||
phydev->speed = SPEED_2500;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = phy_read_mmd(phydev, MDIO_MMD_VEND1, MTK_PHY_LINK_STATUS_MISC);
|
|
||||||
if (ret < 0)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
phydev->duplex = (ret & MTK_PHY_FDX_ENABLE) ? DUPLEX_FULL : DUPLEX_HALF;
|
|
||||||
/* FIXME: The current firmware always enables rate adaptation mode. */
|
|
||||||
phydev->rate_matching = RATE_MATCH_PAUSE;
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mt7988_2p5ge_phy_get_rate_matching(struct phy_device *phydev,
|
|
||||||
phy_interface_t iface)
|
|
||||||
{
|
|
||||||
return RATE_MATCH_PAUSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static struct phy_driver mtk_gephy_driver[] = {
|
|
||||||
{
|
|
||||||
PHY_ID_MATCH_MODEL(0x00339c11),
|
|
||||||
.name = "MediaTek MT798x 2.5GbE PHY",
|
|
||||||
.probe = mt7988_2p5ge_phy_probe,
|
|
||||||
.config_init = mt7988_2p5ge_phy_config_init,
|
|
||||||
.config_aneg = mt7988_2p5ge_phy_config_aneg,
|
|
||||||
.get_features = mt7988_2p5ge_phy_get_features,
|
|
||||||
.read_status = mt7988_2p5ge_phy_read_status,
|
|
||||||
.get_rate_matching = mt7988_2p5ge_phy_get_rate_matching,
|
|
||||||
.suspend = genphy_suspend,
|
|
||||||
.resume = genphy_resume,
|
|
||||||
.read_page = mtk_2p5ge_phy_read_page,
|
|
||||||
.write_page = mtk_2p5ge_phy_write_page,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
module_phy_driver(mtk_gephy_driver);
|
|
||||||
|
|
||||||
static struct mdio_device_id __maybe_unused mtk_2p5ge_phy_tbl[] = {
|
|
||||||
{ PHY_ID_MATCH_VENDOR(0x00339c00) },
|
|
||||||
{ }
|
|
||||||
};
|
|
||||||
|
|
||||||
MODULE_DESCRIPTION("MediaTek 2.5Gb Ethernet PHY driver");
|
|
||||||
MODULE_AUTHOR("SkyLake Huang <SkyLake.Huang@mediatek.com>");
|
|
||||||
MODULE_LICENSE("GPL");
|
|
||||||
|
|
||||||
MODULE_DEVICE_TABLE(mdio, mtk_2p5ge_phy_tbl);
|
|
||||||
MODULE_FIRMWARE(MT7988_2P5GE_PMB);
|
|
File diff suppressed because it is too large
Load Diff
@ -1,486 +0,0 @@
|
|||||||
CONFIG_64BIT=y
|
|
||||||
# CONFIG_AHCI_MTK is not set
|
|
||||||
CONFIG_AIROHA_EN8801SC_PHY=y
|
|
||||||
CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y
|
|
||||||
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
|
||||||
CONFIG_ARCH_MEDIATEK=y
|
|
||||||
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_STACKWALK=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_WANTS_NO_INSTR=y
|
|
||||||
CONFIG_ARCH_WANTS_THP_SWAP=y
|
|
||||||
CONFIG_ARM64=y
|
|
||||||
CONFIG_ARM64_4K_PAGES=y
|
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_PAGE_SHIFT=12
|
|
||||||
CONFIG_ARM64_PA_BITS=48
|
|
||||||
CONFIG_ARM64_PA_BITS_48=y
|
|
||||||
CONFIG_ARM64_TAGGED_ADDR_ABI=y
|
|
||||||
CONFIG_ARM64_VA_BITS=39
|
|
||||||
CONFIG_ARM64_VA_BITS_39=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_GIC_V2M=y
|
|
||||||
CONFIG_ARM_GIC_V3=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS_PCI=y
|
|
||||||
CONFIG_ARM_MEDIATEK_CPUFREQ=y
|
|
||||||
CONFIG_ARM_PMU=y
|
|
||||||
CONFIG_ARM_PSCI_FW=y
|
|
||||||
CONFIG_ATA=y
|
|
||||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_NVMEM=y
|
|
||||||
CONFIG_BLK_PM=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT_V3=y
|
|
||||||
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
|
|
||||||
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
|
|
||||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
|
||||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMDLINE_OVERRIDE=y
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_MEDIATEK=y
|
|
||||||
# CONFIG_COMMON_CLK_MT2712 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6779 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6795 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6797 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7622 is not set
|
|
||||||
CONFIG_COMMON_CLK_MT7981=y
|
|
||||||
CONFIG_COMMON_CLK_MT7981_ETHSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT7986=y
|
|
||||||
CONFIG_COMMON_CLK_MT7986_ETHSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT7988=y
|
|
||||||
# CONFIG_COMMON_CLK_MT8173 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8183 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8186 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8195 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8365 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8516 is not set
|
|
||||||
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
|
|
||||||
# CONFIG_COMPAT_32BIT_TIME is not set
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
|
|
||||||
CONFIG_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_CONTEXT_TRACKING_IDLE=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
CONFIG_CPU_THERMAL=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRC_CCITT=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
|
|
||||||
CONFIG_CRYPTO_CMAC=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_CRYPTD=y
|
|
||||||
CONFIG_CRYPTO_DEFLATE=y
|
|
||||||
CONFIG_CRYPTO_DRBG=y
|
|
||||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
|
||||||
CONFIG_CRYPTO_DRBG_MENU=y
|
|
||||||
CONFIG_CRYPTO_ECB=y
|
|
||||||
CONFIG_CRYPTO_ECC=y
|
|
||||||
CONFIG_CRYPTO_ECDH=y
|
|
||||||
CONFIG_CRYPTO_GHASH_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_HASH_INFO=y
|
|
||||||
CONFIG_CRYPTO_HMAC=y
|
|
||||||
CONFIG_CRYPTO_JITTERENTROPY=y
|
|
||||||
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA1=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA256=y
|
|
||||||
CONFIG_CRYPTO_LIB_UTILS=y
|
|
||||||
CONFIG_CRYPTO_LZO=y
|
|
||||||
CONFIG_CRYPTO_RNG=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_RNG_DEFAULT=y
|
|
||||||
CONFIG_CRYPTO_SHA256=y
|
|
||||||
CONFIG_CRYPTO_SHA256_ARM64=y
|
|
||||||
CONFIG_CRYPTO_SHA2_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA3=y
|
|
||||||
CONFIG_CRYPTO_SHA512=y
|
|
||||||
CONFIG_CRYPTO_ZSTD=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_MISC=y
|
|
||||||
CONFIG_DIMLIB=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMATEST=y
|
|
||||||
CONFIG_DMA_DIRECT_REMAP=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_ENGINE_RAID=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_EINT_MTK=y
|
|
||||||
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
CONFIG_FIT_PARTITION=y
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
CONFIG_FRAME_POINTER=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FWNODE_MDIO=y
|
|
||||||
CONFIG_FW_LOADER_PAGED_BUF=y
|
|
||||||
CONFIG_FW_LOADER_SYSFS=y
|
|
||||||
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
|
||||||
CONFIG_GENERIC_CSUM=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_GETTIMEOFDAY=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GLOB=y
|
|
||||||
CONFIG_GPIO_CDEV=y
|
|
||||||
CONFIG_GPIO_WATCHDOG=y
|
|
||||||
CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
|
|
||||||
CONFIG_GRO_CELLS=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HWMON=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_MTK=y
|
|
||||||
CONFIG_I2C=y
|
|
||||||
CONFIG_I2C_BOARDINFO=y
|
|
||||||
CONFIG_I2C_CHARDEV=y
|
|
||||||
CONFIG_I2C_MT65XX=y
|
|
||||||
CONFIG_ICPLUS_PHY=y
|
|
||||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_JUMP_LABEL=y
|
|
||||||
CONFIG_LEDS_SMARTRG_LED=y
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LZO_COMPRESS=y
|
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAXLINEAR_GPHY=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MDIO_DEVRES=y
|
|
||||||
CONFIG_MEDIATEK_2P5G_PHY=y
|
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
|
||||||
CONFIG_MEDIATEK_GE_SOC_PHY=y
|
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
# CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_CQHCI=y
|
|
||||||
CONFIG_MMC_MTK=y
|
|
||||||
CONFIG_MODULES_TREE_LOOKUP=y
|
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
|
||||||
CONFIG_MTD_NAND_CORE=y
|
|
||||||
CONFIG_MTD_NAND_ECC=y
|
|
||||||
CONFIG_MTD_NAND_ECC_MEDIATEK=y
|
|
||||||
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
|
||||||
CONFIG_MTD_NAND_MTK=y
|
|
||||||
CONFIG_MTD_NAND_MTK_BMT=y
|
|
||||||
CONFIG_MTD_PARSER_TRX=y
|
|
||||||
CONFIG_MTD_RAW_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NOR=y
|
|
||||||
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
||||||
CONFIG_MTD_SPLIT_FIT_FW=y
|
|
||||||
CONFIG_MTD_UBI=y
|
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
||||||
CONFIG_MTD_UBI_BLOCK=y
|
|
||||||
CONFIG_MTD_UBI_FASTMAP=y
|
|
||||||
CONFIG_MTD_UBI_NVMEM=y
|
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
||||||
# CONFIG_MTK_CMDQ is not set
|
|
||||||
# CONFIG_MTK_CQDMA is not set
|
|
||||||
CONFIG_MTK_HSDMA=y
|
|
||||||
CONFIG_MTK_INFRACFG=y
|
|
||||||
CONFIG_MTK_PMIC_WRAP=y
|
|
||||||
CONFIG_MTK_SCPSYS=y
|
|
||||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
|
||||||
# CONFIG_MTK_SVS is not set
|
|
||||||
CONFIG_MTK_THERMAL=y
|
|
||||||
CONFIG_MTK_SOC_THERMAL=y
|
|
||||||
CONFIG_MTK_LVTS_THERMAL=y
|
|
||||||
CONFIG_MTK_LVTS_THERMAL_DEBUGFS=y
|
|
||||||
CONFIG_MTK_TIMER=y
|
|
||||||
# CONFIG_MTK_UART_APDMA is not set
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NET_DEVLINK=y
|
|
||||||
CONFIG_NET_DSA=y
|
|
||||||
CONFIG_NET_DSA_MT7530=y
|
|
||||||
CONFIG_NET_DSA_MT7530_MDIO=y
|
|
||||||
CONFIG_NET_DSA_MT7530_MMIO=y
|
|
||||||
CONFIG_NET_DSA_TAG_MTK=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC_WED=y
|
|
||||||
CONFIG_NET_SELFTESTS=y
|
|
||||||
CONFIG_NET_SWITCHDEV=y
|
|
||||||
CONFIG_NET_VENDOR_MEDIATEK=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_NVMEM_LAYOUTS=y
|
|
||||||
CONFIG_NVMEM_MTK_EFUSE=y
|
|
||||||
CONFIG_NVMEM_SYSFS=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_POOL=y
|
|
||||||
CONFIG_PAGE_POOL_STATS=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEASPM=y
|
|
||||||
# CONFIG_PCIEASPM_DEFAULT is not set
|
|
||||||
CONFIG_PCIEASPM_PERFORMANCE=y
|
|
||||||
# CONFIG_PCIEASPM_POWERSAVE is not set
|
|
||||||
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
# CONFIG_PCIE_MEDIATEK is not set
|
|
||||||
CONFIG_PCIE_MEDIATEK_GEN3=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DEBUG=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_PCS_MTK_LYNXI=y
|
|
||||||
CONFIG_PCS_MTK_USXGMII=y
|
|
||||||
CONFIG_PERF_EVENTS=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYLIB_LEDS=y
|
|
||||||
CONFIG_PHYLINK=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
# CONFIG_PHY_MTK_DP is not set
|
|
||||||
# CONFIG_PHY_MTK_PCIE is not set
|
|
||||||
CONFIG_PHY_MTK_TPHY=y
|
|
||||||
# CONFIG_PHY_MTK_UFS is not set
|
|
||||||
CONFIG_PHY_MTK_XFI_TPHY=y
|
|
||||||
CONFIG_PHY_MTK_XSPHY=y
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
# CONFIG_PINCTRL_MT2712 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6765 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6795 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6797 is not set
|
|
||||||
# CONFIG_PINCTRL_MT7622 is not set
|
|
||||||
CONFIG_PINCTRL_MT7981=y
|
|
||||||
CONFIG_PINCTRL_MT7986=y
|
|
||||||
CONFIG_PINCTRL_MT7988=y
|
|
||||||
# CONFIG_PINCTRL_MT8173 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8183 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8186 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8188 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8516 is not set
|
|
||||||
CONFIG_PINCTRL_MTK_MOORE=y
|
|
||||||
CONFIG_PINCTRL_MTK_V2=y
|
|
||||||
# CONFIG_PINCTRL_SINGLE is not set
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_OPP=y
|
|
||||||
CONFIG_POLYNOMIAL=y
|
|
||||||
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_RESET_SYSCON=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PREEMPT_NONE_BUILD=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PSTORE=y
|
|
||||||
CONFIG_PSTORE_COMPRESS=y
|
|
||||||
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
|
|
||||||
CONFIG_PSTORE_CONSOLE=y
|
|
||||||
CONFIG_PSTORE_DEFLATE_COMPRESS=y
|
|
||||||
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
|
|
||||||
CONFIG_PSTORE_PMSG=y
|
|
||||||
CONFIG_PSTORE_RAM=y
|
|
||||||
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_MEDIATEK=y
|
|
||||||
# CONFIG_PWM_MTK_DISP is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_QUEUED_SPINLOCKS=y
|
|
||||||
CONFIG_RANDSTRUCT_NONE=y
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
# CONFIG_RAVE_SP_CORE is not set
|
|
||||||
CONFIG_REALTEK_PHY=y
|
|
||||||
CONFIG_REED_SOLOMON=y
|
|
||||||
CONFIG_REED_SOLOMON_DEC8=y
|
|
||||||
CONFIG_REED_SOLOMON_ENC8=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_I2C=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_REGULATOR_MT6380=y
|
|
||||||
CONFIG_REGULATOR_RT5190A=y
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RESET_TI_SYSCON=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RTC_CLASS=y
|
|
||||||
CONFIG_RTC_DRV_MT7622=y
|
|
||||||
CONFIG_RTC_I2C_AND_SPI=y
|
|
||||||
# CONFIG_RTL8367S_GSW is not set
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_SCHED_MC=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
CONFIG_SCSI_COMMON=y
|
|
||||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_MT6577=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=3
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=3
|
|
||||||
CONFIG_SERIAL_DEV_BUS=y
|
|
||||||
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
|
||||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SGL_ALLOC=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
|
||||||
CONFIG_SOFTIRQ_ON_OWN_STACK=y
|
|
||||||
CONFIG_SPARSEMEM=y
|
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
CONFIG_SPI_DYNAMIC=y
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_MT65XX=y
|
|
||||||
# CONFIG_SPI_MTK_NOR is not set
|
|
||||||
CONFIG_SPI_MTK_SNFI=y
|
|
||||||
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
|
|
||||||
CONFIG_SQUASHFS_DECOMP_SINGLE=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_BANG_BANG=y
|
|
||||||
CONFIG_THERMAL_GOV_FAIR_SHARE=y
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_GOV_USER_SPACE=y
|
|
||||||
CONFIG_THERMAL_HWMON=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UBIFS_FS=y
|
|
||||||
# CONFIG_UCLAMP_TASK is not set
|
|
||||||
CONFIG_UIMAGE_FIT_BLK=y
|
|
||||||
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_VMAP_STACK=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
|
|
||||||
# CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP is not set
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV_SEL=m
|
|
||||||
CONFIG_WATCHDOG_SYSFS=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XXHASH=y
|
|
||||||
CONFIG_ZLIB_DEFLATE=y
|
|
||||||
CONFIG_ZLIB_INFLATE=y
|
|
||||||
CONFIG_ZONE_DMA32=y
|
|
||||||
CONFIG_ZSTD_COMMON=y
|
|
||||||
CONFIG_ZSTD_COMPRESS=y
|
|
||||||
CONFIG_ZSTD_DECOMPRESS=y
|
|
@ -1,479 +0,0 @@
|
|||||||
CONFIG_64BIT=y
|
|
||||||
# CONFIG_AHCI_MTK is not set
|
|
||||||
# CONFIG_AIROHA_EN8801SC_PHY is not set
|
|
||||||
CONFIG_AQUANTIA_PHY=y
|
|
||||||
CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y
|
|
||||||
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
|
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
|
||||||
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
|
||||||
CONFIG_ARCH_MEDIATEK=y
|
|
||||||
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
|
|
||||||
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
|
|
||||||
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_STACKWALK=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_WANTS_NO_INSTR=y
|
|
||||||
CONFIG_ARCH_WANTS_THP_SWAP=y
|
|
||||||
CONFIG_ARM64=y
|
|
||||||
CONFIG_ARM64_4K_PAGES=y
|
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y
|
|
||||||
CONFIG_ARM64_PAGE_SHIFT=12
|
|
||||||
CONFIG_ARM64_PA_BITS=48
|
|
||||||
CONFIG_ARM64_PA_BITS_48=y
|
|
||||||
CONFIG_ARM64_TAGGED_ADDR_ABI=y
|
|
||||||
CONFIG_ARM64_VA_BITS=39
|
|
||||||
CONFIG_ARM64_VA_BITS_39=y
|
|
||||||
CONFIG_ARM_AMBA=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_GIC_V2M=y
|
|
||||||
CONFIG_ARM_GIC_V3=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS=y
|
|
||||||
CONFIG_ARM_GIC_V3_ITS_PCI=y
|
|
||||||
CONFIG_ARM_MEDIATEK_CPUFREQ=y
|
|
||||||
CONFIG_ARM_PMU=y
|
|
||||||
CONFIG_ARM_PSCI_FW=y
|
|
||||||
CONFIG_ATA=y
|
|
||||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_PM=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT_V3=y
|
|
||||||
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
|
|
||||||
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
|
|
||||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
|
||||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
# CONFIG_CMDLINE_OVERRIDE is not set
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_MEDIATEK=y
|
|
||||||
CONFIG_COMMON_CLK_MT2712=y
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_BDPSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_IMGSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_JPGDECSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_MFGCFG is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_MMSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_VDECSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT2712_VENCSYS is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6779 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6795 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6797 is not set
|
|
||||||
CONFIG_COMMON_CLK_MT7622=y
|
|
||||||
CONFIG_COMMON_CLK_MT7622_AUDSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT7622_ETHSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT7622_HIFSYS=y
|
|
||||||
# CONFIG_COMMON_CLK_MT7981 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7986 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7988 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8173 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8183 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8186 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8195 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8365 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8516 is not set
|
|
||||||
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
|
|
||||||
CONFIG_COMPAT_32BIT_TIME=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
|
|
||||||
CONFIG_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_CONTEXT_TRACKING_IDLE=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
||||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
CONFIG_CPU_THERMAL=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRC_CCITT=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
|
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
|
|
||||||
CONFIG_CRYPTO_CMAC=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_CRYPTD=y
|
|
||||||
CONFIG_CRYPTO_DEFLATE=y
|
|
||||||
CONFIG_CRYPTO_DRBG=y
|
|
||||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
|
||||||
CONFIG_CRYPTO_DRBG_MENU=y
|
|
||||||
CONFIG_CRYPTO_ECB=y
|
|
||||||
CONFIG_CRYPTO_ECC=y
|
|
||||||
CONFIG_CRYPTO_ECDH=y
|
|
||||||
CONFIG_CRYPTO_GHASH_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_HASH_INFO=y
|
|
||||||
CONFIG_CRYPTO_HMAC=y
|
|
||||||
CONFIG_CRYPTO_JITTERENTROPY=y
|
|
||||||
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA1=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA256=y
|
|
||||||
CONFIG_CRYPTO_LIB_UTILS=y
|
|
||||||
CONFIG_CRYPTO_LZO=y
|
|
||||||
CONFIG_CRYPTO_RNG=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_RNG_DEFAULT=y
|
|
||||||
CONFIG_CRYPTO_SHA256=y
|
|
||||||
CONFIG_CRYPTO_SHA256_ARM64=y
|
|
||||||
CONFIG_CRYPTO_SHA2_ARM64_CE=y
|
|
||||||
CONFIG_CRYPTO_SHA512=y
|
|
||||||
CONFIG_CRYPTO_ZSTD=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_MISC=y
|
|
||||||
CONFIG_DIMLIB=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_DIRECT_REMAP=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_EINT_MTK=y
|
|
||||||
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
# CONFIG_FIT_PARTITION is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
CONFIG_FRAME_POINTER=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FWNODE_MDIO=y
|
|
||||||
CONFIG_FW_LOADER_PAGED_BUF=y
|
|
||||||
CONFIG_FW_LOADER_SYSFS=y
|
|
||||||
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
|
||||||
CONFIG_GENERIC_CSUM=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_GETTIMEOFDAY=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GLOB=y
|
|
||||||
CONFIG_GPIO_CDEV=y
|
|
||||||
CONFIG_GRO_CELLS=y
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_MTK=y
|
|
||||||
CONFIG_I2C=y
|
|
||||||
CONFIG_I2C_BOARDINFO=y
|
|
||||||
CONFIG_I2C_CHARDEV=y
|
|
||||||
CONFIG_I2C_MT65XX=y
|
|
||||||
CONFIG_ICPLUS_PHY=y
|
|
||||||
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
|
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_JUMP_LABEL=y
|
|
||||||
# CONFIG_LEDS_SMARTRG_LED is not set
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LZO_COMPRESS=y
|
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAXLINEAR_GPHY=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MDIO_DEVRES=y
|
|
||||||
# CONFIG_MEDIATEK_2P5G_PHY is not set
|
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
|
||||||
# CONFIG_MEDIATEK_GE_SOC_PHY is not set
|
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
# CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_CQHCI=y
|
|
||||||
CONFIG_MMC_MTK=y
|
|
||||||
CONFIG_MODULES_TREE_LOOKUP=y
|
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
|
||||||
CONFIG_MTD_NAND_CORE=y
|
|
||||||
CONFIG_MTD_NAND_ECC=y
|
|
||||||
CONFIG_MTD_NAND_ECC_MEDIATEK=y
|
|
||||||
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
|
||||||
CONFIG_MTD_NAND_MTK=y
|
|
||||||
CONFIG_MTD_NAND_MTK_BMT=y
|
|
||||||
CONFIG_MTD_PARSER_TRX=y
|
|
||||||
CONFIG_MTD_RAW_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NOR=y
|
|
||||||
CONFIG_MTD_SPI_NOR_USE_VARIABLE_ERASE=y
|
|
||||||
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
||||||
CONFIG_MTD_SPLIT_FIT_FW=y
|
|
||||||
CONFIG_MTD_UBI=y
|
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
||||||
CONFIG_MTD_UBI_BLOCK=y
|
|
||||||
CONFIG_MTD_UBI_FASTMAP=y
|
|
||||||
CONFIG_MTD_UBI_NVMEM=y
|
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
||||||
# CONFIG_MTK_CMDQ is not set
|
|
||||||
# CONFIG_MTK_CQDMA is not set
|
|
||||||
CONFIG_MTK_HSDMA=y
|
|
||||||
CONFIG_MTK_INFRACFG=y
|
|
||||||
CONFIG_MTK_PMIC_WRAP=y
|
|
||||||
CONFIG_MTK_SCPSYS=y
|
|
||||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
|
||||||
# CONFIG_MTK_SVS is not set
|
|
||||||
CONFIG_MTK_THERMAL=y
|
|
||||||
CONFIG_MTK_SOC_THERMAL=y
|
|
||||||
# CONFIG_MTK_LVTS_THERMAL is not set
|
|
||||||
CONFIG_MTK_TIMER=y
|
|
||||||
# CONFIG_MTK_UART_APDMA is not set
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NET_DEVLINK=y
|
|
||||||
CONFIG_NET_DSA=y
|
|
||||||
CONFIG_NET_DSA_MT7530=y
|
|
||||||
CONFIG_NET_DSA_MT7530_MDIO=y
|
|
||||||
# CONFIG_NET_DSA_MT7530_MMIO is not set
|
|
||||||
CONFIG_NET_DSA_TAG_MTK=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC=y
|
|
||||||
# CONFIG_NET_MEDIATEK_SOC_USXGMII is not set
|
|
||||||
CONFIG_NET_MEDIATEK_SOC_WED=y
|
|
||||||
CONFIG_NET_SELFTESTS=y
|
|
||||||
CONFIG_NET_SWITCHDEV=y
|
|
||||||
CONFIG_NET_VENDOR_MEDIATEK=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=2
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_NVMEM_LAYOUTS=y
|
|
||||||
CONFIG_NVMEM_MTK_EFUSE=y
|
|
||||||
CONFIG_NVMEM_SYSFS=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_POOL=y
|
|
||||||
CONFIG_PAGE_POOL_STATS=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
|
|
||||||
CONFIG_PARTITION_PERCPU=y
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEASPM=y
|
|
||||||
# CONFIG_PCIEASPM_DEFAULT is not set
|
|
||||||
CONFIG_PCIEASPM_PERFORMANCE=y
|
|
||||||
# CONFIG_PCIEASPM_POWERSAVE is not set
|
|
||||||
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
CONFIG_PCIE_MEDIATEK=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DEBUG=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_PCS_MTK_LYNXI=y
|
|
||||||
CONFIG_PERF_EVENTS=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=3
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYLINK=y
|
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
|
||||||
# CONFIG_PHY_MTK_DP is not set
|
|
||||||
# CONFIG_PHY_MTK_PCIE is not set
|
|
||||||
CONFIG_PHY_MTK_TPHY=y
|
|
||||||
# CONFIG_PHY_MTK_UFS is not set
|
|
||||||
# CONFIG_PHY_MTK_XSPHY is not set
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
# CONFIG_PINCTRL_MT2712 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6765 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6795 is not set
|
|
||||||
# CONFIG_PINCTRL_MT6797 is not set
|
|
||||||
CONFIG_PINCTRL_MT7622=y
|
|
||||||
# CONFIG_PINCTRL_MT7981 is not set
|
|
||||||
# CONFIG_PINCTRL_MT7986 is not set
|
|
||||||
# CONFIG_PINCTRL_MT7988 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8173 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8183 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8186 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8188 is not set
|
|
||||||
# CONFIG_PINCTRL_MT8516 is not set
|
|
||||||
CONFIG_PINCTRL_MTK_MOORE=y
|
|
||||||
CONFIG_PINCTRL_MTK_V2=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_OPP=y
|
|
||||||
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
CONFIG_POWER_RESET_SYSCON=y
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_PREEMPT_NONE_BUILD=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PSTORE=y
|
|
||||||
CONFIG_PSTORE_COMPRESS=y
|
|
||||||
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
|
|
||||||
CONFIG_PSTORE_CONSOLE=y
|
|
||||||
CONFIG_PSTORE_DEFLATE_COMPRESS=y
|
|
||||||
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
|
|
||||||
CONFIG_PSTORE_PMSG=y
|
|
||||||
CONFIG_PSTORE_RAM=y
|
|
||||||
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_MEDIATEK=y
|
|
||||||
# CONFIG_PWM_MTK_DISP is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_QUEUED_RWLOCKS=y
|
|
||||||
CONFIG_QUEUED_SPINLOCKS=y
|
|
||||||
CONFIG_RANDSTRUCT_NONE=y
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
# CONFIG_RAVE_SP_CORE is not set
|
|
||||||
CONFIG_REALTEK_PHY=y
|
|
||||||
CONFIG_REED_SOLOMON=y
|
|
||||||
CONFIG_REED_SOLOMON_DEC8=y
|
|
||||||
CONFIG_REED_SOLOMON_ENC8=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_REGULATOR_MT6380=y
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RTC_CLASS=y
|
|
||||||
CONFIG_RTC_DRV_MT7622=y
|
|
||||||
CONFIG_RTC_I2C_AND_SPI=y
|
|
||||||
CONFIG_RTL8367S_GSW=y
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_SCHED_MC=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
CONFIG_SCSI_COMMON=y
|
|
||||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_MT6577=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=3
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=3
|
|
||||||
CONFIG_SERIAL_DEV_BUS=y
|
|
||||||
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
|
||||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SGL_ALLOC=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
|
||||||
CONFIG_SOFTIRQ_ON_OWN_STACK=y
|
|
||||||
CONFIG_SPARSEMEM=y
|
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
|
||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
CONFIG_SPI_DYNAMIC=y
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_MT65XX=y
|
|
||||||
CONFIG_SPI_MTK_NOR=y
|
|
||||||
CONFIG_SPI_MTK_SNFI=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_SWCONFIG=y
|
|
||||||
CONFIG_SWIOTLB=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_EMULATION=y
|
|
||||||
CONFIG_THERMAL_GOV_BANG_BANG=y
|
|
||||||
CONFIG_THERMAL_GOV_FAIR_SHARE=y
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_GOV_USER_SPACE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UBIFS_FS=y
|
|
||||||
# CONFIG_UCLAMP_TASK is not set
|
|
||||||
CONFIG_UIMAGE_FIT_BLK=y
|
|
||||||
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_VMAP_STACK=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
|
|
||||||
# CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP is not set
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
|
|
||||||
CONFIG_WATCHDOG_PRETIMEOUT_GOV_SEL=m
|
|
||||||
CONFIG_WATCHDOG_SYSFS=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XXHASH=y
|
|
||||||
CONFIG_ZLIB_DEFLATE=y
|
|
||||||
CONFIG_ZLIB_INFLATE=y
|
|
||||||
CONFIG_ZONE_DMA32=y
|
|
||||||
CONFIG_ZSTD_COMMON=y
|
|
||||||
CONFIG_ZSTD_COMPRESS=y
|
|
||||||
CONFIG_ZSTD_DECOMPRESS=y
|
|
@ -1,615 +0,0 @@
|
|||||||
# CONFIG_AIO is not set
|
|
||||||
# CONFIG_AIROHA_EN8801SC_PHY is not set
|
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
|
||||||
CONFIG_ARCH_32BIT_OFF_T=y
|
|
||||||
CONFIG_ARCH_FORCE_MAX_ORDER=11
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
|
||||||
CONFIG_ARCH_MEDIATEK=y
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|
||||||
CONFIG_ARCH_MULTIPLATFORM=y
|
|
||||||
CONFIG_ARCH_MULTI_V6_V7=y
|
|
||||||
CONFIG_ARCH_MULTI_V7=y
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARM_APPENDED_DTB=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
# CONFIG_ARM_ATAG_DTB_COMPAT is not set
|
|
||||||
CONFIG_ARM_CPU_SUSPEND=y
|
|
||||||
# CONFIG_ARM_CPU_TOPOLOGY is not set
|
|
||||||
CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8
|
|
||||||
CONFIG_ARM_DMA_USE_IOMMU=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_HAS_GROUP_RELOCS=y
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT=6
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT_6=y
|
|
||||||
# CONFIG_ARM_MEDIATEK_CCI_DEVFREQ is not set
|
|
||||||
CONFIG_ARM_MEDIATEK_CPUFREQ=y
|
|
||||||
CONFIG_ARM_PATCH_IDIV=y
|
|
||||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
|
||||||
# CONFIG_ARM_SMMU is not set
|
|
||||||
CONFIG_ARM_THUMB=y
|
|
||||||
CONFIG_ARM_THUMBEE=y
|
|
||||||
CONFIG_ARM_UNWIND=y
|
|
||||||
CONFIG_ARM_VIRT_EXT=y
|
|
||||||
CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y
|
|
||||||
CONFIG_ATAGS=y
|
|
||||||
CONFIG_AUTO_ZRELADDR=y
|
|
||||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
|
||||||
CONFIG_BACKLIGHT_GPIO=y
|
|
||||||
CONFIG_BACKLIGHT_LED=y
|
|
||||||
CONFIG_BACKLIGHT_PWM=y
|
|
||||||
CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_PM=y
|
|
||||||
CONFIG_BOUNCE=y
|
|
||||||
# CONFIG_CACHE_L2X0 is not set
|
|
||||||
CONFIG_CC_HAVE_STACKPROTECTOR_TLS=y
|
|
||||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
|
||||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMDLINE="earlyprintk console=ttyS0,115200 rootfstype=squashfs,jffs2"
|
|
||||||
CONFIG_CMDLINE_FROM_BOOTLOADER=y
|
|
||||||
# CONFIG_CMDLINE_OVERRIDE is not set
|
|
||||||
CONFIG_CMDLINE_PARTITION=y
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_MEDIATEK=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_AUDSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_BDPSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_ETHSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_G3DSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_HIFSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_IMGSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_MMSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT2701_VDECSYS=y
|
|
||||||
# CONFIG_COMMON_CLK_MT6795 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7622 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7629 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7981 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7986 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7988 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8135 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8173 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8365 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8516 is not set
|
|
||||||
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
|
|
||||||
CONFIG_COMPAT_32BIT_TIME=y
|
|
||||||
CONFIG_CONFIGFS_FS=y
|
|
||||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
|
||||||
CONFIG_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_CONTEXT_TRACKING_IDLE=y
|
|
||||||
CONFIG_COREDUMP=y
|
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
|
||||||
CONFIG_CPU_32v6K=y
|
|
||||||
CONFIG_CPU_32v7=y
|
|
||||||
CONFIG_CPU_ABRT_EV7=y
|
|
||||||
CONFIG_CPU_CACHE_V7=y
|
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
|
||||||
CONFIG_CPU_COPY_V6=y
|
|
||||||
CONFIG_CPU_CP15=y
|
|
||||||
CONFIG_CPU_CP15_MMU=y
|
|
||||||
CONFIG_CPU_FREQ=y
|
|
||||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_COMMON=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
|
||||||
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
||||||
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
|
|
||||||
CONFIG_CPU_FREQ_STAT=y
|
|
||||||
CONFIG_CPU_HAS_ASID=y
|
|
||||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
|
||||||
CONFIG_CPU_PABRT_V7=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
CONFIG_CPU_SPECTRE=y
|
|
||||||
CONFIG_CPU_THUMB_CAPABLE=y
|
|
||||||
CONFIG_CPU_TLB_V7=y
|
|
||||||
CONFIG_CPU_V7=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
# CONFIG_CRC32_SARWATE is not set
|
|
||||||
CONFIG_CRC32_SLICEBY8=y
|
|
||||||
CONFIG_CROSS_MEMORY_ATTACH=y
|
|
||||||
CONFIG_CRYPTO_CRC32=y
|
|
||||||
CONFIG_CRYPTO_CRC32C=y
|
|
||||||
CONFIG_CRYPTO_DEFLATE=y
|
|
||||||
CONFIG_CRYPTO_DRBG=y
|
|
||||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
|
||||||
CONFIG_CRYPTO_DRBG_MENU=y
|
|
||||||
CONFIG_CRYPTO_HASH_INFO=y
|
|
||||||
CONFIG_CRYPTO_HMAC=y
|
|
||||||
CONFIG_CRYPTO_HW=y
|
|
||||||
CONFIG_CRYPTO_JITTERENTROPY=y
|
|
||||||
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA1=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA256=y
|
|
||||||
CONFIG_CRYPTO_LIB_UTILS=y
|
|
||||||
CONFIG_CRYPTO_LZO=y
|
|
||||||
CONFIG_CRYPTO_RNG=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_RNG_DEFAULT=y
|
|
||||||
CONFIG_CRYPTO_SEQIV=y
|
|
||||||
CONFIG_CRYPTO_SHA1=y
|
|
||||||
CONFIG_CRYPTO_SHA256=y
|
|
||||||
CONFIG_CRYPTO_SHA512=y
|
|
||||||
CONFIG_CRYPTO_ZSTD=y
|
|
||||||
CONFIG_CURRENT_POINTER_IN_TPIDRURO=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_ALIGN_RODATA=y
|
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
|
||||||
CONFIG_DEBUG_GPIO=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_LL=y
|
|
||||||
CONFIG_DEBUG_LL_INCLUDE="debug/8250.S"
|
|
||||||
CONFIG_DEBUG_MISC=y
|
|
||||||
CONFIG_DEBUG_MT6589_UART0=y
|
|
||||||
# CONFIG_DEBUG_MT8127_UART0 is not set
|
|
||||||
# CONFIG_DEBUG_MT8135_UART3 is not set
|
|
||||||
CONFIG_DEBUG_PREEMPT=y
|
|
||||||
CONFIG_DEBUG_UART_8250=y
|
|
||||||
CONFIG_DEBUG_UART_8250_SHIFT=2
|
|
||||||
CONFIG_DEBUG_UART_PHYS=0x11004000
|
|
||||||
CONFIG_DEBUG_UART_VIRT=0xf1004000
|
|
||||||
# CONFIG_DEVFREQ_GOV_PASSIVE is not set
|
|
||||||
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
|
|
||||||
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
|
|
||||||
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
|
|
||||||
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
|
|
||||||
# CONFIG_DEVFREQ_THERMAL is not set
|
|
||||||
CONFIG_DIMLIB=y
|
|
||||||
CONFIG_DMADEVICES=y
|
|
||||||
CONFIG_DMA_ENGINE=y
|
|
||||||
CONFIG_DMA_OF=y
|
|
||||||
CONFIG_DMA_OPS=y
|
|
||||||
CONFIG_DMA_SHARED_BUFFER=y
|
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
|
||||||
CONFIG_DRM=y
|
|
||||||
CONFIG_DRM_BRIDGE=y
|
|
||||||
CONFIG_DRM_DISPLAY_CONNECTOR=y
|
|
||||||
CONFIG_DRM_FBDEV_EMULATION=y
|
|
||||||
CONFIG_DRM_FBDEV_OVERALLOC=100
|
|
||||||
CONFIG_DRM_GEM_DMA_HELPER=y
|
|
||||||
CONFIG_DRM_GEM_SHMEM_HELPER=y
|
|
||||||
CONFIG_DRM_KMS_HELPER=y
|
|
||||||
CONFIG_DRM_LIMA=y
|
|
||||||
CONFIG_DRM_LVDS_CODEC=y
|
|
||||||
CONFIG_DRM_MEDIATEK=y
|
|
||||||
# CONFIG_DRM_MEDIATEK_DP is not set
|
|
||||||
CONFIG_DRM_MEDIATEK_HDMI=y
|
|
||||||
CONFIG_DRM_MIPI_DSI=y
|
|
||||||
CONFIG_DRM_NOMODESET=y
|
|
||||||
CONFIG_DRM_PANEL=y
|
|
||||||
CONFIG_DRM_PANEL_BRIDGE=y
|
|
||||||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
|
|
||||||
CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=y
|
|
||||||
CONFIG_DRM_SCHED=y
|
|
||||||
CONFIG_DRM_SIMPLE_BRIDGE=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
|
||||||
CONFIG_EARLY_PRINTK=y
|
|
||||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_EINT_MTK=y
|
|
||||||
CONFIG_ELF_CORE=y
|
|
||||||
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
|
|
||||||
CONFIG_EXT4_FS=y
|
|
||||||
CONFIG_EXTCON=y
|
|
||||||
CONFIG_F2FS_FS=y
|
|
||||||
CONFIG_FB=y
|
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
|
||||||
CONFIG_FB_CMDLINE=y
|
|
||||||
CONFIG_FB_DEFERRED_IO=y
|
|
||||||
CONFIG_FB_SYS_COPYAREA=y
|
|
||||||
CONFIG_FB_SYS_FILLRECT=y
|
|
||||||
CONFIG_FB_SYS_FOPS=y
|
|
||||||
CONFIG_FB_SYS_IMAGEBLIT=y
|
|
||||||
# CONFIG_FIT_PARTITION is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
CONFIG_FONT_8x16=y
|
|
||||||
CONFIG_FONT_8x8=y
|
|
||||||
CONFIG_FONT_SUPPORT=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
|
||||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
|
||||||
CONFIG_FRAME_WARN=1024
|
|
||||||
CONFIG_FREEZER=y
|
|
||||||
CONFIG_FS_IOMAP=y
|
|
||||||
CONFIG_FS_MBCACHE=y
|
|
||||||
CONFIG_FWNODE_MDIO=y
|
|
||||||
CONFIG_FW_CACHE=y
|
|
||||||
CONFIG_FW_LOADER_PAGED_BUF=y
|
|
||||||
CONFIG_FW_LOADER_SYSFS=y
|
|
||||||
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_GETTIMEOFDAY=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GENERIC_VDSO_32=y
|
|
||||||
CONFIG_GPIO_CDEV=y
|
|
||||||
CONFIG_GRO_CELLS=y
|
|
||||||
# CONFIG_HARDEN_BRANCH_HISTORY is not set
|
|
||||||
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HAVE_SMP=y
|
|
||||||
CONFIG_HDMI=y
|
|
||||||
CONFIG_HID=y
|
|
||||||
CONFIG_HIGHMEM=y
|
|
||||||
CONFIG_HIGHPTE=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
CONFIG_HWMON=y
|
|
||||||
CONFIG_HW_CONSOLE=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_MTK=y
|
|
||||||
CONFIG_HZ_FIXED=0
|
|
||||||
CONFIG_I2C=y
|
|
||||||
CONFIG_I2C_ALGOBIT=y
|
|
||||||
CONFIG_I2C_BOARDINFO=y
|
|
||||||
CONFIG_I2C_CHARDEV=y
|
|
||||||
CONFIG_I2C_MT65XX=y
|
|
||||||
CONFIG_ICPLUS_PHY=y
|
|
||||||
CONFIG_IIO=y
|
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
|
||||||
CONFIG_INPUT=y
|
|
||||||
CONFIG_INPUT_EVDEV=y
|
|
||||||
CONFIG_INPUT_KEYBOARD=y
|
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
|
||||||
CONFIG_IOMMU_API=y
|
|
||||||
# CONFIG_IOMMU_DEBUGFS is not set
|
|
||||||
# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set
|
|
||||||
CONFIG_IOMMU_DEFAULT_DMA_STRICT=y
|
|
||||||
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
|
|
||||||
CONFIG_IOMMU_IO_PGTABLE=y
|
|
||||||
CONFIG_IOMMU_IO_PGTABLE_ARMV7S=y
|
|
||||||
# CONFIG_IOMMU_IO_PGTABLE_ARMV7S_SELFTEST is not set
|
|
||||||
# CONFIG_IOMMU_IO_PGTABLE_LPAE is not set
|
|
||||||
CONFIG_IOMMU_SUPPORT=y
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQSTACKS=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
CONFIG_JBD2=y
|
|
||||||
CONFIG_KALLSYMS=y
|
|
||||||
CONFIG_KCMP=y
|
|
||||||
# CONFIG_KEYBOARD_MT6779 is not set
|
|
||||||
CONFIG_KEYBOARD_MTK_PMIC=y
|
|
||||||
CONFIG_KMAP_LOCAL=y
|
|
||||||
CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y
|
|
||||||
CONFIG_LCD_CLASS_DEVICE=y
|
|
||||||
CONFIG_LCD_PLATFORM=y
|
|
||||||
CONFIG_LEDS_MT6323=y
|
|
||||||
# CONFIG_LEDS_QCOM_LPG is not set
|
|
||||||
# CONFIG_LEDS_SMARTRG_LED is not set
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LOGO=y
|
|
||||||
CONFIG_LOGO_LINUX_CLUT224=y
|
|
||||||
# CONFIG_LOGO_LINUX_MONO is not set
|
|
||||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
||||||
CONFIG_LZO_COMPRESS=y
|
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
|
||||||
# CONFIG_MACH_MT2701 is not set
|
|
||||||
# CONFIG_MACH_MT6589 is not set
|
|
||||||
# CONFIG_MACH_MT6592 is not set
|
|
||||||
CONFIG_MACH_MT7623=y
|
|
||||||
# CONFIG_MACH_MT7629 is not set
|
|
||||||
# CONFIG_MACH_MT8127 is not set
|
|
||||||
# CONFIG_MACH_MT8135 is not set
|
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
# CONFIG_MAILBOX_TEST is not set
|
|
||||||
CONFIG_MDIO_BITBANG=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MDIO_DEVRES=y
|
|
||||||
CONFIG_MDIO_GPIO=y
|
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
|
||||||
CONFIG_MEDIATEK_MT6577_AUXADC=y
|
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MEMORY=y
|
|
||||||
CONFIG_MFD_CORE=y
|
|
||||||
# CONFIG_MFD_HI6421_SPMI is not set
|
|
||||||
CONFIG_MFD_MT6397=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MMC=y
|
|
||||||
CONFIG_MMC_BLOCK=y
|
|
||||||
CONFIG_MMC_CQHCI=y
|
|
||||||
CONFIG_MMC_MTK=y
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
# CONFIG_MMC_SDHCI_PCI is not set
|
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
|
||||||
CONFIG_MODULES_USE_ELF_REL=y
|
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
|
||||||
# CONFIG_MTD_NAND_ECC_MEDIATEK is not set
|
|
||||||
CONFIG_MTD_SPI_NOR=y
|
|
||||||
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
||||||
CONFIG_MTD_SPLIT_UIMAGE_FW=y
|
|
||||||
CONFIG_MTD_UBI=y
|
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
||||||
CONFIG_MTD_UBI_BLOCK=y
|
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
||||||
# CONFIG_MTK_ADSP_MBOX is not set
|
|
||||||
CONFIG_MTK_CMDQ=y
|
|
||||||
CONFIG_MTK_CMDQ_MBOX=y
|
|
||||||
CONFIG_MTK_CQDMA=y
|
|
||||||
# CONFIG_MTK_HSDMA is not set
|
|
||||||
CONFIG_MTK_INFRACFG=y
|
|
||||||
CONFIG_MTK_IOMMU=y
|
|
||||||
CONFIG_MTK_IOMMU_V1=y
|
|
||||||
CONFIG_MTK_MMSYS=y
|
|
||||||
CONFIG_MTK_PMIC_WRAP=y
|
|
||||||
CONFIG_MTK_SCPSYS=y
|
|
||||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
|
||||||
CONFIG_MTK_SMI=y
|
|
||||||
# CONFIG_MTK_SVS is not set
|
|
||||||
CONFIG_MTK_THERMAL=y
|
|
||||||
CONFIG_MTK_SOC_THERMAL=y
|
|
||||||
# CONFIG_MTK_LVTS_THERMAL is not set
|
|
||||||
CONFIG_MTK_TIMER=y
|
|
||||||
# CONFIG_MTK_UART_APDMA is not set
|
|
||||||
# CONFIG_MUSB_PIO_ONLY is not set
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NEED_SG_DMA_LENGTH=y
|
|
||||||
CONFIG_NEON=y
|
|
||||||
CONFIG_NET_DEVLINK=y
|
|
||||||
CONFIG_NET_DSA=y
|
|
||||||
CONFIG_NET_DSA_MT7530=y
|
|
||||||
CONFIG_NET_DSA_MT7530_MDIO=y
|
|
||||||
# CONFIG_NET_DSA_MT7530_MMIO is not set
|
|
||||||
CONFIG_NET_DSA_TAG_MTK=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC_WED=y
|
|
||||||
CONFIG_NET_SELFTESTS=y
|
|
||||||
CONFIG_NET_SWITCHDEV=y
|
|
||||||
CONFIG_NET_VENDOR_MEDIATEK=y
|
|
||||||
# CONFIG_NET_VENDOR_WIZNET is not set
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NOP_USB_XCEIV=y
|
|
||||||
CONFIG_NO_HZ=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=4
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
CONFIG_NVMEM_MTK_EFUSE=y
|
|
||||||
# CONFIG_NVMEM_SPMI_SDAM is not set
|
|
||||||
CONFIG_NVMEM_SYSFS=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_DYNAMIC=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IOMMU=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_OVERLAY=y
|
|
||||||
CONFIG_OF_RESOLVE=y
|
|
||||||
CONFIG_OLD_SIGACTION=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
|
||||||
CONFIG_PAGE_POOL=y
|
|
||||||
CONFIG_PAGE_POOL_STATS=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
CONFIG_PCIE_MEDIATEK=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_PCS_MTK_LYNXI=y
|
|
||||||
CONFIG_PERF_USE_VMALLOC=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=2
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYLINK=y
|
|
||||||
# CONFIG_PHY_MTK_DP is not set
|
|
||||||
CONFIG_PHY_MTK_HDMI=y
|
|
||||||
CONFIG_PHY_MTK_MIPI_DSI=y
|
|
||||||
# CONFIG_PHY_MTK_PCIE is not set
|
|
||||||
CONFIG_PHY_MTK_TPHY=y
|
|
||||||
# CONFIG_PHY_MTK_UFS is not set
|
|
||||||
# CONFIG_PHY_MTK_XSPHY is not set
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_MT2701=y
|
|
||||||
# CONFIG_PINCTRL_MT6397 is not set
|
|
||||||
CONFIG_PINCTRL_MT7623=y
|
|
||||||
CONFIG_PINCTRL_MTK=y
|
|
||||||
CONFIG_PINCTRL_MTK_MOORE=y
|
|
||||||
CONFIG_PINCTRL_MTK_V2=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
CONFIG_PM_DEVFREQ=y
|
|
||||||
# CONFIG_PM_DEVFREQ_EVENT is not set
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
||||||
CONFIG_PM_OPP=y
|
|
||||||
CONFIG_PM_SLEEP=y
|
|
||||||
CONFIG_PM_SLEEP_SMP=y
|
|
||||||
CONFIG_POWER_RESET=y
|
|
||||||
# CONFIG_POWER_RESET_MT6323 is not set
|
|
||||||
CONFIG_POWER_SUPPLY=y
|
|
||||||
CONFIG_POWER_SUPPLY_HWMON=y
|
|
||||||
CONFIG_PREEMPT=y
|
|
||||||
CONFIG_PREEMPTION=y
|
|
||||||
CONFIG_PREEMPT_BUILD=y
|
|
||||||
CONFIG_PREEMPT_COUNT=y
|
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
|
||||||
CONFIG_PREEMPT_RCU=y
|
|
||||||
CONFIG_PRINTK_TIME=y
|
|
||||||
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_MEDIATEK=y
|
|
||||||
# CONFIG_PWM_MTK_DISP is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_RANDSTRUCT_NONE=y
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
||||||
CONFIG_REGULATOR_GPIO=y
|
|
||||||
CONFIG_REGULATOR_MT6323=y
|
|
||||||
# CONFIG_REGULATOR_MT6331 is not set
|
|
||||||
# CONFIG_REGULATOR_MT6332 is not set
|
|
||||||
# CONFIG_REGULATOR_MT6358 is not set
|
|
||||||
# CONFIG_REGULATOR_MT6380 is not set
|
|
||||||
# CONFIG_REGULATOR_MT6397 is not set
|
|
||||||
# CONFIG_REGULATOR_QCOM_LABIBB is not set
|
|
||||||
# CONFIG_REGULATOR_QCOM_SPMI is not set
|
|
||||||
# CONFIG_REGULATOR_QCOM_USB_VBUS is not set
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
CONFIG_RTC_CLASS=y
|
|
||||||
# CONFIG_RTC_DRV_MT6397 is not set
|
|
||||||
# CONFIG_RTC_DRV_MT7622 is not set
|
|
||||||
CONFIG_RTC_I2C_AND_SPI=y
|
|
||||||
CONFIG_RTC_MC146818_LIB=y
|
|
||||||
# CONFIG_RTL8367S_GSW is not set
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
# CONFIG_SERIAL_8250_DMA is not set
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_MT6577=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
|
||||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
|
||||||
CONFIG_SGL_ALLOC=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
# CONFIG_SMP_ON_UP is not set
|
|
||||||
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
|
||||||
CONFIG_SOFTIRQ_ON_OWN_STACK=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
CONFIG_SPI_BITBANG=y
|
|
||||||
CONFIG_SPI_DYNAMIC=y
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_MT65XX=y
|
|
||||||
# CONFIG_SPI_MTK_NOR is not set
|
|
||||||
CONFIG_SPMI=y
|
|
||||||
# CONFIG_SPMI_HISI3670 is not set
|
|
||||||
# CONFIG_SPMI_MTK_PMIF is not set
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_SUSPEND=y
|
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SWP_EMULATE=y
|
|
||||||
CONFIG_SYNC_FILE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
|
||||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
|
||||||
CONFIG_THERMAL_OF=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TOUCHSCREEN_EDT_FT5X06=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
# CONFIG_UACCE is not set
|
|
||||||
CONFIG_UBIFS_FS=y
|
|
||||||
CONFIG_UEVENT_HELPER_PATH=""
|
|
||||||
CONFIG_UIMAGE_FIT_BLK=y
|
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
|
||||||
CONFIG_UNINLINE_SPIN_UNLOCK=y
|
|
||||||
CONFIG_UNWINDER_ARM=y
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_F_ACM=y
|
|
||||||
CONFIG_USB_F_ECM=y
|
|
||||||
CONFIG_USB_F_MASS_STORAGE=y
|
|
||||||
CONFIG_USB_GADGET=y
|
|
||||||
CONFIG_USB_GPIO_VBUS=y
|
|
||||||
CONFIG_USB_G_MULTI=y
|
|
||||||
CONFIG_USB_G_MULTI_CDC=y
|
|
||||||
# CONFIG_USB_G_MULTI_RNDIS is not set
|
|
||||||
CONFIG_USB_HID=y
|
|
||||||
CONFIG_USB_HIDDEV=y
|
|
||||||
CONFIG_USB_INVENTRA_DMA=y
|
|
||||||
CONFIG_USB_LIBCOMPOSITE=y
|
|
||||||
CONFIG_USB_MUSB_DUAL_ROLE=y
|
|
||||||
CONFIG_USB_MUSB_HDRC=y
|
|
||||||
CONFIG_USB_MUSB_MEDIATEK=y
|
|
||||||
CONFIG_USB_OTG=y
|
|
||||||
CONFIG_USB_PHY=y
|
|
||||||
CONFIG_USB_ROLE_SWITCH=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_U_ETHER=y
|
|
||||||
CONFIG_USB_U_SERIAL=y
|
|
||||||
CONFIG_USE_OF=y
|
|
||||||
CONFIG_VFP=y
|
|
||||||
CONFIG_VFPv3=y
|
|
||||||
CONFIG_VIDEOMODE_HELPERS=y
|
|
||||||
CONFIG_VM_EVENT_COUNTERS=y
|
|
||||||
CONFIG_VT=y
|
|
||||||
CONFIG_VT_CONSOLE=y
|
|
||||||
CONFIG_VT_CONSOLE_SLEEP=y
|
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XXHASH=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZBOOT_ROM_BSS=0
|
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0
|
|
||||||
CONFIG_ZLIB_DEFLATE=y
|
|
||||||
CONFIG_ZLIB_INFLATE=y
|
|
||||||
CONFIG_ZSTD_COMMON=y
|
|
||||||
CONFIG_ZSTD_COMPRESS=y
|
|
||||||
CONFIG_ZSTD_DECOMPRESS=y
|
|
@ -1,353 +0,0 @@
|
|||||||
# CONFIG_AIROHA_EN8801SC_PHY is not set
|
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
|
||||||
CONFIG_ARCH_32BIT_OFF_T=y
|
|
||||||
CONFIG_ARCH_FORCE_MAX_ORDER=11
|
|
||||||
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|
||||||
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
|
||||||
CONFIG_ARCH_MEDIATEK=y
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
|
||||||
CONFIG_ARCH_MULTIPLATFORM=y
|
|
||||||
CONFIG_ARCH_MULTI_V6_V7=y
|
|
||||||
CONFIG_ARCH_MULTI_V7=y
|
|
||||||
CONFIG_ARCH_NR_GPIO=0
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
|
|
||||||
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER=y
|
|
||||||
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
|
|
||||||
CONFIG_ARM_GIC=y
|
|
||||||
CONFIG_ARM_HAS_GROUP_RELOCS=y
|
|
||||||
CONFIG_ARM_HEAVY_MB=y
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT=6
|
|
||||||
CONFIG_ARM_L1_CACHE_SHIFT_6=y
|
|
||||||
CONFIG_ARM_PATCH_IDIV=y
|
|
||||||
CONFIG_ARM_PATCH_PHYS_VIRT=y
|
|
||||||
CONFIG_ARM_THUMB=y
|
|
||||||
CONFIG_ARM_UNWIND=y
|
|
||||||
CONFIG_ARM_VIRT_EXT=y
|
|
||||||
CONFIG_ATAGS=y
|
|
||||||
CONFIG_AUTO_ZRELADDR=y
|
|
||||||
CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
|
|
||||||
CONFIG_BLK_DEV_SD=y
|
|
||||||
CONFIG_BLK_MQ_PCI=y
|
|
||||||
CONFIG_BLK_PM=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT=y
|
|
||||||
CONFIG_BSD_PROCESS_ACCT_V3=y
|
|
||||||
CONFIG_CACHE_L2X0=y
|
|
||||||
CONFIG_CC_HAVE_STACKPROTECTOR_TLS=y
|
|
||||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
|
||||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
|
||||||
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
|
||||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
|
||||||
CONFIG_CHR_DEV_SCH=y
|
|
||||||
CONFIG_CLKSRC_MMIO=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
|
||||||
CONFIG_CMDLINE="rootfstype=squashfs,jffs2"
|
|
||||||
CONFIG_CMDLINE_FROM_BOOTLOADER=y
|
|
||||||
CONFIG_CMDLINE_OVERRIDE=y
|
|
||||||
CONFIG_COMMON_CLK=y
|
|
||||||
CONFIG_COMMON_CLK_MEDIATEK=y
|
|
||||||
# CONFIG_COMMON_CLK_MT2701 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT6795 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7622 is not set
|
|
||||||
CONFIG_COMMON_CLK_MT7629=y
|
|
||||||
CONFIG_COMMON_CLK_MT7629_ETHSYS=y
|
|
||||||
CONFIG_COMMON_CLK_MT7629_HIFSYS=y
|
|
||||||
# CONFIG_COMMON_CLK_MT7981 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7986 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT7988 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8135 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8173 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8365 is not set
|
|
||||||
# CONFIG_COMMON_CLK_MT8516 is not set
|
|
||||||
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
|
|
||||||
CONFIG_COMPAT_32BIT_TIME=y
|
|
||||||
CONFIG_CONTEXT_TRACKING=y
|
|
||||||
CONFIG_CONTEXT_TRACKING_IDLE=y
|
|
||||||
CONFIG_CPU_32v6K=y
|
|
||||||
CONFIG_CPU_32v7=y
|
|
||||||
CONFIG_CPU_ABRT_EV7=y
|
|
||||||
CONFIG_CPU_CACHE_V7=y
|
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
|
||||||
CONFIG_CPU_COPY_V6=y
|
|
||||||
CONFIG_CPU_CP15=y
|
|
||||||
CONFIG_CPU_CP15_MMU=y
|
|
||||||
CONFIG_CPU_HAS_ASID=y
|
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_CPU_IDLE_GOV_MENU=y
|
|
||||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
|
||||||
CONFIG_CPU_PABRT_V7=y
|
|
||||||
CONFIG_CPU_PM=y
|
|
||||||
CONFIG_CPU_RMAP=y
|
|
||||||
CONFIG_CPU_SPECTRE=y
|
|
||||||
CONFIG_CPU_THUMB_CAPABLE=y
|
|
||||||
CONFIG_CPU_TLB_V7=y
|
|
||||||
CONFIG_CPU_V7=y
|
|
||||||
CONFIG_CRC16=y
|
|
||||||
CONFIG_CRYPTO_DEFLATE=y
|
|
||||||
CONFIG_CRYPTO_HASH_INFO=y
|
|
||||||
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
|
|
||||||
CONFIG_CRYPTO_LIB_SHA1=y
|
|
||||||
CONFIG_CRYPTO_LIB_UTILS=y
|
|
||||||
CONFIG_CRYPTO_LZO=y
|
|
||||||
CONFIG_CRYPTO_RNG2=y
|
|
||||||
CONFIG_CRYPTO_ZSTD=y
|
|
||||||
CONFIG_CURRENT_POINTER_IN_TPIDRURO=y
|
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
|
||||||
CONFIG_DEBUG_INFO=y
|
|
||||||
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
|
|
||||||
CONFIG_DEBUG_MISC=y
|
|
||||||
CONFIG_DEFAULT_HOSTNAME="(mt7629)"
|
|
||||||
CONFIG_DIMLIB=y
|
|
||||||
CONFIG_DMA_OPS=y
|
|
||||||
CONFIG_DTC=y
|
|
||||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
|
||||||
CONFIG_EDAC_SUPPORT=y
|
|
||||||
CONFIG_EINT_MTK=y
|
|
||||||
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
|
|
||||||
# CONFIG_FIT_PARTITION is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
|
||||||
CONFIG_FRAME_WARN=1024
|
|
||||||
CONFIG_FWNODE_MDIO=y
|
|
||||||
CONFIG_FW_LOADER_PAGED_BUF=y
|
|
||||||
CONFIG_FW_LOADER_SYSFS=y
|
|
||||||
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
|
||||||
CONFIG_GENERIC_ARCH_TOPOLOGY=y
|
|
||||||
CONFIG_GENERIC_BUG=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
|
||||||
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
|
||||||
CONFIG_GENERIC_GETTIMEOFDAY=y
|
|
||||||
CONFIG_GENERIC_IDLE_POLL_SETUP=y
|
|
||||||
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
||||||
CONFIG_GENERIC_IRQ_MIGRATION=y
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW=y
|
|
||||||
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
|
|
||||||
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ=y
|
|
||||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_GENERIC_PCI_IOMAP=y
|
|
||||||
CONFIG_GENERIC_PHY=y
|
|
||||||
CONFIG_GENERIC_PINCONF=y
|
|
||||||
CONFIG_GENERIC_PINCTRL_GROUPS=y
|
|
||||||
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
|
|
||||||
CONFIG_GENERIC_SCHED_CLOCK=y
|
|
||||||
CONFIG_GENERIC_SMP_IDLE_THREAD=y
|
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
|
||||||
CONFIG_GENERIC_VDSO_32=y
|
|
||||||
CONFIG_GPIO_CDEV=y
|
|
||||||
CONFIG_GRO_CELLS=y
|
|
||||||
# CONFIG_HARDEN_BRANCH_HISTORY is not set
|
|
||||||
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
|
|
||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
|
||||||
CONFIG_HAS_DMA=y
|
|
||||||
CONFIG_HAS_IOMEM=y
|
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
|
||||||
CONFIG_HAVE_SMP=y
|
|
||||||
CONFIG_HOTPLUG_CPU=y
|
|
||||||
CONFIG_HW_RANDOM=y
|
|
||||||
CONFIG_HW_RANDOM_MTK=y
|
|
||||||
CONFIG_HZ_FIXED=0
|
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
|
||||||
CONFIG_IRQCHIP=y
|
|
||||||
CONFIG_IRQSTACKS=y
|
|
||||||
CONFIG_IRQ_DOMAIN=y
|
|
||||||
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
||||||
CONFIG_IRQ_FORCED_THREADING=y
|
|
||||||
CONFIG_IRQ_TIME_ACCOUNTING=y
|
|
||||||
CONFIG_IRQ_WORK=y
|
|
||||||
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
|
|
||||||
CONFIG_LIBFDT=y
|
|
||||||
# CONFIG_LEDS_SMARTRG_LED is not set
|
|
||||||
CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
|
||||||
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_LZO_COMPRESS=y
|
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
|
||||||
# CONFIG_MACH_MT2701 is not set
|
|
||||||
# CONFIG_MACH_MT6589 is not set
|
|
||||||
# CONFIG_MACH_MT6592 is not set
|
|
||||||
# CONFIG_MACH_MT7623 is not set
|
|
||||||
CONFIG_MACH_MT7629=y
|
|
||||||
# CONFIG_MACH_MT8127 is not set
|
|
||||||
# CONFIG_MACH_MT8135 is not set
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MDIO_DEVRES=y
|
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
|
||||||
CONFIG_MEMFD_CREATE=y
|
|
||||||
CONFIG_MFD_SYSCON=y
|
|
||||||
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
|
|
||||||
CONFIG_MIGRATION=y
|
|
||||||
CONFIG_MODULES_USE_ELF_REL=y
|
|
||||||
CONFIG_MTD_NAND_CORE=y
|
|
||||||
CONFIG_MTD_NAND_ECC=y
|
|
||||||
CONFIG_MTD_NAND_ECC_MEDIATEK=y
|
|
||||||
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
|
||||||
CONFIG_MTD_NAND_MTK_BMT=y
|
|
||||||
CONFIG_MTD_RAW_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NAND=y
|
|
||||||
CONFIG_MTD_SPI_NOR=y
|
|
||||||
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
||||||
CONFIG_MTD_SPLIT_FIT_FW=y
|
|
||||||
CONFIG_MTD_UBI=y
|
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
||||||
CONFIG_MTD_UBI_BLOCK=y
|
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
||||||
# CONFIG_MTK_CMDQ is not set
|
|
||||||
CONFIG_MTK_INFRACFG=y
|
|
||||||
# CONFIG_MTK_PMIC_WRAP is not set
|
|
||||||
CONFIG_MTK_SCPSYS=y
|
|
||||||
CONFIG_MTK_SCPSYS_PM_DOMAINS=y
|
|
||||||
CONFIG_MTK_TIMER=y
|
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
|
||||||
CONFIG_NETFILTER=y
|
|
||||||
CONFIG_NET_DEVLINK=y
|
|
||||||
CONFIG_NET_DSA=y
|
|
||||||
CONFIG_NET_DSA_MT7530=y
|
|
||||||
CONFIG_NET_DSA_MT7530_MDIO=y
|
|
||||||
# CONFIG_NET_DSA_MT7530_MMIO is not set
|
|
||||||
CONFIG_NET_DSA_TAG_MTK=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC=y
|
|
||||||
CONFIG_NET_MEDIATEK_SOC_WED=y
|
|
||||||
CONFIG_NET_SELFTESTS=y
|
|
||||||
CONFIG_NET_SWITCHDEV=y
|
|
||||||
CONFIG_NET_VENDOR_MEDIATEK=y
|
|
||||||
CONFIG_NLS=y
|
|
||||||
CONFIG_NO_HZ_COMMON=y
|
|
||||||
CONFIG_NO_HZ_IDLE=y
|
|
||||||
CONFIG_NR_CPUS=2
|
|
||||||
CONFIG_NVMEM=y
|
|
||||||
# CONFIG_NVMEM_MTK_EFUSE is not set
|
|
||||||
CONFIG_NVMEM_SYSFS=y
|
|
||||||
CONFIG_OF=y
|
|
||||||
CONFIG_OF_ADDRESS=y
|
|
||||||
CONFIG_OF_EARLY_FLATTREE=y
|
|
||||||
CONFIG_OF_FLATTREE=y
|
|
||||||
CONFIG_OF_GPIO=y
|
|
||||||
CONFIG_OF_IRQ=y
|
|
||||||
CONFIG_OF_KOBJ=y
|
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OLD_SIGACTION=y
|
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
|
||||||
CONFIG_OUTER_CACHE=y
|
|
||||||
CONFIG_OUTER_CACHE_SYNC=y
|
|
||||||
CONFIG_PADATA=y
|
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
|
||||||
CONFIG_PAGE_POOL=y
|
|
||||||
CONFIG_PAGE_POOL_STATS=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
|
|
||||||
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
|
|
||||||
CONFIG_PCI=y
|
|
||||||
CONFIG_PCIEAER=y
|
|
||||||
CONFIG_PCIEPORTBUS=y
|
|
||||||
CONFIG_PCIE_MEDIATEK=y
|
|
||||||
CONFIG_PCIE_PME=y
|
|
||||||
CONFIG_PCI_DOMAINS=y
|
|
||||||
CONFIG_PCI_DOMAINS_GENERIC=y
|
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
|
||||||
CONFIG_PCS_MTK_LYNXI=y
|
|
||||||
CONFIG_PERF_USE_VMALLOC=y
|
|
||||||
CONFIG_PGTABLE_LEVELS=2
|
|
||||||
CONFIG_PHYLIB=y
|
|
||||||
CONFIG_PHYLINK=y
|
|
||||||
# CONFIG_PHY_MTK_DP is not set
|
|
||||||
# CONFIG_PHY_MTK_PCIE is not set
|
|
||||||
CONFIG_PHY_MTK_TPHY=y
|
|
||||||
# CONFIG_PHY_MTK_UFS is not set
|
|
||||||
# CONFIG_PHY_MTK_XSPHY is not set
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
CONFIG_PINCTRL_MT7629=y
|
|
||||||
CONFIG_PINCTRL_MTK_MOORE=y
|
|
||||||
CONFIG_PINCTRL_MTK_V2=y
|
|
||||||
CONFIG_PM=y
|
|
||||||
CONFIG_PM_CLK=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS=y
|
|
||||||
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
||||||
CONFIG_PREEMPT_NONE_BUILD=y
|
|
||||||
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
|
|
||||||
CONFIG_PWM=y
|
|
||||||
CONFIG_PWM_MEDIATEK=y
|
|
||||||
# CONFIG_PWM_MTK_DISP is not set
|
|
||||||
CONFIG_PWM_SYSFS=y
|
|
||||||
CONFIG_RANDSTRUCT_NONE=y
|
|
||||||
CONFIG_RAS=y
|
|
||||||
CONFIG_RATIONAL=y
|
|
||||||
CONFIG_REGMAP=y
|
|
||||||
CONFIG_REGMAP_MMIO=y
|
|
||||||
CONFIG_RESET_CONTROLLER=y
|
|
||||||
CONFIG_RFS_ACCEL=y
|
|
||||||
CONFIG_RPS=y
|
|
||||||
# CONFIG_RTL8367S_GSW is not set
|
|
||||||
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
||||||
CONFIG_SCSI=y
|
|
||||||
CONFIG_SCSI_COMMON=y
|
|
||||||
CONFIG_SERIAL_8250_FSL=y
|
|
||||||
CONFIG_SERIAL_8250_MT6577=y
|
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=3
|
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=3
|
|
||||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
|
||||||
CONFIG_SGL_ALLOC=y
|
|
||||||
CONFIG_SG_POOL=y
|
|
||||||
CONFIG_SMP=y
|
|
||||||
CONFIG_SMP_ON_UP=y
|
|
||||||
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
|
||||||
CONFIG_SOFTIRQ_ON_OWN_STACK=y
|
|
||||||
CONFIG_SPARSE_IRQ=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
CONFIG_SPI_MASTER=y
|
|
||||||
CONFIG_SPI_MEM=y
|
|
||||||
CONFIG_SPI_MT65XX=y
|
|
||||||
CONFIG_SPI_MTK_NOR=y
|
|
||||||
CONFIG_SPI_MTK_SNFI=y
|
|
||||||
CONFIG_SRCU=y
|
|
||||||
CONFIG_STACKTRACE=y
|
|
||||||
# CONFIG_SWAP is not set
|
|
||||||
CONFIG_SWCONFIG=y
|
|
||||||
CONFIG_SWPHY=y
|
|
||||||
CONFIG_SWP_EMULATE=y
|
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|
||||||
CONFIG_THREAD_INFO_IN_TASK=y
|
|
||||||
CONFIG_TICK_CPU_ACCOUNTING=y
|
|
||||||
CONFIG_TIMER_OF=y
|
|
||||||
CONFIG_TIMER_PROBE=y
|
|
||||||
CONFIG_TREE_RCU=y
|
|
||||||
CONFIG_TREE_SRCU=y
|
|
||||||
CONFIG_UBIFS_FS=y
|
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
|
||||||
CONFIG_UNWINDER_ARM=y
|
|
||||||
CONFIG_USB=y
|
|
||||||
CONFIG_USB_COMMON=y
|
|
||||||
CONFIG_USB_SUPPORT=y
|
|
||||||
CONFIG_USB_XHCI_HCD=y
|
|
||||||
CONFIG_USB_XHCI_MTK=y
|
|
||||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
|
||||||
CONFIG_USE_OF=y
|
|
||||||
# CONFIG_VFP is not set
|
|
||||||
CONFIG_WATCHDOG_CORE=y
|
|
||||||
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
|
|
||||||
CONFIG_XPS=y
|
|
||||||
CONFIG_XXHASH=y
|
|
||||||
CONFIG_XZ_DEC_ARM=y
|
|
||||||
CONFIG_XZ_DEC_BCJ=y
|
|
||||||
CONFIG_ZBOOT_ROM_BSS=0
|
|
||||||
CONFIG_ZBOOT_ROM_TEXT=0
|
|
||||||
CONFIG_ZLIB_DEFLATE=y
|
|
||||||
CONFIG_ZLIB_INFLATE=y
|
|
||||||
CONFIG_ZSTD_COMMON=y
|
|
||||||
CONFIG_ZSTD_COMPRESS=y
|
|
||||||
CONFIG_ZSTD_DECOMPRESS=y
|
|
@ -1,44 +0,0 @@
|
|||||||
From 363547d2191cbc32ca954ba75d72908712398ff2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Andrew Davis <afd@ti.com>
|
|
||||||
Date: Mon, 24 Oct 2022 12:34:28 -0500
|
|
||||||
Subject: [PATCH] kbuild: Allow DTB overlays to built from .dtso named source
|
|
||||||
files
|
|
||||||
|
|
||||||
Currently DTB Overlays (.dtbo) are build from source files with the same
|
|
||||||
extension (.dts) as the base DTs (.dtb). This may become confusing and
|
|
||||||
even lead to wrong results. For example, a composite DTB (created from a
|
|
||||||
base DTB and a set of overlays) might have the same name as one of the
|
|
||||||
overlays that create it.
|
|
||||||
|
|
||||||
Different files should be generated from differently named sources.
|
|
||||||
.dtb <-> .dts
|
|
||||||
.dtbo <-> .dtso
|
|
||||||
|
|
||||||
We do not remove the ability to compile DTBO files from .dts files here,
|
|
||||||
only add a new rule allowing the .dtso file name. The current .dts named
|
|
||||||
overlays can be renamed with time. After all have been renamed we can
|
|
||||||
remove the other rule.
|
|
||||||
|
|
||||||
Signed-off-by: Andrew Davis <afd@ti.com>
|
|
||||||
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
||||||
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
||||||
Reviewed-by: Frank Rowand <frowand.list@gmail.com>
|
|
||||||
Tested-by: Frank Rowand <frowand.list@gmail.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221024173434.32518-2-afd@ti.com
|
|
||||||
Signed-off-by: Rob Herring <robh@kernel.org>
|
|
||||||
---
|
|
||||||
scripts/Makefile.lib | 3 +++
|
|
||||||
1 file changed, 3 insertions(+)
|
|
||||||
|
|
||||||
--- a/scripts/Makefile.lib
|
|
||||||
+++ b/scripts/Makefile.lib
|
|
||||||
@@ -408,6 +408,9 @@ $(obj)/%.dtb: $(src)/%.dts $(DTC) $(DT_T
|
|
||||||
$(obj)/%.dtbo: $(src)/%.dts $(DTC) FORCE
|
|
||||||
$(call if_changed_dep,dtc)
|
|
||||||
|
|
||||||
+$(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE
|
|
||||||
+ $(call if_changed_dep,dtc)
|
|
||||||
+
|
|
||||||
dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
|
||||||
|
|
||||||
# Bzip2
|
|
@ -1,106 +0,0 @@
|
|||||||
From 2c4daed9580164522859fa100128be408cc69be2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Lorenzo Bianconi <lorenzo@kernel.org>
|
|
||||||
Date: Sat, 5 Nov 2022 23:36:16 +0100
|
|
||||||
Subject: [PATCH 01/19] arm64: dts: mediatek: mt7986: add support for RX
|
|
||||||
Wireless Ethernet Dispatch
|
|
||||||
|
|
||||||
Similar to TX Wireless Ethernet Dispatch, introduce RX Wireless Ethernet
|
|
||||||
Dispatch to offload traffic received by the wlan interface to lan/wan
|
|
||||||
one.
|
|
||||||
|
|
||||||
Co-developed-by: Sujuan Chen <sujuan.chen@mediatek.com>
|
|
||||||
Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com>
|
|
||||||
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
|
|
||||||
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 65 +++++++++++++++++++++++
|
|
||||||
1 file changed, 65 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -76,6 +76,47 @@
|
|
||||||
no-map;
|
|
||||||
reg = <0 0x4fc00000 0 0x00100000>;
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+ wo_emi0: wo-emi@4fd00000 {
|
|
||||||
+ reg = <0 0x4fd00000 0 0x40000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_emi1: wo-emi@4fd40000 {
|
|
||||||
+ reg = <0 0x4fd40000 0 0x40000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_ilm0: wo-ilm@151e0000 {
|
|
||||||
+ reg = <0 0x151e0000 0 0x8000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_ilm1: wo-ilm@151f0000 {
|
|
||||||
+ reg = <0 0x151f0000 0 0x8000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_data: wo-data@4fd80000 {
|
|
||||||
+ reg = <0 0x4fd80000 0 0x240000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_dlm0: wo-dlm@151e8000 {
|
|
||||||
+ reg = <0 0x151e8000 0 0x2000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_dlm1: wo-dlm@151f8000 {
|
|
||||||
+ reg = <0 0x151f8000 0 0x2000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_boot: wo-boot@15194000 {
|
|
||||||
+ reg = <0 0x15194000 0 0x1000>;
|
|
||||||
+ no-map;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
};
|
|
||||||
|
|
||||||
timer {
|
|
||||||
@@ -240,6 +281,11 @@
|
|
||||||
reg = <0 0x15010000 0 0x1000>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ memory-region = <&wo_emi0>, <&wo_ilm0>, <&wo_dlm0>,
|
|
||||||
+ <&wo_data>, <&wo_boot>;
|
|
||||||
+ memory-region-names = "wo-emi", "wo-ilm", "wo-dlm",
|
|
||||||
+ "wo-data", "wo-boot";
|
|
||||||
+ mediatek,wo-ccif = <&wo_ccif0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wed1: wed@15011000 {
|
|
||||||
@@ -248,6 +294,25 @@
|
|
||||||
reg = <0 0x15011000 0 0x1000>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ memory-region = <&wo_emi1>, <&wo_ilm1>, <&wo_dlm1>,
|
|
||||||
+ <&wo_data>, <&wo_boot>;
|
|
||||||
+ memory-region-names = "wo-emi", "wo-ilm", "wo-dlm",
|
|
||||||
+ "wo-data", "wo-boot";
|
|
||||||
+ mediatek,wo-ccif = <&wo_ccif1>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_ccif0: syscon@151a5000 {
|
|
||||||
+ compatible = "mediatek,mt7986-wo-ccif", "syscon";
|
|
||||||
+ reg = <0 0x151a5000 0 0x1000>;
|
|
||||||
+ interrupt-parent = <&gic>;
|
|
||||||
+ interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wo_ccif1: syscon@151ad000 {
|
|
||||||
+ compatible = "mediatek,mt7986-wo-ccif", "syscon";
|
|
||||||
+ reg = <0 0x151ad000 0 0x1000>;
|
|
||||||
+ interrupt-parent = <&gic>;
|
|
||||||
+ interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
eth: ethernet@15100000 {
|
|
@ -1,166 +0,0 @@
|
|||||||
From 438e53828c08cf0e8a65b61cf6ce1e4b6620551a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Sun, 6 Nov 2022 09:50:24 +0100
|
|
||||||
Subject: [PATCH 02/19] arm64: dts: mt7986: harmonize device node order
|
|
||||||
|
|
||||||
This arrange device tree nodes in alphabetical order.
|
|
||||||
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221106085034.12582-2-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 94 ++++++++++----------
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 22 ++---
|
|
||||||
2 files changed, 58 insertions(+), 58 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -54,6 +54,53 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&pio {
|
|
||||||
+ uart1_pins: uart1-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "uart";
|
|
||||||
+ groups = "uart1";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ uart2_pins: uart2-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "uart";
|
|
||||||
+ groups = "uart2";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wf_2g_5g_pins: wf-2g-5g-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "wifi";
|
|
||||||
+ groups = "wf_2g", "wf_5g";
|
|
||||||
+ };
|
|
||||||
+ conf {
|
|
||||||
+ pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
+ "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
+ "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
+ "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
+ "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
+ "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
+ "WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wf_dbdc_pins: wf-dbdc-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "wifi";
|
|
||||||
+ groups = "wf_dbdc";
|
|
||||||
+ };
|
|
||||||
+ conf {
|
|
||||||
+ pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
+ "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
+ "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
+ "WF0_TOP_CLK", "WF0_TOP_DATA";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&switch {
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
@@ -121,50 +168,3 @@
|
|
||||||
pinctrl-0 = <&wf_2g_5g_pins>;
|
|
||||||
pinctrl-1 = <&wf_dbdc_pins>;
|
|
||||||
};
|
|
||||||
-
|
|
||||||
-&pio {
|
|
||||||
- uart1_pins: uart1-pins {
|
|
||||||
- mux {
|
|
||||||
- function = "uart";
|
|
||||||
- groups = "uart1";
|
|
||||||
- };
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
- uart2_pins: uart2-pins {
|
|
||||||
- mux {
|
|
||||||
- function = "uart";
|
|
||||||
- groups = "uart2";
|
|
||||||
- };
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
- wf_2g_5g_pins: wf-2g-5g-pins {
|
|
||||||
- mux {
|
|
||||||
- function = "wifi";
|
|
||||||
- groups = "wf_2g", "wf_5g";
|
|
||||||
- };
|
|
||||||
- conf {
|
|
||||||
- pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
- "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
- "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
- "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
- "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
- "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
- "WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
- drive-strength = <4>;
|
|
||||||
- };
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
- wf_dbdc_pins: wf-dbdc-pins {
|
|
||||||
- mux {
|
|
||||||
- function = "wifi";
|
|
||||||
- groups = "wf_dbdc";
|
|
||||||
- };
|
|
||||||
- conf {
|
|
||||||
- pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
- "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
- "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
- "WF0_TOP_CLK", "WF0_TOP_DATA";
|
|
||||||
- drive-strength = <4>;
|
|
||||||
- };
|
|
||||||
- };
|
|
||||||
-};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -25,10 +25,6 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
-&uart0 {
|
|
||||||
- status = "okay";
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
@@ -99,13 +95,6 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
-&wifi {
|
|
||||||
- status = "okay";
|
|
||||||
- pinctrl-names = "default", "dbdc";
|
|
||||||
- pinctrl-0 = <&wf_2g_5g_pins>;
|
|
||||||
- pinctrl-1 = <&wf_dbdc_pins>;
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
&pio {
|
|
||||||
wf_2g_5g_pins: wf-2g-5g-pins {
|
|
||||||
mux {
|
|
||||||
@@ -138,3 +127,14 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+&uart0 {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&wifi {
|
|
||||||
+ status = "okay";
|
|
||||||
+ pinctrl-names = "default", "dbdc";
|
|
||||||
+ pinctrl-0 = <&wf_2g_5g_pins>;
|
|
||||||
+ pinctrl-1 = <&wf_dbdc_pins>;
|
|
||||||
+};
|
|
@ -1,68 +0,0 @@
|
|||||||
From ffb05357b47f06b2b4d1e14ba89169e28feb727b Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Sun, 6 Nov 2022 09:50:27 +0100
|
|
||||||
Subject: [PATCH 03/19] arm64: dts: mt7986: add crypto related device nodes
|
|
||||||
|
|
||||||
This patch adds crypto engine support for MT7986.
|
|
||||||
|
|
||||||
Signed-off-by: Vic Wu <vic.wu@mediatek.com>
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20221106085034.12582-5-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 15 +++++++++++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++++
|
|
||||||
3 files changed, 23 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -25,6 +25,10 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&crypto {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -224,6 +224,21 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ crypto: crypto@10320000 {
|
|
||||||
+ compatible = "inside-secure,safexcel-eip97";
|
|
||||||
+ reg = <0 0x10320000 0 0x40000>;
|
|
||||||
+ interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
+ <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
+ <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
+ <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ interrupt-names = "ring0", "ring1", "ring2", "ring3";
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_EIP97_CK>;
|
|
||||||
+ clock-names = "infra_eip97_ck";
|
|
||||||
+ assigned-clocks = <&topckgen CLK_TOP_EIP_B_SEL>;
|
|
||||||
+ assigned-clock-parents = <&apmixedsys CLK_APMIXED_NET2PLL>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
uart0: serial@11002000 {
|
|
||||||
compatible = "mediatek,mt7986-uart",
|
|
||||||
"mediatek,mt6577-uart";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -25,6 +25,10 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&crypto {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
ð {
|
|
||||||
status = "okay";
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
|||||||
From b49b7dc404ded1d89cbc568d875009a5c1ed4ef6 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 6 Nov 2022 09:50:29 +0100
|
|
||||||
Subject: [PATCH 04/19] arm64: dts: mt7986: add i2c node
|
|
||||||
|
|
||||||
Add i2c Node to mt7986 devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20221106085034.12582-7-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 14 ++++++++++++++
|
|
||||||
1 file changed, 14 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -280,6 +280,20 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ i2c0: i2c@11008000 {
|
|
||||||
+ compatible = "mediatek,mt7986-i2c";
|
|
||||||
+ reg = <0 0x11008000 0 0x90>,
|
|
||||||
+ <0 0x10217080 0 0x80>;
|
|
||||||
+ interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clock-div = <5>;
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_I2C0_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_AP_DMA_CK>;
|
|
||||||
+ clock-names = "main", "dma";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
ethsys: syscon@15000000 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
@ -1,61 +0,0 @@
|
|||||||
From 2cd6022800d6da7822e169f3e6f7f790c1431445 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Matthias Brugger <mbrugger@suse.com>
|
|
||||||
Date: Mon, 14 Nov 2022 13:16:53 +0100
|
|
||||||
Subject: [PATCH 05/19] arm64: dts: mediatek: mt7986: Add SoC compatible
|
|
||||||
|
|
||||||
Missing SoC compatible in the board file causes dt bindings check.
|
|
||||||
|
|
||||||
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221114121653.14739-1-matthias.bgg@kernel.org
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 2 +-
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 2 +-
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b.dtsi | 3 +++
|
|
||||||
4 files changed, 6 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -9,7 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7986a RFB";
|
|
||||||
- compatible = "mediatek,mt7986a-rfb";
|
|
||||||
+ compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
#include <dt-bindings/reset/mt7986-resets.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
+ compatible = "mediatek,mt7986a";
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -9,7 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7986b RFB";
|
|
||||||
- compatible = "mediatek,mt7986b-rfb";
|
|
||||||
+ compatible = "mediatek,mt7986b-rfb", "mediatek,mt7986b";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
|
|
||||||
@@ -5,6 +5,9 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "mt7986a.dtsi"
|
|
||||||
+/ {
|
|
||||||
+ compatible = "mediatek,mt7986b";
|
|
||||||
+};
|
|
||||||
|
|
||||||
&pio {
|
|
||||||
compatible = "mediatek,mt7986b-pinctrl";
|
|
@ -1,157 +0,0 @@
|
|||||||
From f4029538f063a845dc9aae46cce4cf386e6253a5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Fri, 18 Nov 2022 20:01:21 +0100
|
|
||||||
Subject: [PATCH 06/19] arm64: dts: mt7986: add spi related device nodes
|
|
||||||
|
|
||||||
This patch adds spi support for MT7986.
|
|
||||||
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221118190126.100895-7-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 35 ++++++++++++++++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 28 ++++++++++++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 35 ++++++++++++++++++++
|
|
||||||
3 files changed, 98 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -59,6 +59,20 @@
|
|
||||||
};
|
|
||||||
|
|
||||||
&pio {
|
|
||||||
+ spi_flash_pins: spi-flash-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi0", "spi0_wp_hold";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ spic_pins: spic-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi1_2";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
uart1_pins: uart1-pins {
|
|
||||||
mux {
|
|
||||||
function = "uart";
|
|
||||||
@@ -105,6 +119,27 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&spi0 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spi_flash_pins>;
|
|
||||||
+ cs-gpios = <0>, <0>;
|
|
||||||
+ status = "okay";
|
|
||||||
+ spi_nand: spi_nand@0 {
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-max-frequency = <10000000>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&spi1 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spic_pins>;
|
|
||||||
+ cs-gpios = <0>, <0>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&switch {
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -295,6 +295,34 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ spi0: spi@1100a000 {
|
|
||||||
+ compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ reg = <0 0x1100a000 0 0x100>;
|
|
||||||
+ interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_MPLL_D2>,
|
|
||||||
+ <&topckgen CLK_TOP_SPI_SEL>,
|
|
||||||
+ <&infracfg CLK_INFRA_SPI0_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_SPI0_HCK_CK>;
|
|
||||||
+ clock-names = "parent-clk", "sel-clk", "spi-clk", "hclk";
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ spi1: spi@1100b000 {
|
|
||||||
+ compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ reg = <0 0x1100b000 0 0x100>;
|
|
||||||
+ interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_MPLL_D2>,
|
|
||||||
+ <&topckgen CLK_TOP_SPIM_MST_SEL>,
|
|
||||||
+ <&infracfg CLK_INFRA_SPI1_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_SPI1_HCK_CK>;
|
|
||||||
+ clock-names = "parent-clk", "sel-clk", "spi-clk", "hclk";
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
ethsys: syscon@15000000 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -100,6 +100,20 @@
|
|
||||||
};
|
|
||||||
|
|
||||||
&pio {
|
|
||||||
+ spi_flash_pins: spi-flash-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi0", "spi0_wp_hold";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ spic_pins: spic-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi1_2";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
wf_2g_5g_pins: wf-2g-5g-pins {
|
|
||||||
mux {
|
|
||||||
function = "wifi";
|
|
||||||
@@ -132,6 +146,27 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&spi0 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spi_flash_pins>;
|
|
||||||
+ cs-gpios = <0>, <0>;
|
|
||||||
+ status = "okay";
|
|
||||||
+ spi_nand: spi_nand@0 {
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-max-frequency = <10000000>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&spi1 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spic_pins>;
|
|
||||||
+ cs-gpios = <0>, <0>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,127 +0,0 @@
|
|||||||
From 9e8e24ab716098e617195ce29b88e84608bf2108 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Fri, 6 Jan 2023 16:28:42 +0100
|
|
||||||
Subject: [PATCH 07/19] arm64: dts: mt7986: add usb related device nodes
|
|
||||||
|
|
||||||
This patch adds USB support for MT7986.
|
|
||||||
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230106152845.88717-3-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 8 +++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 55 ++++++++++++++++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 8 +++
|
|
||||||
3 files changed, 71 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -140,6 +140,10 @@
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&ssusb {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&switch {
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
@@ -201,6 +205,10 @@
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&usb_phy {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&wifi {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default", "dbdc";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -323,6 +323,61 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ ssusb: usb@11200000 {
|
|
||||||
+ compatible = "mediatek,mt7986-xhci",
|
|
||||||
+ "mediatek,mtk-xhci";
|
|
||||||
+ reg = <0 0x11200000 0 0x2e00>,
|
|
||||||
+ <0 0x11203e00 0 0x0100>;
|
|
||||||
+ reg-names = "mac", "ippc";
|
|
||||||
+ interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_IUSB_SYS_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IUSB_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IUSB_133_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IUSB_66M_CK>,
|
|
||||||
+ <&topckgen CLK_TOP_U2U3_XHCI_SEL>;
|
|
||||||
+ clock-names = "sys_ck",
|
|
||||||
+ "ref_ck",
|
|
||||||
+ "mcu_ck",
|
|
||||||
+ "dma_ck",
|
|
||||||
+ "xhci_ck";
|
|
||||||
+ phys = <&u2port0 PHY_TYPE_USB2>,
|
|
||||||
+ <&u3port0 PHY_TYPE_USB3>,
|
|
||||||
+ <&u2port1 PHY_TYPE_USB2>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ usb_phy: t-phy@11e10000 {
|
|
||||||
+ compatible = "mediatek,mt7986-tphy",
|
|
||||||
+ "mediatek,generic-tphy-v2";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+ ranges = <0 0 0x11e10000 0x1700>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+
|
|
||||||
+ u2port0: usb-phy@0 {
|
|
||||||
+ reg = <0x0 0x700>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_DA_U2_REFSEL>,
|
|
||||||
+ <&topckgen CLK_TOP_DA_U2_CK_1P_SEL>;
|
|
||||||
+ clock-names = "ref", "da_ref";
|
|
||||||
+ #phy-cells = <1>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ u3port0: usb-phy@700 {
|
|
||||||
+ reg = <0x700 0x900>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_USB3_PHY_SEL>;
|
|
||||||
+ clock-names = "ref";
|
|
||||||
+ #phy-cells = <1>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ u2port1: usb-phy@1000 {
|
|
||||||
+ reg = <0x1000 0x700>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_DA_U2_REFSEL>,
|
|
||||||
+ <&topckgen CLK_TOP_DA_U2_CK_1P_SEL>;
|
|
||||||
+ clock-names = "ref", "da_ref";
|
|
||||||
+ #phy-cells = <1>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
ethsys: syscon@15000000 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -167,10 +167,18 @@
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&ssusb {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&uart0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&usb_phy {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&wifi {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default", "dbdc";
|
|
@ -1,160 +0,0 @@
|
|||||||
From c1744e9e75a6a8abc7c893f349bcbf725b9c0d74 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Fri, 6 Jan 2023 16:28:43 +0100
|
|
||||||
Subject: [PATCH 08/19] arm64: dts: mt7986: add mmc related device nodes
|
|
||||||
|
|
||||||
This patch adds mmc support for MT7986.
|
|
||||||
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20230106152845.88717-4-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 96 ++++++++++++++++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 15 +++
|
|
||||||
2 files changed, 111 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -5,6 +5,8 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
+#include <dt-bindings/pinctrl/mt65xx.h>
|
|
||||||
+
|
|
||||||
#include "mt7986a.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
@@ -23,6 +25,24 @@
|
|
||||||
device_type = "memory";
|
|
||||||
reg = <0 0x40000000 0 0x40000000>;
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+ reg_1p8v: regulator-1p8v {
|
|
||||||
+ compatible = "regulator-fixed";
|
|
||||||
+ regulator-name = "fixed-1.8V";
|
|
||||||
+ regulator-min-microvolt = <1800000>;
|
|
||||||
+ regulator-max-microvolt = <1800000>;
|
|
||||||
+ regulator-boot-on;
|
|
||||||
+ regulator-always-on;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ reg_3p3v: regulator-3p3v {
|
|
||||||
+ compatible = "regulator-fixed";
|
|
||||||
+ regulator-name = "fixed-3.3V";
|
|
||||||
+ regulator-min-microvolt = <3300000>;
|
|
||||||
+ regulator-max-microvolt = <3300000>;
|
|
||||||
+ regulator-boot-on;
|
|
||||||
+ regulator-always-on;
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
|
|
||||||
&crypto {
|
|
||||||
@@ -58,7 +78,83 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&mmc0 {
|
|
||||||
+ pinctrl-names = "default", "state_uhs";
|
|
||||||
+ pinctrl-0 = <&mmc0_pins_default>;
|
|
||||||
+ pinctrl-1 = <&mmc0_pins_uhs>;
|
|
||||||
+ bus-width = <8>;
|
|
||||||
+ max-frequency = <200000000>;
|
|
||||||
+ cap-mmc-highspeed;
|
|
||||||
+ mmc-hs200-1_8v;
|
|
||||||
+ mmc-hs400-1_8v;
|
|
||||||
+ hs400-ds-delay = <0x14014>;
|
|
||||||
+ vmmc-supply = <®_3p3v>;
|
|
||||||
+ vqmmc-supply = <®_1p8v>;
|
|
||||||
+ non-removable;
|
|
||||||
+ no-sd;
|
|
||||||
+ no-sdio;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&pio {
|
|
||||||
+ mmc0_pins_default: mmc0-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "emmc";
|
|
||||||
+ groups = "emmc_51";
|
|
||||||
+ };
|
|
||||||
+ conf-cmd-dat {
|
|
||||||
+ pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
+ "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
+ "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
+ input-enable;
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ conf-clk {
|
|
||||||
+ pins = "EMMC_CK";
|
|
||||||
+ drive-strength = <6>;
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-ds {
|
|
||||||
+ pins = "EMMC_DSL";
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-rst {
|
|
||||||
+ pins = "EMMC_RSTB";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ mmc0_pins_uhs: mmc0-uhs-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "emmc";
|
|
||||||
+ groups = "emmc_51";
|
|
||||||
+ };
|
|
||||||
+ conf-cmd-dat {
|
|
||||||
+ pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
+ "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
+ "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
+ input-enable;
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ conf-clk {
|
|
||||||
+ pins = "EMMC_CK";
|
|
||||||
+ drive-strength = <6>;
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-ds {
|
|
||||||
+ pins = "EMMC_DSL";
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-rst {
|
|
||||||
+ pins = "EMMC_RSTB";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
spi_flash_pins: spi-flash-pins {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -346,6 +346,21 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ mmc0: mmc@11230000 {
|
|
||||||
+ compatible = "mediatek,mt7986-mmc";
|
|
||||||
+ reg = <0 0x11230000 0 0x1000>,
|
|
||||||
+ <0 0x11c20000 0 0x1000>;
|
|
||||||
+ interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_EMMC_416M_SEL>,
|
|
||||||
+ <&infracfg CLK_INFRA_MSDC_HCK_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_MSDC_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_MSDC_133M_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_MSDC_66M_CK>;
|
|
||||||
+ clock-names = "source", "hclk", "source_cg", "bus_clk",
|
|
||||||
+ "sys_cg";
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
usb_phy: t-phy@11e10000 {
|
|
||||||
compatible = "mediatek,mt7986-tphy",
|
|
||||||
"mediatek,generic-tphy-v2";
|
|
@ -1,118 +0,0 @@
|
|||||||
From 87a42ef1d6cf602e4aa40555b4404cad6149a90f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Fri, 6 Jan 2023 16:28:44 +0100
|
|
||||||
Subject: [PATCH 09/19] arm64: dts: mt7986: add pcie related device nodes
|
|
||||||
|
|
||||||
This patch adds PCIe support for MT7986.
|
|
||||||
|
|
||||||
Signed-off-by: Jieyy Yang <jieyy.yang@mediatek.com>
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230106152845.88717-5-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 16 ++++++
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 52 ++++++++++++++++++++
|
|
||||||
2 files changed, 68 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -93,6 +93,15 @@
|
|
||||||
non-removable;
|
|
||||||
no-sd;
|
|
||||||
no-sdio;
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&pcie {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&pcie_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&pcie_phy {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
@@ -155,6 +164,13 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+ pcie_pins: pcie-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "pcie";
|
|
||||||
+ groups = "pcie_clk", "pcie_wake", "pcie_pereset";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
spi_flash_pins: spi-flash-pins {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
||||||
#include <dt-bindings/clock/mt7986-clk.h>
|
|
||||||
#include <dt-bindings/reset/mt7986-resets.h>
|
|
||||||
+#include <dt-bindings/phy/phy.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
compatible = "mediatek,mt7986a";
|
|
||||||
@@ -361,6 +362,57 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ pcie: pcie@11280000 {
|
|
||||||
+ compatible = "mediatek,mt7986-pcie",
|
|
||||||
+ "mediatek,mt8192-pcie";
|
|
||||||
+ device_type = "pci";
|
|
||||||
+ #address-cells = <3>;
|
|
||||||
+ #size-cells = <2>;
|
|
||||||
+ reg = <0x00 0x11280000 0x00 0x4000>;
|
|
||||||
+ reg-names = "pcie-mac";
|
|
||||||
+ interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ bus-range = <0x00 0xff>;
|
|
||||||
+ ranges = <0x82000000 0x00 0x20000000 0x00
|
|
||||||
+ 0x20000000 0x00 0x10000000>;
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_IPCIE_PIPE_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IPCIE_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IPCIER_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_IPCIEB_CK>;
|
|
||||||
+ clock-names = "pl_250m", "tl_26m", "peri_26m", "top_133m";
|
|
||||||
+ status = "disabled";
|
|
||||||
+
|
|
||||||
+ phys = <&pcie_port PHY_TYPE_PCIE>;
|
|
||||||
+ phy-names = "pcie-phy";
|
|
||||||
+
|
|
||||||
+ #interrupt-cells = <1>;
|
|
||||||
+ interrupt-map-mask = <0 0 0 0x7>;
|
|
||||||
+ interrupt-map = <0 0 0 1 &pcie_intc 0>,
|
|
||||||
+ <0 0 0 2 &pcie_intc 1>,
|
|
||||||
+ <0 0 0 3 &pcie_intc 2>,
|
|
||||||
+ <0 0 0 4 &pcie_intc 3>;
|
|
||||||
+ pcie_intc: interrupt-controller {
|
|
||||||
+ #address-cells = <0>;
|
|
||||||
+ #interrupt-cells = <1>;
|
|
||||||
+ interrupt-controller;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ pcie_phy: t-phy@11c00000 {
|
|
||||||
+ compatible = "mediatek,mt7986-tphy",
|
|
||||||
+ "mediatek,generic-tphy-v2";
|
|
||||||
+ #address-cells = <2>;
|
|
||||||
+ #size-cells = <2>;
|
|
||||||
+ ranges;
|
|
||||||
+ status = "disabled";
|
|
||||||
+
|
|
||||||
+ pcie_port: pcie-phy@11c00000 {
|
|
||||||
+ reg = <0 0x11c00000 0 0x20000>;
|
|
||||||
+ clocks = <&clk40m>;
|
|
||||||
+ clock-names = "ref";
|
|
||||||
+ #phy-cells = <1>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
usb_phy: t-phy@11e10000 {
|
|
||||||
compatible = "mediatek,mt7986-tphy",
|
|
||||||
"mediatek,generic-tphy-v2";
|
|
@ -1,689 +0,0 @@
|
|||||||
From a751f7412e0098801673b80bc7a4738ae7d710ce Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Fri, 6 Jan 2023 16:28:45 +0100
|
|
||||||
Subject: [PATCH 10/19] arm64: dts: mt7986: add Bananapi R3
|
|
||||||
|
|
||||||
Add support for Bananapi R3 SBC.
|
|
||||||
|
|
||||||
- SD/eMMC support (switching first 4 bits of data-bus with sw6/D)
|
|
||||||
- SPI-NAND/NOR support (switched CS by sw5/C)
|
|
||||||
- all rj45 ports and both SFP working (eth1/lan4)
|
|
||||||
- all USB-Ports + SIM-Slot tested
|
|
||||||
- i2c and all uarts tested
|
|
||||||
- wifi tested (with eeprom calibration data)
|
|
||||||
|
|
||||||
The device can boot from all 4 storage options. Both, SPI and MMC, can
|
|
||||||
be switched using hardware switches on the board, see
|
|
||||||
https://wiki.banana-pi.org/Banana_Pi_BPI-R3#Jumper_setting
|
|
||||||
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20230106152845.88717-6-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/Makefile | 5 +
|
|
||||||
.../mt7986a-bananapi-bpi-r3-emmc.dtso | 29 ++
|
|
||||||
.../mt7986a-bananapi-bpi-r3-nand.dtso | 55 +++
|
|
||||||
.../mediatek/mt7986a-bananapi-bpi-r3-nor.dtso | 68 +++
|
|
||||||
.../mediatek/mt7986a-bananapi-bpi-r3-sd.dtso | 23 +
|
|
||||||
.../dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 450 ++++++++++++++++++
|
|
||||||
6 files changed, 630 insertions(+)
|
|
||||||
create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
|
|
||||||
create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso
|
|
||||||
create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/Makefile
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/Makefile
|
|
||||||
@@ -7,6 +7,11 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-ev
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-x20-dev.dtb
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7622-rfb1.dtb
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7622-bananapi-bpi-r64.dtb
|
|
||||||
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3.dtb
|
|
||||||
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-emmc.dtbo
|
|
||||||
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nand.dtbo
|
|
||||||
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nor.dtbo
|
|
||||||
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd.dtbo
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-rfb.dtb
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986b-rfb.dtb
|
|
||||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8167-pumpkin.dtb
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
|
|
||||||
@@ -0,0 +1,29 @@
|
|
||||||
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
+/*
|
|
||||||
+ * Copyright (C) 2021 MediaTek Inc.
|
|
||||||
+ * Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+/dts-v1/;
|
|
||||||
+/plugin/;
|
|
||||||
+
|
|
||||||
+/ {
|
|
||||||
+ compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
+
|
|
||||||
+ fragment@0 {
|
|
||||||
+ target-path = "/soc/mmc@11230000";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ bus-width = <8>;
|
|
||||||
+ max-frequency = <200000000>;
|
|
||||||
+ cap-mmc-highspeed;
|
|
||||||
+ mmc-hs200-1_8v;
|
|
||||||
+ mmc-hs400-1_8v;
|
|
||||||
+ hs400-ds-delay = <0x14014>;
|
|
||||||
+ non-removable;
|
|
||||||
+ no-sd;
|
|
||||||
+ no-sdio;
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
@@ -0,0 +1,55 @@
|
|
||||||
+/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
+/*
|
|
||||||
+ * Authors: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
+ * Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+/dts-v1/;
|
|
||||||
+/plugin/;
|
|
||||||
+
|
|
||||||
+/ {
|
|
||||||
+ compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
+
|
|
||||||
+ fragment@0 {
|
|
||||||
+ target-path = "/soc/spi@1100a000";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ spi_nand: spi_nand@0 {
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-max-frequency = <10000000>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+
|
|
||||||
+ partitions {
|
|
||||||
+ compatible = "fixed-partitions";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ partition@0 {
|
|
||||||
+ label = "bl2";
|
|
||||||
+ reg = <0x0 0x80000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@80000 {
|
|
||||||
+ label = "reserved";
|
|
||||||
+ reg = <0x80000 0x300000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@380000 {
|
|
||||||
+ label = "fip";
|
|
||||||
+ reg = <0x380000 0x200000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@580000 {
|
|
||||||
+ label = "ubi";
|
|
||||||
+ reg = <0x580000 0x7a80000>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
@@ -0,0 +1,68 @@
|
|
||||||
+/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
||||||
+/*
|
|
||||||
+ * Authors: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
+ * Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+/dts-v1/;
|
|
||||||
+/plugin/;
|
|
||||||
+
|
|
||||||
+/ {
|
|
||||||
+ compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
+
|
|
||||||
+ fragment@0 {
|
|
||||||
+ target-path = "/soc/spi@1100a000";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ flash@0 {
|
|
||||||
+ compatible = "jedec,spi-nor";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-max-frequency = <10000000>;
|
|
||||||
+
|
|
||||||
+ partitions {
|
|
||||||
+ compatible = "fixed-partitions";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ partition@0 {
|
|
||||||
+ label = "bl2";
|
|
||||||
+ reg = <0x0 0x20000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@20000 {
|
|
||||||
+ label = "reserved";
|
|
||||||
+ reg = <0x20000 0x20000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@40000 {
|
|
||||||
+ label = "u-boot-env";
|
|
||||||
+ reg = <0x40000 0x40000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@80000 {
|
|
||||||
+ label = "reserved2";
|
|
||||||
+ reg = <0x80000 0x80000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@100000 {
|
|
||||||
+ label = "fip";
|
|
||||||
+ reg = <0x100000 0x80000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@180000 {
|
|
||||||
+ label = "recovery";
|
|
||||||
+ reg = <0x180000 0xa80000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@c00000 {
|
|
||||||
+ label = "fit";
|
|
||||||
+ reg = <0xc00000 0x1400000>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso
|
|
||||||
@@ -0,0 +1,23 @@
|
|
||||||
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
+/*
|
|
||||||
+ * Copyright (C) 2021 MediaTek Inc.
|
|
||||||
+ * Author: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+/dts-v1/;
|
|
||||||
+/plugin/;
|
|
||||||
+
|
|
||||||
+/ {
|
|
||||||
+ compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
+
|
|
||||||
+ fragment@0 {
|
|
||||||
+ target-path = "/soc/mmc@11230000";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ bus-width = <4>;
|
|
||||||
+ max-frequency = <52000000>;
|
|
||||||
+ cap-sd-highspeed;
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -0,0 +1,450 @@
|
|
||||||
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
+/*
|
|
||||||
+ * Copyright (C) 2021 MediaTek Inc.
|
|
||||||
+ * Authors: Sam.Shih <sam.shih@mediatek.com>
|
|
||||||
+ * Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
+ * Daniel Golle <daniel@makrotopia.org>
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+/dts-v1/;
|
|
||||||
+#include <dt-bindings/gpio/gpio.h>
|
|
||||||
+#include <dt-bindings/input/input.h>
|
|
||||||
+#include <dt-bindings/leds/common.h>
|
|
||||||
+#include <dt-bindings/pinctrl/mt65xx.h>
|
|
||||||
+
|
|
||||||
+#include "mt7986a.dtsi"
|
|
||||||
+
|
|
||||||
+/ {
|
|
||||||
+ model = "Bananapi BPI-R3";
|
|
||||||
+ compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
+
|
|
||||||
+ aliases {
|
|
||||||
+ serial0 = &uart0;
|
|
||||||
+ ethernet0 = &gmac0;
|
|
||||||
+ ethernet1 = &gmac1;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ chosen {
|
|
||||||
+ stdout-path = "serial0:115200n8";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ dcin: regulator-12vd {
|
|
||||||
+ compatible = "regulator-fixed";
|
|
||||||
+ regulator-name = "12vd";
|
|
||||||
+ regulator-min-microvolt = <12000000>;
|
|
||||||
+ regulator-max-microvolt = <12000000>;
|
|
||||||
+ regulator-boot-on;
|
|
||||||
+ regulator-always-on;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ gpio-keys {
|
|
||||||
+ compatible = "gpio-keys";
|
|
||||||
+
|
|
||||||
+ reset-key {
|
|
||||||
+ label = "reset";
|
|
||||||
+ linux,code = <KEY_RESTART>;
|
|
||||||
+ gpios = <&pio 9 GPIO_ACTIVE_LOW>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wps-key {
|
|
||||||
+ label = "wps";
|
|
||||||
+ linux,code = <KEY_WPS_BUTTON>;
|
|
||||||
+ gpios = <&pio 10 GPIO_ACTIVE_LOW>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ /* i2c of the left SFP cage (wan) */
|
|
||||||
+ i2c_sfp1: i2c-gpio-0 {
|
|
||||||
+ compatible = "i2c-gpio";
|
|
||||||
+ sda-gpios = <&pio 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
|
||||||
+ scl-gpios = <&pio 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
|
||||||
+ i2c-gpio,delay-us = <2>;
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ /* i2c of the right SFP cage (lan) */
|
|
||||||
+ i2c_sfp2: i2c-gpio-1 {
|
|
||||||
+ compatible = "i2c-gpio";
|
|
||||||
+ sda-gpios = <&pio 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
|
||||||
+ scl-gpios = <&pio 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
|
||||||
+ i2c-gpio,delay-us = <2>;
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ leds {
|
|
||||||
+ compatible = "gpio-leds";
|
|
||||||
+
|
|
||||||
+ green_led: led-0 {
|
|
||||||
+ color = <LED_COLOR_ID_GREEN>;
|
|
||||||
+ function = LED_FUNCTION_POWER;
|
|
||||||
+ gpios = <&pio 69 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ default-state = "on";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ blue_led: led-1 {
|
|
||||||
+ color = <LED_COLOR_ID_BLUE>;
|
|
||||||
+ function = LED_FUNCTION_STATUS;
|
|
||||||
+ gpios = <&pio 86 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ default-state = "off";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ reg_1p8v: regulator-1p8v {
|
|
||||||
+ compatible = "regulator-fixed";
|
|
||||||
+ regulator-name = "1.8vd";
|
|
||||||
+ regulator-min-microvolt = <1800000>;
|
|
||||||
+ regulator-max-microvolt = <1800000>;
|
|
||||||
+ regulator-boot-on;
|
|
||||||
+ regulator-always-on;
|
|
||||||
+ vin-supply = <&dcin>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ reg_3p3v: regulator-3p3v {
|
|
||||||
+ compatible = "regulator-fixed";
|
|
||||||
+ regulator-name = "3.3vd";
|
|
||||||
+ regulator-min-microvolt = <3300000>;
|
|
||||||
+ regulator-max-microvolt = <3300000>;
|
|
||||||
+ regulator-boot-on;
|
|
||||||
+ regulator-always-on;
|
|
||||||
+ vin-supply = <&dcin>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ /* left SFP cage (wan) */
|
|
||||||
+ sfp1: sfp-1 {
|
|
||||||
+ compatible = "sff,sfp";
|
|
||||||
+ i2c-bus = <&i2c_sfp1>;
|
|
||||||
+ los-gpios = <&pio 46 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>;
|
|
||||||
+ tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ /* right SFP cage (lan) */
|
|
||||||
+ sfp2: sfp-2 {
|
|
||||||
+ compatible = "sff,sfp";
|
|
||||||
+ i2c-bus = <&i2c_sfp2>;
|
|
||||||
+ los-gpios = <&pio 31 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>;
|
|
||||||
+ tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&crypto {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+ð {
|
|
||||||
+ status = "okay";
|
|
||||||
+
|
|
||||||
+ gmac0: mac@0 {
|
|
||||||
+ compatible = "mediatek,eth-mac";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ phy-mode = "2500base-x";
|
|
||||||
+
|
|
||||||
+ fixed-link {
|
|
||||||
+ speed = <2500>;
|
|
||||||
+ full-duplex;
|
|
||||||
+ pause;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ gmac1: mac@1 {
|
|
||||||
+ compatible = "mediatek,eth-mac";
|
|
||||||
+ reg = <1>;
|
|
||||||
+ phy-mode = "2500base-x";
|
|
||||||
+ sfp = <&sfp1>;
|
|
||||||
+ managed = "in-band-status";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ mdio: mdio-bus {
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&mdio {
|
|
||||||
+ switch: switch@1f {
|
|
||||||
+ compatible = "mediatek,mt7531";
|
|
||||||
+ reg = <31>;
|
|
||||||
+ interrupt-controller;
|
|
||||||
+ #interrupt-cells = <1>;
|
|
||||||
+ interrupt-parent = <&pio>;
|
|
||||||
+ interrupts = <66 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ reset-gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&mmc0 {
|
|
||||||
+ pinctrl-names = "default", "state_uhs";
|
|
||||||
+ pinctrl-0 = <&mmc0_pins_default>;
|
|
||||||
+ pinctrl-1 = <&mmc0_pins_uhs>;
|
|
||||||
+ vmmc-supply = <®_3p3v>;
|
|
||||||
+ vqmmc-supply = <®_1p8v>;
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&i2c0 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&i2c_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&pcie {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&pcie_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&pcie_phy {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&pio {
|
|
||||||
+ i2c_pins: i2c-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "i2c";
|
|
||||||
+ groups = "i2c";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ mmc0_pins_default: mmc0-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "emmc";
|
|
||||||
+ groups = "emmc_51";
|
|
||||||
+ };
|
|
||||||
+ conf-cmd-dat {
|
|
||||||
+ pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
+ "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
+ "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
+ input-enable;
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ conf-clk {
|
|
||||||
+ pins = "EMMC_CK";
|
|
||||||
+ drive-strength = <6>;
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-ds {
|
|
||||||
+ pins = "EMMC_DSL";
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-rst {
|
|
||||||
+ pins = "EMMC_RSTB";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ mmc0_pins_uhs: mmc0-uhs-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "emmc";
|
|
||||||
+ groups = "emmc_51";
|
|
||||||
+ };
|
|
||||||
+ conf-cmd-dat {
|
|
||||||
+ pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
|
|
||||||
+ "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
||||||
+ "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
||||||
+ input-enable;
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ conf-clk {
|
|
||||||
+ pins = "EMMC_CK";
|
|
||||||
+ drive-strength = <6>;
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-ds {
|
|
||||||
+ pins = "EMMC_DSL";
|
|
||||||
+ bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
|
|
||||||
+ };
|
|
||||||
+ conf-rst {
|
|
||||||
+ pins = "EMMC_RSTB";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ pcie_pins: pcie-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "pcie";
|
|
||||||
+ groups = "pcie_clk", "pcie_pereset";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ spi_flash_pins: spi-flash-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi0", "spi0_wp_hold";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ spic_pins: spic-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "spi";
|
|
||||||
+ groups = "spi1_0";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ uart1_pins: uart1-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "uart";
|
|
||||||
+ groups = "uart1_rx_tx";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ uart2_pins: uart2-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "uart";
|
|
||||||
+ groups = "uart2_0_rx_tx";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wf_2g_5g_pins: wf-2g-5g-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "wifi";
|
|
||||||
+ groups = "wf_2g", "wf_5g";
|
|
||||||
+ };
|
|
||||||
+ conf {
|
|
||||||
+ pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
+ "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
+ "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
+ "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
+ "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
+ "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
+ "WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wf_dbdc_pins: wf-dbdc-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "wifi";
|
|
||||||
+ groups = "wf_dbdc";
|
|
||||||
+ };
|
|
||||||
+ conf {
|
|
||||||
+ pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
|
|
||||||
+ "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
|
|
||||||
+ "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
|
|
||||||
+ "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
|
|
||||||
+ "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
||||||
+ "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
||||||
+ "WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
||||||
+ drive-strength = <4>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ wf_led_pins: wf-led-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "led";
|
|
||||||
+ groups = "wifi_led";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&spi0 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spi_flash_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&spi1 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&spic_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&ssusb {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&switch {
|
|
||||||
+ ports {
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+
|
|
||||||
+ port@0 {
|
|
||||||
+ reg = <0>;
|
|
||||||
+ label = "wan";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port@1 {
|
|
||||||
+ reg = <1>;
|
|
||||||
+ label = "lan0";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port@2 {
|
|
||||||
+ reg = <2>;
|
|
||||||
+ label = "lan1";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port@3 {
|
|
||||||
+ reg = <3>;
|
|
||||||
+ label = "lan2";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port@4 {
|
|
||||||
+ reg = <4>;
|
|
||||||
+ label = "lan3";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port5: port@5 {
|
|
||||||
+ reg = <5>;
|
|
||||||
+ label = "lan4";
|
|
||||||
+ phy-mode = "2500base-x";
|
|
||||||
+ sfp = <&sfp2>;
|
|
||||||
+ managed = "in-band-status";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ port@6 {
|
|
||||||
+ reg = <6>;
|
|
||||||
+ label = "cpu";
|
|
||||||
+ ethernet = <&gmac0>;
|
|
||||||
+ phy-mode = "2500base-x";
|
|
||||||
+
|
|
||||||
+ fixed-link {
|
|
||||||
+ speed = <2500>;
|
|
||||||
+ full-duplex;
|
|
||||||
+ pause;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&trng {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&uart0 {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&uart1 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&uart1_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&uart2 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&uart2_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&usb_phy {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&watchdog {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&wifi {
|
|
||||||
+ status = "okay";
|
|
||||||
+ pinctrl-names = "default", "dbdc";
|
|
||||||
+ pinctrl-0 = <&wf_2g_5g_pins>, <&wf_led_pins>;
|
|
||||||
+ pinctrl-1 = <&wf_dbdc_pins>, <&wf_led_pins>;
|
|
||||||
+};
|
|
||||||
+
|
|
@ -1,323 +0,0 @@
|
|||||||
From 4c2d5411f4b101f7aa0fd74f80109e3afd6dc967 Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Wed, 17 May 2023 12:11:08 +0200
|
|
||||||
Subject: [PATCH 11/19] arm64: mediatek: Propagate chassis-type where possible
|
|
||||||
|
|
||||||
The chassis-type string identifies the form-factor of the system:
|
|
||||||
add this property to all device trees of devices for which the form
|
|
||||||
factor is known.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230517101108.205654-1-angelogioacchino.delregno@collabora.com
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt6755-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt6779-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt6795-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt6797-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8167-pumpkin.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8173-elm.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-burnet.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts | 1 +
|
|
||||||
.../boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu-sku22.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku16.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku288.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts | 1 +
|
|
||||||
arch/arm64/boot/dts/mediatek/mt8186-evb.dts | 1 +
|
|
||||||
28 files changed, 28 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
|
|
||||||
@@ -11,6 +11,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT2712 evaluation board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt2712-evb", "mediatek,mt2712";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt6755-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt6755-evb.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT6755 EVB";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt6755-evb", "mediatek,mt6755";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt6779-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt6779-evb.dts
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT6779 EVB";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt6779-evb", "mediatek,mt6779";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt6795-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt6795-evb.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT6795 Evaluation Board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt6797-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt6797-evb.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT6797 Evaluation Board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Mediatek X20 Development Board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Bananapi BPI-R64";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "bananapi,bpi-r64", "mediatek,mt7622";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7622 RFB1 board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Bananapi BPI-R3";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "bananapi,bpi-r3", "mediatek,mt7986a";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
|
|
||||||
@@ -11,6 +11,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7986a RFB";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT7986b RFB";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt7986b-rfb", "mediatek,mt7986b";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8167-pumpkin.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8167-pumpkin.dts
|
|
||||||
@@ -11,6 +11,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Pumpkin MT8167";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt8167-pumpkin", "mediatek,mt8167";
|
|
||||||
|
|
||||||
memory@40000000 {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google Hanawl";
|
|
||||||
+ chassis-type = "laptop";
|
|
||||||
compatible = "google,hana-rev7", "mediatek,mt8173";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google Hana";
|
|
||||||
+ chassis-type = "laptop";
|
|
||||||
compatible = "google,hana-rev6", "google,hana-rev5",
|
|
||||||
"google,hana-rev4", "google,hana-rev3",
|
|
||||||
"google,hana", "mediatek,mt8173";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dts
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google Elm";
|
|
||||||
+ chassis-type = "laptop";
|
|
||||||
compatible = "google,elm-rev8", "google,elm-rev7", "google,elm-rev6",
|
|
||||||
"google,elm-rev5", "google,elm-rev4", "google,elm-rev3",
|
|
||||||
"google,elm", "mediatek,mt8173";
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT8173 evaluation board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt8173-evb", "mediatek,mt8173";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts
|
|
||||||
@@ -11,6 +11,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT8183 evaluation board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt8183-evb", "mediatek,mt8183";
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-burnet.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-burnet.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google burnet board";
|
|
||||||
+ chassis-type = "convertible";
|
|
||||||
compatible = "google,burnet", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google damu board";
|
|
||||||
+ chassis-type = "convertible";
|
|
||||||
compatible = "google,damu", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google juniper sku16 board";
|
|
||||||
+ chassis-type = "convertible";
|
|
||||||
compatible = "google,juniper-sku16", "google,juniper", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu-sku22.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu-sku22.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek kakadu board sku22";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,kakadu-rev3-sku22", "google,kakadu-rev2-sku22",
|
|
||||||
"google,kakadu", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek kakadu board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,kakadu-rev3", "google,kakadu-rev2",
|
|
||||||
"google,kakadu", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku16.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku16.dts
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek kodama sku16 board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,kodama-sku16", "google,kodama", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek kodama sku272 board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,kodama-sku272", "google,kodama", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku288.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku288.dts
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek kodama sku288 board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,kodama-sku288", "google,kodama", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts
|
|
||||||
@@ -14,6 +14,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek krane sku0 board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,krane-sku0", "google,krane", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts
|
|
||||||
@@ -14,6 +14,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek krane sku176 board";
|
|
||||||
+ chassis-type = "tablet";
|
|
||||||
compatible = "google,krane-sku176", "google,krane", "mediatek,mt8183";
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt8186-evb.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt8186-evb.dts
|
|
||||||
@@ -7,6 +7,7 @@
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "MediaTek MT8186 evaluation board";
|
|
||||||
+ chassis-type = "embedded";
|
|
||||||
compatible = "mediatek,mt8186-evb", "mediatek,mt8186";
|
|
||||||
|
|
||||||
aliases {
|
|
@ -1,38 +0,0 @@
|
|||||||
From 3b92c547e3d4a35c6214b3e7fa1103d0749d83b1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Fri, 21 Apr 2023 15:20:44 +0200
|
|
||||||
Subject: [PATCH 12/19] arm64: dts: mt7986: add PWM
|
|
||||||
|
|
||||||
This adds pwm node to mt7986.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20230421132047.42166-5-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 14 ++++++++++++++
|
|
||||||
1 file changed, 14 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -241,6 +241,20 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ pwm: pwm@10048000 {
|
|
||||||
+ compatible = "mediatek,mt7986-pwm";
|
|
||||||
+ reg = <0 0x10048000 0 0x1000>;
|
|
||||||
+ #clock-cells = <1>;
|
|
||||||
+ #pwm-cells = <2>;
|
|
||||||
+ interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&topckgen CLK_TOP_PWM_SEL>,
|
|
||||||
+ <&infracfg CLK_INFRA_PWM_STA>,
|
|
||||||
+ <&infracfg CLK_INFRA_PWM1_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_PWM2_CK>;
|
|
||||||
+ clock-names = "top", "main", "pwm1", "pwm2";
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
uart0: serial@11002000 {
|
|
||||||
compatible = "mediatek,mt7986-uart",
|
|
||||||
"mediatek,mt6577-uart";
|
|
@ -1,43 +0,0 @@
|
|||||||
From 35e482bb599df010b4869017ff576dbb7a4d4c2e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Fri, 21 Apr 2023 15:20:45 +0200
|
|
||||||
Subject: [PATCH 13/19] arm64: dts: mt7986: add PWM to BPI-R3
|
|
||||||
|
|
||||||
Add pwm node and pinctrl to BananaPi R3 devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Link: https://lore.kernel.org/r/20230421132047.42166-6-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
.../boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 13 +++++++++++++
|
|
||||||
1 file changed, 13 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -275,6 +275,13 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+ pwm_pins: pwm-pins {
|
|
||||||
+ mux {
|
|
||||||
+ function = "pwm";
|
|
||||||
+ groups = "pwm0", "pwm1_0";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
spi_flash_pins: spi-flash-pins {
|
|
||||||
mux {
|
|
||||||
function = "spi";
|
|
||||||
@@ -345,6 +352,12 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&pwm {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&pwm_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&spi0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi_flash_pins>;
|
|
@ -1,27 +0,0 @@
|
|||||||
From ccdda5714446db8690505371442f7807f5d7c6fc Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 5 Feb 2023 18:48:33 +0100
|
|
||||||
Subject: [PATCH 14/19] arm64: dts: mt7986: set Wifi Leds low-active for BPI-R3
|
|
||||||
|
|
||||||
Leds for Wifi are low-active, so add property to devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230205174833.107050-1-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -460,5 +460,9 @@
|
|
||||||
pinctrl-names = "default", "dbdc";
|
|
||||||
pinctrl-0 = <&wf_2g_5g_pins>, <&wf_led_pins>;
|
|
||||||
pinctrl-1 = <&wf_dbdc_pins>, <&wf_led_pins>;
|
|
||||||
+
|
|
||||||
+ led {
|
|
||||||
+ led-active-low;
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
|||||||
From 1423b4b780adcf3994e63a5988a62d5d1d509bb1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 28 May 2023 13:33:42 +0200
|
|
||||||
Subject: [PATCH 15/19] arm64: dts: mt7986: use size of reserved partition for
|
|
||||||
bl2
|
|
||||||
|
|
||||||
To store uncompressed bl2 more space is required than partition is
|
|
||||||
actually defined.
|
|
||||||
|
|
||||||
There is currently no known usage of this reserved partition.
|
|
||||||
Openwrt uses same partition layout.
|
|
||||||
|
|
||||||
We added same change to u-boot with commit d7bb1099 [1].
|
|
||||||
|
|
||||||
[1] https://source.denx.de/u-boot/u-boot/-/commit/d7bb109900c1ca754a0198b9afb50e3161ffc21e
|
|
||||||
|
|
||||||
Cc: stable@vger.kernel.org
|
|
||||||
Fixes: 8e01fb15b815 ("arm64: dts: mt7986: add Bananapi R3")
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/20230528113343.7649-1-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
.../boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso | 7 +------
|
|
||||||
1 file changed, 1 insertion(+), 6 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
@@ -27,15 +27,10 @@
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "bl2";
|
|
||||||
- reg = <0x0 0x20000>;
|
|
||||||
+ reg = <0x0 0x40000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
- partition@20000 {
|
|
||||||
- label = "reserved";
|
|
||||||
- reg = <0x20000 0x20000>;
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
partition@40000 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x40000 0x40000>;
|
|
@ -1,80 +0,0 @@
|
|||||||
From 40a5a767d698ef7a71f8be851ea18b0a7a8b47bd Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Tue, 30 May 2023 22:12:33 +0200
|
|
||||||
Subject: [PATCH 16/19] arm64: dts: mt7986: add thermal and efuse
|
|
||||||
|
|
||||||
Add thermal related nodes to mt7986 devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230530201235.22330-3-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 36 ++++++++++++++++++++++-
|
|
||||||
1 file changed, 35 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -338,6 +338,15 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ auxadc: adc@1100d000 {
|
|
||||||
+ compatible = "mediatek,mt7986-auxadc";
|
|
||||||
+ reg = <0 0x1100d000 0 0x1000>;
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_ADC_26M_CK>;
|
|
||||||
+ clock-names = "main";
|
|
||||||
+ #io-channel-cells = <1>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
ssusb: usb@11200000 {
|
|
||||||
compatible = "mediatek,mt7986-xhci",
|
|
||||||
"mediatek,mtk-xhci";
|
|
||||||
@@ -376,6 +385,21 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ thermal: thermal@1100c800 {
|
|
||||||
+ #thermal-sensor-cells = <1>;
|
|
||||||
+ compatible = "mediatek,mt7986-thermal";
|
|
||||||
+ reg = <0 0x1100c800 0 0x800>;
|
|
||||||
+ interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
+ clocks = <&infracfg CLK_INFRA_THERM_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_ADC_26M_CK>,
|
|
||||||
+ <&infracfg CLK_INFRA_ADC_FRC_CK>;
|
|
||||||
+ clock-names = "therm", "auxadc", "adc_32k";
|
|
||||||
+ mediatek,auxadc = <&auxadc>;
|
|
||||||
+ mediatek,apmixedsys = <&apmixedsys>;
|
|
||||||
+ nvmem-cells = <&thermal_calibration>;
|
|
||||||
+ nvmem-cell-names = "calibration-data";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
pcie: pcie@11280000 {
|
|
||||||
compatible = "mediatek,mt7986-pcie",
|
|
||||||
"mediatek,mt8192-pcie";
|
|
||||||
@@ -427,6 +451,17 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+ efuse: efuse@11d00000 {
|
|
||||||
+ compatible = "mediatek,mt7986-efuse", "mediatek,efuse";
|
|
||||||
+ reg = <0 0x11d00000 0 0x1000>;
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ thermal_calibration: calib@274 {
|
|
||||||
+ reg = <0x274 0xc>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
usb_phy: t-phy@11e10000 {
|
|
||||||
compatible = "mediatek,mt7986-tphy",
|
|
||||||
"mediatek,generic-tphy-v2";
|
|
||||||
@@ -568,5 +603,4 @@
|
|
||||||
memory-region = <&wmcpu_emi>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
-
|
|
||||||
};
|
|
@ -1,51 +0,0 @@
|
|||||||
From bb78d0cf5117517f1ed296ae71048945d9107675 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Tue, 30 May 2023 22:12:34 +0200
|
|
||||||
Subject: [PATCH 17/19] arm64: dts: mt7986: add thermal-zones
|
|
||||||
|
|
||||||
Add thermal-zones to mt7986 devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230530201235.22330-4-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 28 +++++++++++++++++++++++
|
|
||||||
1 file changed, 28 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -603,4 +603,32 @@
|
|
||||||
memory-region = <&wmcpu_emi>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+ thermal-zones {
|
|
||||||
+ cpu_thermal: cpu-thermal {
|
|
||||||
+ polling-delay-passive = <1000>;
|
|
||||||
+ polling-delay = <1000>;
|
|
||||||
+ thermal-sensors = <&thermal 0>;
|
|
||||||
+
|
|
||||||
+ trips {
|
|
||||||
+ cpu_trip_active_high: active-high {
|
|
||||||
+ temperature = <115000>;
|
|
||||||
+ hysteresis = <2000>;
|
|
||||||
+ type = "active";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ cpu_trip_active_low: active-low {
|
|
||||||
+ temperature = <85000>;
|
|
||||||
+ hysteresis = <2000>;
|
|
||||||
+ type = "active";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ cpu_trip_passive: passive {
|
|
||||||
+ temperature = <40000>;
|
|
||||||
+ hysteresis = <2000>;
|
|
||||||
+ type = "passive";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
@ -1,64 +0,0 @@
|
|||||||
From 5d90603b09e5814ffc38c47e79ccf9bc564f9296 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Tue, 30 May 2023 22:12:35 +0200
|
|
||||||
Subject: [PATCH 18/19] arm64: dts: mt7986: add pwm-fan and cooling-maps to
|
|
||||||
BPI-R3 dts
|
|
||||||
|
|
||||||
Add pwm-fan and cooling-maps to BananaPi-R3 devicetree.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230530201235.22330-5-linux@fw-web.de
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
.../dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 31 +++++++++++++++++++
|
|
||||||
1 file changed, 31 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -38,6 +38,15 @@
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
+ fan: pwm-fan {
|
|
||||||
+ compatible = "pwm-fan";
|
|
||||||
+ #cooling-cells = <2>;
|
|
||||||
+ /* cooling level (0, 1, 2) - pwm inverted */
|
|
||||||
+ cooling-levels = <255 96 0>;
|
|
||||||
+ pwms = <&pwm 0 10000 0>;
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
gpio-keys {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
|
|
||||||
@@ -133,6 +142,28 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&cpu_thermal {
|
|
||||||
+ cooling-maps {
|
|
||||||
+ cpu-active-high {
|
|
||||||
+ /* active: set fan to cooling level 2 */
|
|
||||||
+ cooling-device = <&fan 2 2>;
|
|
||||||
+ trip = <&cpu_trip_active_high>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ cpu-active-low {
|
|
||||||
+ /* active: set fan to cooling level 1 */
|
|
||||||
+ cooling-device = <&fan 1 1>;
|
|
||||||
+ trip = <&cpu_trip_active_low>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ cpu-passive {
|
|
||||||
+ /* passive: set fan to cooling level 0 */
|
|
||||||
+ cooling-device = <&fan 0 0>;
|
|
||||||
+ trip = <&cpu_trip_passive>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&crypto {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,41 +0,0 @@
|
|||||||
From 6dd3b939370094eb79529683be84500f3c757404 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Tue, 6 Jun 2023 16:43:20 +0100
|
|
||||||
Subject: [PATCH 19/19] arm64: dts: mt7986: increase bl2 partition on NAND of
|
|
||||||
Bananapi R3
|
|
||||||
|
|
||||||
The bootrom burned into the MT7986 SoC will try multiple locations on
|
|
||||||
the SPI-NAND flash to load bl2 in case the bl2 image located at the the
|
|
||||||
previously attempted offset is corrupt.
|
|
||||||
|
|
||||||
Use 0x100000 instead of 0x80000 as partition size for bl2 on SPI-NAND,
|
|
||||||
allowing for up to four redundant copies of bl2 (typically sized a
|
|
||||||
bit less than 0x40000).
|
|
||||||
|
|
||||||
Fixes: 8e01fb15b8157 ("arm64: dts: mt7986: add Bananapi R3")
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/ZH9UGF99RgzrHZ88@makrotopia.org
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
.../boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso | 6 +++---
|
|
||||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
@@ -29,13 +29,13 @@
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "bl2";
|
|
||||||
- reg = <0x0 0x80000>;
|
|
||||||
+ reg = <0x0 0x100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
- partition@80000 {
|
|
||||||
+ partition@100000 {
|
|
||||||
label = "reserved";
|
|
||||||
- reg = <0x80000 0x300000>;
|
|
||||||
+ reg = <0x100000 0x280000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@380000 {
|
|
@ -1,34 +0,0 @@
|
|||||||
From f8ed4088ed9c61ae92193da6130d04c37e7b19f2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 20 Aug 2023 17:31:33 +0200
|
|
||||||
Subject: [PATCH 20/22] arm64: dts: mt7986: define 3W max power to both SFP on
|
|
||||||
BPI-R3
|
|
||||||
|
|
||||||
All SFP power supplies are connected to the system VDD33 which is 3v3/8A.
|
|
||||||
Set 3A per SFP slot to allow SFPs work which need more power than the
|
|
||||||
default 1W.
|
|
||||||
|
|
||||||
Fixes: 8e01fb15b815 ("arm64: dts: mt7986: add Bananapi R3")
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -126,6 +126,7 @@
|
|
||||||
compatible = "sff,sfp";
|
|
||||||
i2c-bus = <&i2c_sfp1>;
|
|
||||||
los-gpios = <&pio 46 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ maximum-power-milliwatt = <3000>;
|
|
||||||
mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>;
|
|
||||||
tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
|
|
||||||
@@ -137,6 +138,7 @@
|
|
||||||
i2c-bus = <&i2c_sfp2>;
|
|
||||||
los-gpios = <&pio 31 GPIO_ACTIVE_HIGH>;
|
|
||||||
mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>;
|
|
||||||
+ maximum-power-milliwatt = <3000>;
|
|
||||||
tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>;
|
|
||||||
tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
@ -1,59 +0,0 @@
|
|||||||
From aa3d6df9803c267725dc72286bb91602b7579882 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 20 Aug 2023 17:31:34 +0200
|
|
||||||
Subject: [PATCH 21/22] arm64: dts: mt7986: change cooling trips
|
|
||||||
|
|
||||||
Add Critical and hot trips for emergency system shutdown and limiting
|
|
||||||
system load.
|
|
||||||
|
|
||||||
Change passive trip to active to make sure fan is activated on the
|
|
||||||
lowest trip.
|
|
||||||
|
|
||||||
Fixes: 1f5be05132f3 ("arm64: dts: mt7986: add thermal-zones")
|
|
||||||
Suggested-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 20 ++++++++++++++++----
|
|
||||||
1 file changed, 16 insertions(+), 4 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -611,22 +611,34 @@
|
|
||||||
thermal-sensors = <&thermal 0>;
|
|
||||||
|
|
||||||
trips {
|
|
||||||
+ cpu_trip_crit: crit {
|
|
||||||
+ temperature = <125000>;
|
|
||||||
+ hysteresis = <2000>;
|
|
||||||
+ type = "critical";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ cpu_trip_hot: hot {
|
|
||||||
+ temperature = <120000>;
|
|
||||||
+ hysteresis = <2000>;
|
|
||||||
+ type = "hot";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
cpu_trip_active_high: active-high {
|
|
||||||
temperature = <115000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
- cpu_trip_active_low: active-low {
|
|
||||||
+ cpu_trip_active_med: active-med {
|
|
||||||
temperature = <85000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
- cpu_trip_passive: passive {
|
|
||||||
- temperature = <40000>;
|
|
||||||
+ cpu_trip_active_low: active-low {
|
|
||||||
+ temperature = <60000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
- type = "passive";
|
|
||||||
+ type = "active";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,38 +0,0 @@
|
|||||||
From 6ddf23526955b8dbedfeaa57e691261fd73f9d4e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Date: Sun, 20 Aug 2023 17:31:35 +0200
|
|
||||||
Subject: [PATCH 22/22] arm64: dts: mt7986: change thermal trips on BPI-R3
|
|
||||||
|
|
||||||
Apply new naming after mt7986 thermal trips were changed.
|
|
||||||
|
|
||||||
Fixes: c26f779a2295 ("arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts")
|
|
||||||
Suggested-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
---
|
|
||||||
.../boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 10 +++++-----
|
|
||||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -152,16 +152,16 @@
|
|
||||||
trip = <&cpu_trip_active_high>;
|
|
||||||
};
|
|
||||||
|
|
||||||
- cpu-active-low {
|
|
||||||
+ cpu-active-med {
|
|
||||||
/* active: set fan to cooling level 1 */
|
|
||||||
cooling-device = <&fan 1 1>;
|
|
||||||
- trip = <&cpu_trip_active_low>;
|
|
||||||
+ trip = <&cpu_trip_active_med>;
|
|
||||||
};
|
|
||||||
|
|
||||||
- cpu-passive {
|
|
||||||
- /* passive: set fan to cooling level 0 */
|
|
||||||
+ cpu-active-low {
|
|
||||||
+ /* active: set fan to cooling level 0 */
|
|
||||||
cooling-device = <&fan 0 0>;
|
|
||||||
- trip = <&cpu_trip_passive>;
|
|
||||||
+ trip = <&cpu_trip_active_low>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,216 +0,0 @@
|
|||||||
From 69357074558daf6ff24c9f58714935e9e095a865 Mon Sep 17 00:00:00 2001
|
|
||||||
From: OpenWrt community <openwrt-devel@lists.openwrt.org>
|
|
||||||
Date: Wed, 13 Jul 2022 13:37:33 +0200
|
|
||||||
Subject: [PATCH] kernel: add block fit partition parser
|
|
||||||
|
|
||||||
---
|
|
||||||
block/blk.h | 2 ++
|
|
||||||
block/partitions/Kconfig | 7 +++++++
|
|
||||||
block/partitions/Makefile | 1 +
|
|
||||||
block/partitions/check.h | 3 +++
|
|
||||||
block/partitions/core.c | 17 +++++++++++++++++
|
|
||||||
block/partitions/efi.c | 8 ++++++++
|
|
||||||
block/partitions/efi.h | 3 +++
|
|
||||||
block/partitions/msdos.c | 10 ++++++++++
|
|
||||||
drivers/mtd/mtd_blkdevs.c | 2 ++
|
|
||||||
drivers/mtd/ubi/block.c | 3 +++
|
|
||||||
include/linux/msdos_partition.h | 1 +
|
|
||||||
11 files changed, 57 insertions(+)
|
|
||||||
|
|
||||||
--- a/block/blk.h
|
|
||||||
+++ b/block/blk.h
|
|
||||||
@@ -414,6 +414,8 @@ void blk_free_ext_minor(unsigned int min
|
|
||||||
#define ADDPART_FLAG_NONE 0
|
|
||||||
#define ADDPART_FLAG_RAID 1
|
|
||||||
#define ADDPART_FLAG_WHOLEDISK 2
|
|
||||||
+#define ADDPART_FLAG_READONLY 4
|
|
||||||
+#define ADDPART_FLAG_ROOTDEV 8
|
|
||||||
int bdev_add_partition(struct gendisk *disk, int partno, sector_t start,
|
|
||||||
sector_t length);
|
|
||||||
int bdev_del_partition(struct gendisk *disk, int partno);
|
|
||||||
--- a/block/partitions/Kconfig
|
|
||||||
+++ b/block/partitions/Kconfig
|
|
||||||
@@ -103,6 +103,13 @@ config ATARI_PARTITION
|
|
||||||
Say Y here if you would like to use hard disks under Linux which
|
|
||||||
were partitioned under the Atari OS.
|
|
||||||
|
|
||||||
+config FIT_PARTITION
|
|
||||||
+ bool "Flattened-Image-Tree (FIT) partition support" if PARTITION_ADVANCED
|
|
||||||
+ default n
|
|
||||||
+ help
|
|
||||||
+ Say Y here if your system needs to mount the filesystem part of
|
|
||||||
+ a Flattened-Image-Tree (FIT) image commonly used with Das U-Boot.
|
|
||||||
+
|
|
||||||
config IBM_PARTITION
|
|
||||||
bool "IBM disk label and partition support"
|
|
||||||
depends on PARTITION_ADVANCED && S390
|
|
||||||
--- a/block/partitions/Makefile
|
|
||||||
+++ b/block/partitions/Makefile
|
|
||||||
@@ -8,6 +8,7 @@ obj-$(CONFIG_ACORN_PARTITION) += acorn.o
|
|
||||||
obj-$(CONFIG_AMIGA_PARTITION) += amiga.o
|
|
||||||
obj-$(CONFIG_ATARI_PARTITION) += atari.o
|
|
||||||
obj-$(CONFIG_AIX_PARTITION) += aix.o
|
|
||||||
+obj-$(CONFIG_FIT_PARTITION) += fit.o
|
|
||||||
obj-$(CONFIG_CMDLINE_PARTITION) += cmdline.o
|
|
||||||
obj-$(CONFIG_MAC_PARTITION) += mac.o
|
|
||||||
obj-$(CONFIG_LDM_PARTITION) += ldm.o
|
|
||||||
--- a/block/partitions/check.h
|
|
||||||
+++ b/block/partitions/check.h
|
|
||||||
@@ -57,6 +57,7 @@ int amiga_partition(struct parsed_partit
|
|
||||||
int atari_partition(struct parsed_partitions *state);
|
|
||||||
int cmdline_partition(struct parsed_partitions *state);
|
|
||||||
int efi_partition(struct parsed_partitions *state);
|
|
||||||
+int fit_partition(struct parsed_partitions *state);
|
|
||||||
int ibm_partition(struct parsed_partitions *);
|
|
||||||
int karma_partition(struct parsed_partitions *state);
|
|
||||||
int ldm_partition(struct parsed_partitions *state);
|
|
||||||
@@ -67,3 +68,5 @@ int sgi_partition(struct parsed_partitio
|
|
||||||
int sun_partition(struct parsed_partitions *state);
|
|
||||||
int sysv68_partition(struct parsed_partitions *state);
|
|
||||||
int ultrix_partition(struct parsed_partitions *state);
|
|
||||||
+
|
|
||||||
+int parse_fit_partitions(struct parsed_partitions *state, u64 start_sector, u64 nr_sectors, int *slot, int add_remain);
|
|
||||||
--- a/block/partitions/core.c
|
|
||||||
+++ b/block/partitions/core.c
|
|
||||||
@@ -11,6 +11,9 @@
|
|
||||||
#include <linux/vmalloc.h>
|
|
||||||
#include <linux/raid/detect.h>
|
|
||||||
#include <linux/property.h>
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+#include <linux/root_dev.h>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
#include "check.h"
|
|
||||||
|
|
||||||
@@ -48,6 +51,9 @@ static int (*check_part[])(struct parsed
|
|
||||||
#ifdef CONFIG_EFI_PARTITION
|
|
||||||
efi_partition, /* this must come before msdos */
|
|
||||||
#endif
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ fit_partition,
|
|
||||||
+#endif
|
|
||||||
#ifdef CONFIG_SGI_PARTITION
|
|
||||||
sgi_partition,
|
|
||||||
#endif
|
|
||||||
@@ -439,6 +445,11 @@ static struct block_device *add_partitio
|
|
||||||
goto out_del;
|
|
||||||
}
|
|
||||||
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ if (flags & ADDPART_FLAG_READONLY)
|
|
||||||
+ bdev->bd_read_only = true;
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
/* everything is up and running, commence */
|
|
||||||
err = xa_insert(&disk->part_tbl, partno, bdev, GFP_KERNEL);
|
|
||||||
if (err)
|
|
||||||
@@ -631,6 +642,11 @@ static bool blk_add_partition(struct gen
|
|
||||||
(state->parts[p].flags & ADDPART_FLAG_RAID))
|
|
||||||
md_autodetect_dev(part->bd_dev);
|
|
||||||
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ if ((state->parts[p].flags & ADDPART_FLAG_ROOTDEV) && ROOT_DEV == 0)
|
|
||||||
+ ROOT_DEV = part->bd_dev;
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
--- a/block/partitions/efi.c
|
|
||||||
+++ b/block/partitions/efi.c
|
|
||||||
@@ -716,6 +716,9 @@ int efi_partition(struct parsed_partitio
|
|
||||||
gpt_entry *ptes = NULL;
|
|
||||||
u32 i;
|
|
||||||
unsigned ssz = queue_logical_block_size(state->disk->queue) / 512;
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ u32 extra_slot = 64;
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
if (!find_valid_gpt(state, &gpt, &ptes) || !gpt || !ptes) {
|
|
||||||
kfree(gpt);
|
|
||||||
@@ -749,6 +752,11 @@ int efi_partition(struct parsed_partitio
|
|
||||||
ARRAY_SIZE(ptes[i].partition_name));
|
|
||||||
utf16_le_to_7bit(ptes[i].partition_name, label_max, info->volname);
|
|
||||||
state->parts[i + 1].has_info = true;
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ /* If this is a U-Boot FIT volume it may have subpartitions */
|
|
||||||
+ if (!efi_guidcmp(ptes[i].partition_type_guid, PARTITION_LINUX_FIT_GUID))
|
|
||||||
+ (void) parse_fit_partitions(state, start * ssz, size * ssz, &extra_slot, 1);
|
|
||||||
+#endif
|
|
||||||
}
|
|
||||||
kfree(ptes);
|
|
||||||
kfree(gpt);
|
|
||||||
--- a/block/partitions/efi.h
|
|
||||||
+++ b/block/partitions/efi.h
|
|
||||||
@@ -51,6 +51,9 @@
|
|
||||||
#define PARTITION_LINUX_LVM_GUID \
|
|
||||||
EFI_GUID( 0xe6d6d379, 0xf507, 0x44c2, \
|
|
||||||
0xa2, 0x3c, 0x23, 0x8f, 0x2a, 0x3d, 0xf9, 0x28)
|
|
||||||
+#define PARTITION_LINUX_FIT_GUID \
|
|
||||||
+ EFI_GUID( 0xcae9be83, 0xb15f, 0x49cc, \
|
|
||||||
+ 0x86, 0x3f, 0x08, 0x1b, 0x74, 0x4a, 0x2d, 0x93)
|
|
||||||
|
|
||||||
typedef struct _gpt_header {
|
|
||||||
__le64 signature;
|
|
||||||
--- a/block/partitions/msdos.c
|
|
||||||
+++ b/block/partitions/msdos.c
|
|
||||||
@@ -564,6 +564,15 @@ static void parse_minix(struct parsed_pa
|
|
||||||
#endif /* CONFIG_MINIX_SUBPARTITION */
|
|
||||||
}
|
|
||||||
|
|
||||||
+static void parse_fit_mbr(struct parsed_partitions *state,
|
|
||||||
+ sector_t offset, sector_t size, int origin)
|
|
||||||
+{
|
|
||||||
+#ifdef CONFIG_FIT_PARTITION
|
|
||||||
+ u32 extra_slot = 64;
|
|
||||||
+ (void) parse_fit_partitions(state, offset, size, &extra_slot, 1);
|
|
||||||
+#endif /* CONFIG_FIT_PARTITION */
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
static struct {
|
|
||||||
unsigned char id;
|
|
||||||
void (*parse)(struct parsed_partitions *, sector_t, sector_t, int);
|
|
||||||
@@ -575,6 +584,7 @@ static struct {
|
|
||||||
{UNIXWARE_PARTITION, parse_unixware},
|
|
||||||
{SOLARIS_X86_PARTITION, parse_solaris_x86},
|
|
||||||
{NEW_SOLARIS_X86_PARTITION, parse_solaris_x86},
|
|
||||||
+ {FIT_PARTITION, parse_fit_mbr},
|
|
||||||
{0, NULL},
|
|
||||||
};
|
|
||||||
|
|
||||||
--- a/drivers/mtd/mtd_blkdevs.c
|
|
||||||
+++ b/drivers/mtd/mtd_blkdevs.c
|
|
||||||
@@ -359,7 +359,9 @@ int add_mtd_blktrans_dev(struct mtd_blkt
|
|
||||||
} else {
|
|
||||||
snprintf(gd->disk_name, sizeof(gd->disk_name),
|
|
||||||
"%s%d", tr->name, new->devnum);
|
|
||||||
- gd->flags |= GENHD_FL_NO_PART;
|
|
||||||
+
|
|
||||||
+ if (!IS_ENABLED(CONFIG_FIT_PARTITION) || mtd_type_is_nand(new->mtd))
|
|
||||||
+ gd->flags |= GENHD_FL_NO_PART;
|
|
||||||
}
|
|
||||||
|
|
||||||
set_capacity(gd, ((u64)new->size * tr->blksize) >> 9);
|
|
||||||
--- a/drivers/mtd/ubi/block.c
|
|
||||||
+++ b/drivers/mtd/ubi/block.c
|
|
||||||
@@ -432,7 +432,9 @@ int ubiblock_create(struct ubi_volume_in
|
|
||||||
ret = -ENODEV;
|
|
||||||
goto out_cleanup_disk;
|
|
||||||
}
|
|
||||||
- gd->flags |= GENHD_FL_NO_PART;
|
|
||||||
+ if (!IS_ENABLED(CONFIG_FIT_PARTITION))
|
|
||||||
+ gd->flags |= GENHD_FL_NO_PART;
|
|
||||||
+
|
|
||||||
gd->private_data = dev;
|
|
||||||
sprintf(gd->disk_name, "ubiblock%d_%d", dev->ubi_num, dev->vol_id);
|
|
||||||
set_capacity(gd, disk_capacity);
|
|
||||||
--- a/include/linux/msdos_partition.h
|
|
||||||
+++ b/include/linux/msdos_partition.h
|
|
||||||
@@ -31,6 +31,7 @@ enum msdos_sys_ind {
|
|
||||||
LINUX_LVM_PARTITION = 0x8e,
|
|
||||||
LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
|
|
||||||
|
|
||||||
+ FIT_PARTITION = 0x2e, /* U-Boot uImage.FIT */
|
|
||||||
SOLARIS_X86_PARTITION = 0x82, /* also Linux swap partitions */
|
|
||||||
NEW_SOLARIS_X86_PARTITION = 0xbf,
|
|
||||||
|
|
@ -1,107 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
@@ -1,7 +1,6 @@
|
|
||||||
/*
|
|
||||||
- * Copyright (c) 2017 MediaTek Inc.
|
|
||||||
- * Author: Ming Huang <ming.huang@mediatek.com>
|
|
||||||
- * Sean Wang <sean.wang@mediatek.com>
|
|
||||||
+ * Copyright (c) 2018 MediaTek Inc.
|
|
||||||
+ * Author: Ryder Lee <ryder.lee@mediatek.com>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
||||||
*/
|
|
||||||
@@ -24,7 +23,7 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
- bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512";
|
|
||||||
+ bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpus {
|
|
||||||
@@ -45,18 +44,18 @@
|
|
||||||
key-factory {
|
|
||||||
label = "factory";
|
|
||||||
linux,code = <BTN_0>;
|
|
||||||
- gpios = <&pio 0 0>;
|
|
||||||
+ gpios = <&pio 0 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
|
|
||||||
key-wps {
|
|
||||||
label = "wps";
|
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
|
||||||
- gpios = <&pio 102 0>;
|
|
||||||
+ gpios = <&pio 102 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@40000000 {
|
|
||||||
- reg = <0 0x40000000 0 0x20000000>;
|
|
||||||
+ reg = <0 0x40000000 0 0x40000000>;
|
|
||||||
device_type = "memory";
|
|
||||||
};
|
|
||||||
|
|
||||||
@@ -133,22 +132,22 @@
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
- label = "lan0";
|
|
||||||
+ label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
- label = "lan1";
|
|
||||||
+ label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
reg = <2>;
|
|
||||||
- label = "lan2";
|
|
||||||
+ label = "lan3";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
- label = "lan3";
|
|
||||||
+ label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@4 {
|
|
||||||
@@ -241,7 +240,22 @@
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&pcie1 {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&pcie1_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&pio {
|
|
||||||
+ /* Attention: GPIO 90 is used to switch between PCIe@1,0 and
|
|
||||||
+ * SATA functions. i.e. output-high: PCIe, output-low: SATA
|
|
||||||
+ */
|
|
||||||
+ asm_sel {
|
|
||||||
+ gpio-hog;
|
|
||||||
+ gpios = <90 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ output-high;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
/* eMMC is shared pin with parallel NAND */
|
|
||||||
emmc_pins_default: emmc-pins-default {
|
|
||||||
mux {
|
|
||||||
@@ -518,11 +532,11 @@
|
|
||||||
};
|
|
||||||
|
|
||||||
&sata {
|
|
||||||
- status = "okay";
|
|
||||||
+ status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&sata_phy {
|
|
||||||
- status = "okay";
|
|
||||||
+ status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
@ -1,60 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7629-rfb.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7629-rfb.dts
|
|
||||||
@@ -18,6 +18,7 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
+ bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8";
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio-keys {
|
|
||||||
@@ -70,6 +71,10 @@
|
|
||||||
compatible = "mediatek,eth-mac";
|
|
||||||
reg = <0>;
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
+
|
|
||||||
+ nvmem-cells = <&macaddr_factory_2a>;
|
|
||||||
+ nvmem-cell-names = "mac-address";
|
|
||||||
+
|
|
||||||
fixed-link {
|
|
||||||
speed = <2500>;
|
|
||||||
full-duplex;
|
|
||||||
@@ -82,6 +87,9 @@
|
|
||||||
reg = <1>;
|
|
||||||
phy-mode = "gmii";
|
|
||||||
phy-handle = <&phy0>;
|
|
||||||
+
|
|
||||||
+ nvmem-cells = <&macaddr_factory_24>;
|
|
||||||
+ nvmem-cell-names = "mac-address";
|
|
||||||
};
|
|
||||||
|
|
||||||
mdio: mdio-bus {
|
|
||||||
@@ -133,8 +141,9 @@
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@b0000 {
|
|
||||||
- label = "kernel";
|
|
||||||
+ label = "firmware";
|
|
||||||
reg = <0xb0000 0xb50000>;
|
|
||||||
+ compatible = "denx,fit";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
@@ -273,3 +282,17 @@
|
|
||||||
pinctrl-0 = <&watchdog_pins>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+&factory {
|
|
||||||
+ compatible = "nvmem-cells";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ macaddr_factory_24: macaddr@24 {
|
|
||||||
+ reg = <0x24 0x6>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ macaddr_factory_2a: macaddr@2a {
|
|
||||||
+ reg = <0x2a 0x6>;
|
|
||||||
+ };
|
|
||||||
+};
|
|
@ -1,20 +0,0 @@
|
|||||||
From d6a596012150960f0f3a214d31bbac4b607dbd1e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chuanhong Guo <gch981213@gmail.com>
|
|
||||||
Date: Fri, 29 Apr 2022 10:40:56 +0800
|
|
||||||
Subject: [PATCH] arm: mediatek: select arch timer for mt7623
|
|
||||||
|
|
||||||
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm/mach-mediatek/Kconfig | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
--- a/arch/arm/mach-mediatek/Kconfig
|
|
||||||
+++ b/arch/arm/mach-mediatek/Kconfig
|
|
||||||
@@ -26,6 +26,7 @@ config MACH_MT6592
|
|
||||||
config MACH_MT7623
|
|
||||||
bool "MediaTek MT7623 SoCs support"
|
|
||||||
default ARCH_MEDIATEK
|
|
||||||
+ select HAVE_ARM_ARCH_TIMER
|
|
||||||
|
|
||||||
config MACH_MT7629
|
|
||||||
bool "MediaTek MT7629 SoCs support"
|
|
@ -1,10 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
@@ -578,6 +578,7 @@
|
|
||||||
compatible = "mediatek,mt7622-nor",
|
|
||||||
"mediatek,mt8173-nor";
|
|
||||||
reg = <0 0x11014000 0 0xe0>;
|
|
||||||
+ interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
clocks = <&pericfg CLK_PERI_FLASH_PD>,
|
|
||||||
<&topckgen CLK_TOP_FLASH_SEL>;
|
|
||||||
clock-names = "spi", "sf";
|
|
@ -1,16 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
@@ -134,6 +134,13 @@
|
|
||||||
#size-cells = <2>;
|
|
||||||
ranges;
|
|
||||||
|
|
||||||
+ /* 64 KiB reserved for ramoops/pstore */
|
|
||||||
+ ramoops@42ff0000 {
|
|
||||||
+ compatible = "ramoops";
|
|
||||||
+ reg = <0 0x42ff0000 0 0x10000>;
|
|
||||||
+ record-size = <0x1000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
|
|
||||||
secmon_reserved: secmon@43000000 {
|
|
||||||
reg = <0 0x43000000 0 0x30000>;
|
|
@ -1,26 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -109,10 +109,6 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
-&btif {
|
|
||||||
- status = "okay";
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
&cir {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&irrx_pins>;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
@@ -90,10 +90,6 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
-&btif {
|
|
||||||
- status = "okay";
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
&cir {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&irrx_pins>;
|
|
@ -1,10 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -19,6 +19,7 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial2:115200n8";
|
|
||||||
+ bootargs = "console=ttyS2,115200n8 console=tty1";
|
|
||||||
};
|
|
||||||
|
|
||||||
connector {
|
|
@ -1,11 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -24,7 +24,7 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
- bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512";
|
|
||||||
+ bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpus {
|
|
@ -1,37 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
+ ethernet0 = &gmac0;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
@@ -161,22 +162,22 @@
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
- label = "lan0";
|
|
||||||
+ label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
reg = <2>;
|
|
||||||
- label = "lan1";
|
|
||||||
+ label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
- label = "lan2";
|
|
||||||
+ label = "lan3";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@4 {
|
|
||||||
reg = <4>;
|
|
||||||
- label = "lan3";
|
|
||||||
+ label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@6 {
|
|
@ -1,49 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -21,6 +21,12 @@
|
|
||||||
aliases {
|
|
||||||
serial0 = &uart0;
|
|
||||||
ethernet0 = &gmac0;
|
|
||||||
+ led-boot = &led_system_green;
|
|
||||||
+ led-failsafe = &led_system_blue;
|
|
||||||
+ led-running = &led_system_green;
|
|
||||||
+ led-upgrade = &led_system_blue;
|
|
||||||
+ mmc0 = &mmc0;
|
|
||||||
+ mmc1 = &mmc1;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
@@ -44,8 +50,8 @@
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
|
|
||||||
factory-key {
|
|
||||||
- label = "factory";
|
|
||||||
- linux,code = <BTN_0>;
|
|
||||||
+ label = "reset";
|
|
||||||
+ linux,code = <KEY_RESTART>;
|
|
||||||
gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
@@ -59,17 +65,17 @@
|
|
||||||
leds {
|
|
||||||
compatible = "gpio-leds";
|
|
||||||
|
|
||||||
- led-0 {
|
|
||||||
+ led_system_green: led-0 {
|
|
||||||
label = "bpi-r64:pio:green";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&pio 89 GPIO_ACTIVE_HIGH>;
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
- led-1 {
|
|
||||||
- label = "bpi-r64:pio:red";
|
|
||||||
- color = <LED_COLOR_ID_RED>;
|
|
||||||
- gpios = <&pio 88 GPIO_ACTIVE_HIGH>;
|
|
||||||
+ led_system_blue: led-1 {
|
|
||||||
+ label = "bpi-r64:pio:blue";
|
|
||||||
+ color = <LED_COLOR_ID_BLUE>;
|
|
||||||
+ gpios = <&pio 85 GPIO_ACTIVE_HIGH>;
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,21 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -557,12 +557,16 @@
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&rtc {
|
|
||||||
+ status = "disabled";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&sata {
|
|
||||||
- status = "disable";
|
|
||||||
+ status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&sata_phy {
|
|
||||||
- status = "disable";
|
|
||||||
+ status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 {
|
|
@ -1,70 +0,0 @@
|
|||||||
From d278f43f25beedfd0cb784d1dd0a9e7e8c8f123f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Wed, 19 Apr 2023 20:15:53 +0100
|
|
||||||
Subject: [PATCH] arm64: dts: mt7622: declare SPI-NAND present on BPI-R64
|
|
||||||
|
|
||||||
The SPI-NOR node in the device tree of the BananaPi R64 has most likely
|
|
||||||
been copied from the reference board's device tree even though the R64
|
|
||||||
comes with an SPI-NAND chip rather than SPI-NOR.
|
|
||||||
|
|
||||||
Setup the Serial NAND Flash Interface (SNFI) controller, enable
|
|
||||||
hardware BCH error detection and correction engine and add the SPI-NAND
|
|
||||||
chip including basic partitions,
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/ZEA96dmaXqTpk8u8@makrotopia.org
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
.../dts/mediatek/mt7622-bananapi-bpi-r64.dts | 38 ++++++++++++++++---
|
|
||||||
1 file changed, 33 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -254,14 +254,42 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
-&nor_flash {
|
|
||||||
- pinctrl-names = "default";
|
|
||||||
- pinctrl-0 = <&spi_nor_pins>;
|
|
||||||
- status = "disabled";
|
|
||||||
+&bch {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
|
|
||||||
+&snfi {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&serial_nand_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
flash@0 {
|
|
||||||
- compatible = "jedec,spi-nor";
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
reg = <0>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+ nand-ecc-engine = <&snfi>;
|
|
||||||
+ partitions {
|
|
||||||
+ compatible = "fixed-partitions";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ partition@0 {
|
|
||||||
+ label = "bl2";
|
|
||||||
+ reg = <0x0 0x80000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@80000 {
|
|
||||||
+ label = "fip";
|
|
||||||
+ reg = <0x80000 0x200000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ ubi: partition@280000 {
|
|
||||||
+ label = "ubi";
|
|
||||||
+ reg = <0x280000 0x7d80000>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
|||||||
--- a/drivers/mtd/nand/spi/core.c
|
|
||||||
+++ b/drivers/mtd/nand/spi/core.c
|
|
||||||
@@ -724,7 +724,7 @@ static int spinand_mtd_write(struct mtd_
|
|
||||||
static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos)
|
|
||||||
{
|
|
||||||
struct spinand_device *spinand = nand_to_spinand(nand);
|
|
||||||
- u8 marker[2] = { };
|
|
||||||
+ u8 marker[1] = { };
|
|
||||||
struct nand_page_io_req req = {
|
|
||||||
.pos = *pos,
|
|
||||||
.ooblen = sizeof(marker),
|
|
||||||
@@ -735,7 +735,7 @@ static bool spinand_isbad(struct nand_de
|
|
||||||
|
|
||||||
spinand_select_target(spinand, pos->target);
|
|
||||||
spinand_read_page(spinand, &req);
|
|
||||||
- if (marker[0] != 0xff || marker[1] != 0xff)
|
|
||||||
+ if (marker[0] != 0xff)
|
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
|
@ -1,94 +0,0 @@
|
|||||||
From c813fbe806257c574240770ef716fbee19f7dbfa Mon Sep 17 00:00:00 2001
|
|
||||||
From: Xiangsheng Hou <xiangsheng.hou@mediatek.com>
|
|
||||||
Date: Thu, 6 Jun 2019 16:29:04 +0800
|
|
||||||
Subject: [PATCH] spi: spi-mem: Mediatek: Add SPI Nand support for MT7629
|
|
||||||
|
|
||||||
Signed-off-by: Xiangsheng Hou <xiangsheng.hou@mediatek.com>
|
|
||||||
---
|
|
||||||
arch/arm/boot/dts/mt7629-rfb.dts | 45 ++++++++++++++++++++++++++++++++
|
|
||||||
arch/arm/boot/dts/mt7629.dtsi | 22 ++++++++++++++++
|
|
||||||
3 files changed, 79 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/mt7629.dtsi
|
|
||||||
+++ b/arch/arm/boot/dts/mt7629.dtsi
|
|
||||||
@@ -272,6 +272,27 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+ snfi: spi@1100d000 {
|
|
||||||
+ compatible = "mediatek,mt7629-snand";
|
|
||||||
+ reg = <0x1100d000 0x1000>;
|
|
||||||
+ interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
+ clocks = <&pericfg CLK_PERI_NFI_PD>, <&pericfg CLK_PERI_SNFI_PD>;
|
|
||||||
+ clock-names = "nfi_clk", "pad_clk";
|
|
||||||
+ nand-ecc-engine = <&bch>;
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <0>;
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ bch: ecc@1100e000 {
|
|
||||||
+ compatible = "mediatek,mt7622-ecc";
|
|
||||||
+ reg = <0x1100e000 0x1000>;
|
|
||||||
+ interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
+ clocks = <&pericfg CLK_PERI_NFIECC_PD>;
|
|
||||||
+ clock-names = "nfiecc_clk";
|
|
||||||
+ status = "disabled";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
spi: spi@1100a000 {
|
|
||||||
compatible = "mediatek,mt7629-spi",
|
|
||||||
"mediatek,mt7622-spi";
|
|
||||||
--- a/arch/arm/boot/dts/mt7629-rfb.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7629-rfb.dts
|
|
||||||
@@ -255,6 +255,50 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
+&bch {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&snfi {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&serial_nand_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+ flash@0 {
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+ nand-ecc-engine = <&snfi>;
|
|
||||||
+
|
|
||||||
+ partitions {
|
|
||||||
+ compatible = "fixed-partitions";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ partition@0 {
|
|
||||||
+ label = "Bootloader";
|
|
||||||
+ reg = <0x00000 0x0100000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@100000 {
|
|
||||||
+ label = "Config";
|
|
||||||
+ reg = <0x100000 0x0040000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@140000 {
|
|
||||||
+ label = "factory";
|
|
||||||
+ reg = <0x140000 0x0080000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@1c0000 {
|
|
||||||
+ label = "firmware";
|
|
||||||
+ reg = <0x1c0000 0x1000000>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&spi {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi_pins>;
|
|
@ -1,68 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
@@ -535,6 +535,65 @@
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
+&bch {
|
|
||||||
+ status = "okay";
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+&snfi {
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
+ pinctrl-0 = <&serial_nand_pins>;
|
|
||||||
+ status = "okay";
|
|
||||||
+ flash@0 {
|
|
||||||
+ compatible = "spi-nand";
|
|
||||||
+ reg = <0>;
|
|
||||||
+ spi-tx-bus-width = <4>;
|
|
||||||
+ spi-rx-bus-width = <4>;
|
|
||||||
+ nand-ecc-engine = <&snfi>;
|
|
||||||
+
|
|
||||||
+ partitions {
|
|
||||||
+ compatible = "fixed-partitions";
|
|
||||||
+ #address-cells = <1>;
|
|
||||||
+ #size-cells = <1>;
|
|
||||||
+
|
|
||||||
+ partition@0 {
|
|
||||||
+ label = "Preloader";
|
|
||||||
+ reg = <0x00000 0x0080000>;
|
|
||||||
+ read-only;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@80000 {
|
|
||||||
+ label = "ATF";
|
|
||||||
+ reg = <0x80000 0x0040000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@c0000 {
|
|
||||||
+ label = "Bootloader";
|
|
||||||
+ reg = <0xc0000 0x0080000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@140000 {
|
|
||||||
+ label = "Config";
|
|
||||||
+ reg = <0x140000 0x0080000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@1c0000 {
|
|
||||||
+ label = "Factory";
|
|
||||||
+ reg = <0x1c0000 0x0100000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@200000 {
|
|
||||||
+ label = "firmware";
|
|
||||||
+ reg = <0x2c0000 0x2000000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ partition@2200000 {
|
|
||||||
+ label = "User_data";
|
|
||||||
+ reg = <0x22c0000 0x4000000>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
&spi0 {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spic0_pins>;
|
|
@ -1,18 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
|
|
||||||
@@ -576,7 +576,7 @@
|
|
||||||
reg = <0x140000 0x0080000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
- partition@1c0000 {
|
|
||||||
+ factory: partition@1c0000 {
|
|
||||||
label = "Factory";
|
|
||||||
reg = <0x1c0000 0x0100000>;
|
|
||||||
};
|
|
||||||
@@ -637,5 +637,6 @@
|
|
||||||
&wmac {
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&wmac_pins>;
|
|
||||||
+ mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
@ -1,24 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623.dtsi
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623.dtsi
|
|
||||||
@@ -984,17 +984,15 @@
|
|
||||||
};
|
|
||||||
|
|
||||||
crypto: crypto@1b240000 {
|
|
||||||
- compatible = "mediatek,eip97-crypto";
|
|
||||||
+ compatible = "inside-secure,safexcel-eip97";
|
|
||||||
reg = <0 0x1b240000 0 0x20000>;
|
|
||||||
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
<GIC_SPI 83 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
<GIC_SPI 84 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
- <GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>,
|
|
||||||
- <GIC_SPI 97 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
+ <GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
+ interrupt-names = "ring0", "ring1", "ring2", "ring3";
|
|
||||||
clocks = <ðsys CLK_ETHSYS_CRYPTO>;
|
|
||||||
- clock-names = "cryp";
|
|
||||||
- power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
|
|
||||||
- status = "disabled";
|
|
||||||
+ status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
bdpsys: syscon@1c000000 {
|
|
@ -1,11 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial2:115200n8";
|
|
||||||
- bootargs = "console=ttyS2,115200n8 console=tty1";
|
|
||||||
+ bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
|
|
||||||
};
|
|
||||||
|
|
||||||
connector {
|
|
@ -1,11 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -15,6 +15,8 @@
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial2 = &uart2;
|
|
||||||
+ mmc0 = &mmc0;
|
|
||||||
+ mmc1 = &mmc1;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
@ -1,29 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -17,6 +17,10 @@
|
|
||||||
serial2 = &uart2;
|
|
||||||
mmc0 = &mmc0;
|
|
||||||
mmc1 = &mmc1;
|
|
||||||
+ led-boot = &led_system_green;
|
|
||||||
+ led-failsafe = &led_system_blue;
|
|
||||||
+ led-running = &led_system_green;
|
|
||||||
+ led-upgrade = &led_system_blue;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
@@ -112,13 +116,13 @@
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&led_pins_a>;
|
|
||||||
|
|
||||||
- blue {
|
|
||||||
+ led_system_blue: blue {
|
|
||||||
label = "bpi-r2:pio:blue";
|
|
||||||
gpios = <&pio 240 GPIO_ACTIVE_LOW>;
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
- green {
|
|
||||||
+ led_system_green: green {
|
|
||||||
label = "bpi-r2:pio:green";
|
|
||||||
gpios = <&pio 241 GPIO_ACTIVE_LOW>;
|
|
||||||
default-state = "off";
|
|
@ -1,10 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial2 = &uart2;
|
|
||||||
+ ethernet0 = &gmac0;
|
|
||||||
mmc0 = &mmc0;
|
|
||||||
mmc1 = &mmc1;
|
|
||||||
led-boot = &led_system_green;
|
|
@ -1,55 +0,0 @@
|
|||||||
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
||||||
@@ -26,7 +26,9 @@
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial2:115200n8";
|
|
||||||
- bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
|
|
||||||
+ bootargs = "root=/dev/fit0 rootwait earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
|
|
||||||
+ rootdisk-emmc = <&emmc_rootdisk>;
|
|
||||||
+ rootdisk-sd = <&sd_rootdisk>;
|
|
||||||
};
|
|
||||||
|
|
||||||
connector {
|
|
||||||
@@ -315,6 +317,20 @@
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
vqmmc-supply = <®_1p8v>;
|
|
||||||
non-removable;
|
|
||||||
+
|
|
||||||
+ card@0 {
|
|
||||||
+ compatible = "mmc-card";
|
|
||||||
+ reg = <0>;
|
|
||||||
+
|
|
||||||
+ block {
|
|
||||||
+ compatible = "block-device";
|
|
||||||
+ partitions {
|
|
||||||
+ emmc_rootdisk: block-partition-fit {
|
|
||||||
+ partno = <3>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
|
|
||||||
&mmc1 {
|
|
||||||
@@ -328,6 +344,20 @@
|
|
||||||
cd-gpios = <&pio 261 GPIO_ACTIVE_LOW>;
|
|
||||||
vmmc-supply = <®_3p3v>;
|
|
||||||
vqmmc-supply = <®_3p3v>;
|
|
||||||
+
|
|
||||||
+ card@0 {
|
|
||||||
+ compatible = "mmc-card";
|
|
||||||
+ reg = <0>;
|
|
||||||
+
|
|
||||||
+ block {
|
|
||||||
+ compatible = "block-device";
|
|
||||||
+ partitions {
|
|
||||||
+ sd_rootdisk: block-partition-fit {
|
|
||||||
+ partno = <3>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
|
|
||||||
&mt6323_leds {
|
|
@ -1,32 +0,0 @@
|
|||||||
From 983f37ee08acb60435744f1b1e2afea2d2a09c48 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Wed, 19 Apr 2023 20:16:29 +0100
|
|
||||||
Subject: [PATCH] arm64: dts: mt7622: handle interrupts from MT7531 switch on
|
|
||||||
BPI-R64
|
|
||||||
|
|
||||||
Since commit ba751e28d442 ("net: dsa: mt7530: add interrupt support")
|
|
||||||
the mt7530 driver can act as an interrupt controller. Wire up irq line
|
|
||||||
of the MT7531 switch on the BananaPi BPi-R64 board, so the status of
|
|
||||||
the PHYs of the five 1000Base-T ports doesn't need to be polled any
|
|
||||||
more.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/ZEA-DV_OsmFg5egL@makrotopia.org
|
|
||||||
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
||||||
@@ -155,6 +155,10 @@
|
|
||||||
switch@0 {
|
|
||||||
compatible = "mediatek,mt7531";
|
|
||||||
reg = <0>;
|
|
||||||
+ interrupt-controller;
|
|
||||||
+ #interrupt-cells = <1>;
|
|
||||||
+ interrupt-parent = <&pio>;
|
|
||||||
+ interrupts = <53 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
reset-gpios = <&pio 54 0>;
|
|
||||||
|
|
||||||
ports {
|
|
@ -1,106 +0,0 @@
|
|||||||
From patchwork Tue Apr 26 19:51:36 2022
|
|
||||||
Content-Type: text/plain; charset="utf-8"
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Transfer-Encoding: 7bit
|
|
||||||
X-Patchwork-Submitter: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
X-Patchwork-Id: 12827872
|
|
||||||
Return-Path:
|
|
||||||
<linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org>
|
|
||||||
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on
|
|
||||||
aws-us-west-2-korg-lkml-1.web.codeaurora.org
|
|
||||||
Received: from bombadil.infradead.org (bombadil.infradead.org
|
|
||||||
[198.137.202.133])
|
|
||||||
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
|
|
||||||
(No client certificate requested)
|
|
||||||
by smtp.lore.kernel.org (Postfix) with ESMTPS id BACF3C433EF
|
|
||||||
for <linux-arm-kernel@archiver.kernel.org>;
|
|
||||||
Tue, 26 Apr 2022 19:53:05 +0000 (UTC)
|
|
||||||
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
|
|
||||||
d=lists.infradead.org; s=bombadil.20210309; h=Sender:
|
|
||||||
Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post:
|
|
||||||
List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To:
|
|
||||||
From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:
|
|
||||||
Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:
|
|
||||||
List-Owner; bh=OWGSxvlKoyPWz6b629RNINucULo6oOdFssAIiJETWRg=; b=T0HEjee0FX3hlb
|
|
||||||
x5jl7xLK5sKM0pkE2oRgwzthbFlNg8ST1j/2GkgcgT0S2Bi0vRfFxHeu/RKzS9RmiVnKJnPGL8ctg
|
|
||||||
WoBLyO5i+NcmosGoy6MmoOjGTNhj/+3q3Z1jRLBSJ4ySSP22X77YeuJTmVzySPUllQhWvDhjMVCR9
|
|
||||||
QBRmQdc6gCAg3IYGEbWwS2TG+UHveDCeZRWxMzrwI8UPadNCRFROwugmiQ3mdU41lHCTDpnlfuRJh
|
|
||||||
o1igLKfMBLz+D8rFYvDh7FfkcKkY6lNoswA2HKUun1MEzgoyQKmITPnG2maX/BvJJuj/B3ZJShh4k
|
|
||||||
AZHmXoQxq1mrsm2FxfnQ==;
|
|
||||||
Received: from localhost ([::1] helo=bombadil.infradead.org)
|
|
||||||
by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux))
|
|
||||||
id 1njRE5-00G05D-9z; Tue, 26 Apr 2022 19:51:57 +0000
|
|
||||||
Received: from fudo.makrotopia.org ([2a07:2ec0:3002::71])
|
|
||||||
by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux))
|
|
||||||
id 1njRE1-00G03h-9H; Tue, 26 Apr 2022 19:51:55 +0000
|
|
||||||
Received: from local
|
|
||||||
by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256)
|
|
||||||
(Exim 4.94.2) (envelope-from <daniel@makrotopia.org>)
|
|
||||||
id 1njRDu-0006aF-4F; Tue, 26 Apr 2022 21:51:46 +0200
|
|
||||||
Date: Tue, 26 Apr 2022 20:51:36 +0100
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
To: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
|
|
||||||
linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
|
|
||||||
Cc: Rob Herring <robh+dt@kernel.org>,
|
|
||||||
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
|
|
||||||
Matthias Brugger <matthias.bgg@gmail.com>
|
|
||||||
Subject: [PATCH] arm64: dts: mediatek: mt7622: fix GICv2 range
|
|
||||||
Message-ID: <YmhNSLgp/yg8Vr1F@makrotopia.org>
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Disposition: inline
|
|
||||||
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3
|
|
||||||
X-CRM114-CacheID: sfid-20220426_125153_359242_EA3D452C
|
|
||||||
X-CRM114-Status: GOOD ( 12.45 )
|
|
||||||
X-BeenThere: linux-arm-kernel@lists.infradead.org
|
|
||||||
X-Mailman-Version: 2.1.34
|
|
||||||
Precedence: list
|
|
||||||
List-Id: <linux-arm-kernel.lists.infradead.org>
|
|
||||||
List-Unsubscribe:
|
|
||||||
<http://lists.infradead.org/mailman/options/linux-arm-kernel>,
|
|
||||||
<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>
|
|
||||||
List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/>
|
|
||||||
List-Post: <mailto:linux-arm-kernel@lists.infradead.org>
|
|
||||||
List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>
|
|
||||||
List-Subscribe:
|
|
||||||
<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,
|
|
||||||
<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>
|
|
||||||
Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org>
|
|
||||||
Errors-To:
|
|
||||||
linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org
|
|
||||||
|
|
||||||
With the current range specified for the CPU interface there is an
|
|
||||||
error message at boot:
|
|
||||||
|
|
||||||
GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
|
|
||||||
|
|
||||||
Setting irqchip.gicv2_force_probe=1 in bootargs results in:
|
|
||||||
|
|
||||||
GIC: Aliased GICv2 at 0x0000000010320000, trying to find the canonical range over 128kB
|
|
||||||
GIC: Adjusting CPU interface base to 0x000000001032f000
|
|
||||||
GIC: Using split EOI/Deactivate mode
|
|
||||||
|
|
||||||
Using the adjusted CPU interface base and 8K size results in only the
|
|
||||||
final line remaining and fully working system as well as /proc/interrupts
|
|
||||||
showing additional IPI3,4,5,6:
|
|
||||||
|
|
||||||
IPI3: 0 0 CPU stop (for crash dump) interrupts
|
|
||||||
IPI4: 0 0 Timer broadcast interrupts
|
|
||||||
IPI5: 0 0 IRQ work interrupts
|
|
||||||
IPI6: 0 0 CPU wake-up interrupts
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/mediatek/mt7622.dtsi | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
||||||
@@ -346,7 +346,7 @@
|
|
||||||
#interrupt-cells = <3>;
|
|
||||||
interrupt-parent = <&gic>;
|
|
||||||
reg = <0 0x10310000 0 0x1000>,
|
|
||||||
- <0 0x10320000 0 0x1000>,
|
|
||||||
+ <0 0x1032f000 0 0x2000>,
|
|
||||||
<0 0x10340000 0 0x2000>,
|
|
||||||
<0 0x10360000 0 0x2000>;
|
|
||||||
};
|
|
@ -1,48 +0,0 @@
|
|||||||
From 824d56e753a588fcfd650db1822e34a02a48bb77 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bruno Umuarama <anonimou_eu@hotmail.com>
|
|
||||||
Date: Thu, 13 Oct 2022 21:18:21 +0000
|
|
||||||
Subject: [PATCH] mediatek: mt7623: fix thermal zone
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Raising the temperatures for passive and active trips. @VA1DER
|
|
||||||
proposed at issue 9396 to remove passive trip. This commit relates to
|
|
||||||
his suggestion.
|
|
||||||
|
|
||||||
Without this patch. the CPU will be throttled all the way down to 98MHz
|
|
||||||
if the temperature rises even a degree above the trip point, and it was
|
|
||||||
further discovered that if the internal temperature of the device is
|
|
||||||
above the first trip point temperature when it boots then it will start
|
|
||||||
in a throttled state and even
|
|
||||||
$ echo disabled > /sys/class/thermal/thermal_zone0/mode
|
|
||||||
will have no effect.
|
|
||||||
|
|
||||||
The patch increases the passive trip point and active cooling map. The
|
|
||||||
throttling temperature will then be at 77°C and 82°C, which is still a
|
|
||||||
low enough temperature for ARM devices to not be in the real danger
|
|
||||||
zone, and gives some operational headroom.
|
|
||||||
|
|
||||||
Signed-off-by: Bruno Umuarama <anonimou_eu@hotmail.com>
|
|
||||||
---
|
|
||||||
arch/arm/boot/dts/mt7623.dtsi | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/mt7623.dtsi
|
|
||||||
+++ b/arch/arm/boot/dts/mt7623.dtsi
|
|
||||||
@@ -160,13 +160,13 @@
|
|
||||||
|
|
||||||
trips {
|
|
||||||
cpu_passive: cpu-passive {
|
|
||||||
- temperature = <57000>;
|
|
||||||
+ temperature = <77000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "passive";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu_active: cpu-active {
|
|
||||||
- temperature = <67000>;
|
|
||||||
+ temperature = <82000>;
|
|
||||||
hysteresis = <2000>;
|
|
||||||
type = "active";
|
|
||||||
};
|
|
@ -1,17 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
||||||
@@ -68,6 +68,14 @@
|
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
ranges;
|
|
||||||
+
|
|
||||||
+ /* 64 KiB reserved for ramoops/pstore */
|
|
||||||
+ ramoops@42ff0000 {
|
|
||||||
+ compatible = "ramoops";
|
|
||||||
+ reg = <0 0x42ff0000 0 0x10000>;
|
|
||||||
+ record-size = <0x1000>;
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
|
|
||||||
secmon_reserved: secmon@43000000 {
|
|
||||||
reg = <0 0x43000000 0 0x30000>;
|
|
@ -1,196 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
||||||
@@ -23,6 +23,10 @@
|
|
||||||
serial0 = &uart0;
|
|
||||||
ethernet0 = &gmac0;
|
|
||||||
ethernet1 = &gmac1;
|
|
||||||
+ led-boot = &green_led;
|
|
||||||
+ led-failsafe = &green_led;
|
|
||||||
+ led-running = &green_led;
|
|
||||||
+ led-upgrade = &blue_led;
|
|
||||||
};
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
@@ -419,27 +423,27 @@
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
- label = "lan0";
|
|
||||||
+ label = "lan1";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@2 {
|
|
||||||
reg = <2>;
|
|
||||||
- label = "lan1";
|
|
||||||
+ label = "lan2";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@3 {
|
|
||||||
reg = <3>;
|
|
||||||
- label = "lan2";
|
|
||||||
+ label = "lan3";
|
|
||||||
};
|
|
||||||
|
|
||||||
port@4 {
|
|
||||||
reg = <4>;
|
|
||||||
- label = "lan3";
|
|
||||||
+ label = "lan4";
|
|
||||||
};
|
|
||||||
|
|
||||||
port5: port@5 {
|
|
||||||
reg = <5>;
|
|
||||||
- label = "lan4";
|
|
||||||
+ label = "sfp2";
|
|
||||||
phy-mode = "2500base-x";
|
|
||||||
sfp = <&sfp2>;
|
|
||||||
managed = "in-band-status";
|
|
||||||
@@ -490,9 +494,137 @@
|
|
||||||
|
|
||||||
&wifi {
|
|
||||||
status = "okay";
|
|
||||||
- pinctrl-names = "default", "dbdc";
|
|
||||||
+ pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&wf_2g_5g_pins>, <&wf_led_pins>;
|
|
||||||
- pinctrl-1 = <&wf_dbdc_pins>, <&wf_led_pins>;
|
|
||||||
+
|
|
||||||
+ mediatek,eeprom-data = <0x86790900 0x000c4326 0x60000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x01000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000800 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x24649090 0x00280000 0x05100000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00021e00 0x021e0002 0x1e00021e 0x00022800 0x02280002 0x28000228 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00008080 0x8080fdf7
|
|
||||||
+ 0x0903150d 0x80808080 0x80808080 0x05050d0d 0x1313c6c6 0xc3c3c200 0x00c200c2 0x00008182
|
|
||||||
+ 0x8585c2c2 0x82828282 0x858500c2 0xc2000081 0x82858587 0x87c2c200 0x81818285 0x858787c2
|
|
||||||
+ 0xc2000081 0x82858587 0x87c2c200 0x00818285 0x858787c2 0xc2000081 0x82858587 0x87c4c4c2
|
|
||||||
+ 0xc100c300 0xc3c3c100 0x818383c3 0xc3c3c100 0x81838300 0xc2c2c2c0 0x81828484 0x000000c3
|
|
||||||
+ 0xc3c3c100 0x81838386 0x86c3c3c3 0xc1008183 0x838686c2 0xc2c2c081 0x82848486 0x86c3c3c3
|
|
||||||
+ 0xc1008183 0x838686c3 0xc3c3c100 0x81838386 0x86c3c3c3 0xc1008183 0x83868622 0x28002228
|
|
||||||
+ 0x00222800 0x22280000 0xdddddddd 0xdddddddd 0xddbbbbbb 0xccccccdd 0xdddddddd 0xdddddddd
|
|
||||||
+ 0xeeeeeecc 0xccccdddd 0xdddddddd 0x004a5662 0x0000004a 0x56620000 0x004a5662 0x0000004a
|
|
||||||
+ 0x56620000 0x88888888 0x33333326 0x26262626 0x26262600 0x33333326 0x26262626 0x26262600
|
|
||||||
+ 0x33333326 0x26262626 0x26262600 0x33333326 0x26262626 0x26262600 0x00000000 0xf0f0cc00
|
|
||||||
+ 0x00000000 0x0000aaaa 0xaabbbbbb 0xcccccccc 0xccccbbbb 0xbbbbbbbb 0xbbbbbbaa 0xaaaabbbb
|
|
||||||
+ 0xbbaaaaaa 0x999999aa 0xaaaabbbb 0xbbcccccc 0x00000000 0x0000aaaa 0xaa000000 0xbbbbbbbb
|
|
||||||
+ 0xbbbbaaaa 0xaa999999 0xaaaaaaaa 0xaaaaaaaa 0xaaaaaaaa 0xaaaaaaaa 0xaaaabbbb 0xbbbbbbbb
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x99999999 0x9999aaaa 0xaaaaaaaa 0x999999aa 0xaaaaaaaa
|
|
||||||
+ 0xaaaaaaaa 0xaaaaaaaa 0xaaaabbbb 0xbbbbbbbb 0x00000000 0x0000eeee 0xeeffffff 0xcccccccc
|
|
||||||
+ 0xccccdddd 0xddbbbbbb 0xccccccbb 0xbbbbbbbb 0xbbbbbbbb 0xbbbbbbbb 0xbbbbcccc 0xccdddddd
|
|
||||||
+ 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051
|
|
||||||
+ 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200
|
|
||||||
+ 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e
|
|
||||||
+ 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051
|
|
||||||
+ 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200
|
|
||||||
+ 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e 0x00516200 0x686e0051 0x6200686e
|
|
||||||
+ 0x88888888 0x88888888 0x88888888 0x88888888 0x88888888 0x88888888 0x88888888 0x88888888
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000001 0x06000100 0x01050002 0x00ff0300
|
|
||||||
+ 0xf900fe03 0x00000000 0x00000000 0x0000009b 0x6e370000 0x00000000 0x00fc0009 0x0a00fe00
|
|
||||||
+ 0x060700fe 0x00070800 0x05000b0a 0x00000000 0x00000000 0x000000e2 0x96460000 0x00000000
|
|
||||||
+ 0x000400f7 0xf8000300 0xfcfe0003 0x00fbfc00 0xee00e3f2 0x00000000 0x00000000 0x00000011
|
|
||||||
+ 0xbb550000 0x00000000 0x000600f6 0xfc000300 0xfbfe0004 0x00fafe00 0xf600ecf2 0x00000000
|
|
||||||
+ 0x00000000 0x0000001f 0xbf580000 0x00000000 0x000600f5 0xf6000400 0xf8f90004 0x00f7f800
|
|
||||||
+ 0xf700f0f4 0x00000000 0x00000000 0x00000024 0xbe570000 0x00000000 0x000800f8 0xfe000600
|
|
||||||
+ 0xf8fd0007 0x00f9fe00 0xf500f0f4 0x00000000 0x00000000 0x0000002d 0xd6610000 0x00000000
|
|
||||||
+ 0x000400f7 0xfc000500 0xf7fc0005 0x00f7fc00 0xf900f5f8 0x00000000 0x00000000 0x00000026
|
|
||||||
+ 0xd96e0000 0x00000000 0x000400f7 0xf9000600 0xf5f70005 0x00f5f800 0xf900f4f7 0x00000000
|
|
||||||
+ 0x00000000 0x0000001b 0xce690000 0x00000000 0x000300f8 0xf8000600 0xf6f60004 0x00f6f700
|
|
||||||
+ 0xf900f4f7 0x00000000 0x00000000 0x00000018 0xd8720000 0x00000000 0x00000000 0x02404002
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0xc1c2c1c2 0x41c341c3 0x3fc13fc1 0x40c13fc2 0x3fc240c1 0x41c040c0 0x3fc23fc2 0x40c13fc2
|
|
||||||
+ 0x3fc140c0 0x41c040c0 0x3fc33fc3 0x40c23fc2 0x3fc240c1 0x41c040c0 0x3fc23fc2 0x40c23fc2
|
|
||||||
+ 0x3fc140c1 0x41c040c0 0x00000000 0x00000000 0x41c741c7 0xc1c7c1c7 0x00000000 0x00000000
|
|
||||||
+ 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0
|
|
||||||
+ 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0 0x3fc03fc0
|
|
||||||
+ 0x00a0ce00 0x00000000 0xb6840000 0x00000000 0x00000000 0x00000000 0x18181818 0x18181818
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x004b5763 0x0000004b 0x57630000 0x004b5763 0x0000004b 0x57630000 0x88888888 0x08474759
|
|
||||||
+ 0x69780849 0x49596d7a 0x0849495a 0x6d790848 0x48596c78 0x08484858 0x6a780848 0x48586a78
|
|
||||||
+ 0x08484858 0x6c78084a 0x4a5b6d79 0x08474759 0x697a0848 0x48596b79 0x08484859 0x6c7a0848
|
|
||||||
+ 0x48586c79 0x08484857 0x68770848 0x48576877 0x08484857 0x6a77084a 0x4a5a6a77 0x08464659
|
|
||||||
+ 0x69790848 0x48586b79 0x08484858 0x6c7a0848 0x48596c79 0x08484857 0x68770848 0x48576877
|
|
||||||
+ 0x08494958 0x6d7a084b 0x4b5c6c77 0x0847475a 0x6a7b0849 0x495a6e7c 0x0849495a 0x6e7c0849
|
|
||||||
+ 0x495b6e7c 0x08494959 0x6a7a0849 0x49596a7a 0x084a4a5a 0x6f7d084b 0x4b5c6e7b 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x85848484
|
|
||||||
+ 0xc3c4c4c5 0xc4c3c33f 0xc3c3c2c2 0xc2c2c03f 0xc3c3c3c4 0xc4c4c33f 0xc2c2c2c2 0xc1c3c1c1
|
|
||||||
+ 0xc0c08282 0x83848686 0x88880000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00001111 0x00000000
|
|
||||||
+ 0x8080f703 0x10808080 0x80050d13 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x000000a4 0xce000000 0x0000b684 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
|
|
||||||
+ 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000>;
|
|
||||||
|
|
||||||
led {
|
|
||||||
led-active-low;
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
@@ -55,6 +55,7 @@
|
|
||||||
partition@c00000 {
|
|
||||||
label = "fit";
|
|
||||||
reg = <0xc00000 0x1400000>;
|
|
||||||
+ compatible = "denx,fit";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,131 +0,0 @@
|
|||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
|
|
||||||
@@ -23,7 +23,27 @@
|
|
||||||
no-sd;
|
|
||||||
no-sdio;
|
|
||||||
status = "okay";
|
|
||||||
+
|
|
||||||
+ card@0 {
|
|
||||||
+ compatible = "mmc-card";
|
|
||||||
+ reg = <0>;
|
|
||||||
+
|
|
||||||
+ block {
|
|
||||||
+ compatible = "block-device";
|
|
||||||
+ partitions {
|
|
||||||
+ emmc_rootdisk: block-partition-production {
|
|
||||||
+ partname = "production";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
-};
|
|
||||||
|
|
||||||
+ fragment@1 {
|
|
||||||
+ target-path = "/chosen";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ rootdisk-emmc = <&emmc_rootdisk>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
|
|
||||||
@@ -29,27 +29,30 @@
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "bl2";
|
|
||||||
- reg = <0x0 0x100000>;
|
|
||||||
+ reg = <0x0 0x200000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
- partition@100000 {
|
|
||||||
- label = "reserved";
|
|
||||||
- reg = <0x100000 0x280000>;
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
- partition@380000 {
|
|
||||||
- label = "fip";
|
|
||||||
- reg = <0x380000 0x200000>;
|
|
||||||
- read-only;
|
|
||||||
- };
|
|
||||||
-
|
|
||||||
- partition@580000 {
|
|
||||||
+ partition@200000 {
|
|
||||||
label = "ubi";
|
|
||||||
- reg = <0x580000 0x7a80000>;
|
|
||||||
+ reg = <0x200000 0x7e00000>;
|
|
||||||
+ compatible = "linux,ubi";
|
|
||||||
+
|
|
||||||
+ volumes {
|
|
||||||
+ nand_rootdisk: ubi-volume-fit {
|
|
||||||
+ volname = "fit";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+ fragment@1 {
|
|
||||||
+ target-path = "/chosen";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ rootdisk-spim-nand = <&nand_rootdisk>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
|
|
||||||
@@ -52,7 +52,7 @@
|
|
||||||
reg = <0x180000 0xa80000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
- partition@c00000 {
|
|
||||||
+ nor_rootdisk: partition@c00000 {
|
|
||||||
label = "fit";
|
|
||||||
reg = <0xc00000 0x1400000>;
|
|
||||||
compatible = "denx,fit";
|
|
||||||
@@ -61,4 +61,11 @@
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
+
|
|
||||||
+ fragment@1 {
|
|
||||||
+ target-path = "/chosen";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ rootdisk-nor = <&nor_rootdisk>;
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
};
|
|
||||||
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso
|
|
||||||
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso
|
|
||||||
@@ -17,6 +17,27 @@
|
|
||||||
max-frequency = <52000000>;
|
|
||||||
cap-sd-highspeed;
|
|
||||||
status = "okay";
|
|
||||||
+
|
|
||||||
+ card@0 {
|
|
||||||
+ compatible = "mmc-card";
|
|
||||||
+ reg = <0>;
|
|
||||||
+
|
|
||||||
+ block {
|
|
||||||
+ compatible = "block-device";
|
|
||||||
+ partitions {
|
|
||||||
+ sd_rootdisk: block-partition-production {
|
|
||||||
+ partname = "production";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ fragment@1 {
|
|
||||||
+ target-path = "/chosen";
|
|
||||||
+ __overlay__ {
|
|
||||||
+ rootdisk-sd = <&sd_rootdisk>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,66 +0,0 @@
|
|||||||
From 28f9a5e2a3f5441ab5594669ed82da11e32277a9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kristian Evensen <kristian.evensen@gmail.com>
|
|
||||||
Date: Mon, 30 Apr 2018 14:38:01 +0200
|
|
||||||
Subject: [PATCH] phy: phy-mtk-tphy: Add hifsys-support
|
|
||||||
|
|
||||||
---
|
|
||||||
drivers/phy/mediatek/phy-mtk-tphy.c | 20 ++++++++++++++++++++
|
|
||||||
1 file changed, 20 insertions(+)
|
|
||||||
|
|
||||||
--- a/drivers/phy/mediatek/phy-mtk-tphy.c
|
|
||||||
+++ b/drivers/phy/mediatek/phy-mtk-tphy.c
|
|
||||||
@@ -17,6 +17,8 @@
|
|
||||||
#include <linux/phy/phy.h>
|
|
||||||
#include <linux/platform_device.h>
|
|
||||||
#include <linux/regmap.h>
|
|
||||||
+#include <linux/mfd/syscon.h>
|
|
||||||
+#include <linux/regmap.h>
|
|
||||||
|
|
||||||
#include "phy-mtk-io.h"
|
|
||||||
|
|
||||||
@@ -264,6 +266,9 @@
|
|
||||||
|
|
||||||
#define TPHY_CLKS_CNT 2
|
|
||||||
|
|
||||||
+#define HIF_SYSCFG1 0x14
|
|
||||||
+#define HIF_SYSCFG1_PHY2_MASK (0x3 << 20)
|
|
||||||
+
|
|
||||||
enum mtk_phy_version {
|
|
||||||
MTK_PHY_V1 = 1,
|
|
||||||
MTK_PHY_V2,
|
|
||||||
@@ -331,6 +336,7 @@ struct mtk_tphy {
|
|
||||||
void __iomem *sif_base; /* only shared sif */
|
|
||||||
const struct mtk_phy_pdata *pdata;
|
|
||||||
struct mtk_phy_instance **phys;
|
|
||||||
+ struct regmap *hif;
|
|
||||||
int nphys;
|
|
||||||
int src_ref_clk; /* MHZ, reference clock for slew rate calibrate */
|
|
||||||
int src_coef; /* coefficient for slew rate calibrate */
|
|
||||||
@@ -596,6 +602,10 @@ static void pcie_phy_instance_init(struc
|
|
||||||
if (tphy->pdata->version != MTK_PHY_V1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
+ if (tphy->hif)
|
|
||||||
+ regmap_update_bits(tphy->hif, HIF_SYSCFG1,
|
|
||||||
+ HIF_SYSCFG1_PHY2_MASK, 0);
|
|
||||||
+
|
|
||||||
mtk_phy_update_bits(phya + U3P_U3_PHYA_DA_REG0,
|
|
||||||
P3A_RG_XTAL_EXT_PE1H | P3A_RG_XTAL_EXT_PE2H,
|
|
||||||
FIELD_PREP(P3A_RG_XTAL_EXT_PE1H, 0x2) |
|
|
||||||
@@ -1241,6 +1251,16 @@ static int mtk_tphy_probe(struct platfor
|
|
||||||
&tphy->src_coef);
|
|
||||||
}
|
|
||||||
|
|
||||||
+ if (of_find_property(np, "mediatek,phy-switch", NULL)) {
|
|
||||||
+ tphy->hif = syscon_regmap_lookup_by_phandle(np,
|
|
||||||
+ "mediatek,phy-switch");
|
|
||||||
+ if (IS_ERR(tphy->hif)) {
|
|
||||||
+ dev_err(&pdev->dev,
|
|
||||||
+ "missing \"mediatek,phy-switch\" phandle\n");
|
|
||||||
+ return PTR_ERR(tphy->hif);
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
port = 0;
|
|
||||||
for_each_child_of_node(np, child_np) {
|
|
||||||
struct mtk_phy_instance *instance;
|
|
@ -1,88 +0,0 @@
|
|||||||
From f76e8bc416bebb0f7b9f57b1247eae945421c0b9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Sat, 8 Oct 2022 18:48:06 +0200
|
|
||||||
Subject: [PATCH 1/2] pinctrl: mt7986: allow configuring uart rx/tx and rts/cts
|
|
||||||
separately
|
|
||||||
|
|
||||||
Some mt7986 boards use uart rts/cts pins as gpio,
|
|
||||||
This patch allows to change rts/cts to gpio mode, but keep
|
|
||||||
rx/tx as UART function.
|
|
||||||
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221008164807.113590-1-linux@fw-web.de
|
|
||||||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/pinctrl-mt7986.c | 32 ++++++++++++++++++-----
|
|
||||||
1 file changed, 25 insertions(+), 7 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
@@ -675,11 +675,17 @@ static int mt7986_uart1_1_funcs[] = { 4,
|
|
||||||
static int mt7986_spi1_2_pins[] = { 29, 30, 31, 32, };
|
|
||||||
static int mt7986_spi1_2_funcs[] = { 1, 1, 1, 1, };
|
|
||||||
|
|
||||||
-static int mt7986_uart1_2_pins[] = { 29, 30, 31, 32, };
|
|
||||||
-static int mt7986_uart1_2_funcs[] = { 3, 3, 3, 3, };
|
|
||||||
+static int mt7986_uart1_2_rx_tx_pins[] = { 29, 30, };
|
|
||||||
+static int mt7986_uart1_2_rx_tx_funcs[] = { 3, 3, };
|
|
||||||
|
|
||||||
-static int mt7986_uart2_0_pins[] = { 29, 30, 31, 32, };
|
|
||||||
-static int mt7986_uart2_0_funcs[] = { 4, 4, 4, 4, };
|
|
||||||
+static int mt7986_uart1_2_cts_rts_pins[] = { 31, 32, };
|
|
||||||
+static int mt7986_uart1_2_cts_rts_funcs[] = { 3, 3, };
|
|
||||||
+
|
|
||||||
+static int mt7986_uart2_0_rx_tx_pins[] = { 29, 30, };
|
|
||||||
+static int mt7986_uart2_0_rx_tx_funcs[] = { 4, 4, };
|
|
||||||
+
|
|
||||||
+static int mt7986_uart2_0_cts_rts_pins[] = { 31, 32, };
|
|
||||||
+static int mt7986_uart2_0_cts_rts_funcs[] = { 4, 4, };
|
|
||||||
|
|
||||||
static int mt7986_spi0_pins[] = { 33, 34, 35, 36, };
|
|
||||||
static int mt7986_spi0_funcs[] = { 1, 1, 1, 1, };
|
|
||||||
@@ -708,6 +714,12 @@ static int mt7986_pcie_reset_funcs[] = {
|
|
||||||
static int mt7986_uart1_pins[] = { 42, 43, 44, 45, };
|
|
||||||
static int mt7986_uart1_funcs[] = { 1, 1, 1, 1, };
|
|
||||||
|
|
||||||
+static int mt7986_uart1_rx_tx_pins[] = { 42, 43, };
|
|
||||||
+static int mt7986_uart1_rx_tx_funcs[] = { 1, 1, };
|
|
||||||
+
|
|
||||||
+static int mt7986_uart1_cts_rts_pins[] = { 44, 45, };
|
|
||||||
+static int mt7986_uart1_cts_rts_funcs[] = { 1, 1, };
|
|
||||||
+
|
|
||||||
static int mt7986_uart2_pins[] = { 46, 47, 48, 49, };
|
|
||||||
static int mt7986_uart2_funcs[] = { 1, 1, 1, 1, };
|
|
||||||
|
|
||||||
@@ -749,6 +761,8 @@ static const struct group_desc mt7986_gr
|
|
||||||
PINCTRL_PIN_GROUP("wifi_led", mt7986_wifi_led),
|
|
||||||
PINCTRL_PIN_GROUP("i2c", mt7986_i2c),
|
|
||||||
PINCTRL_PIN_GROUP("uart1_0", mt7986_uart1_0),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart1_rx_tx", mt7986_uart1_rx_tx),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart1_cts_rts", mt7986_uart1_cts_rts),
|
|
||||||
PINCTRL_PIN_GROUP("pcie_clk", mt7986_pcie_clk),
|
|
||||||
PINCTRL_PIN_GROUP("pcie_wake", mt7986_pcie_wake),
|
|
||||||
PINCTRL_PIN_GROUP("spi1_0", mt7986_spi1_0),
|
|
||||||
@@ -760,8 +774,10 @@ static const struct group_desc mt7986_gr
|
|
||||||
PINCTRL_PIN_GROUP("spi1_1", mt7986_spi1_1),
|
|
||||||
PINCTRL_PIN_GROUP("uart1_1", mt7986_uart1_1),
|
|
||||||
PINCTRL_PIN_GROUP("spi1_2", mt7986_spi1_2),
|
|
||||||
- PINCTRL_PIN_GROUP("uart1_2", mt7986_uart1_2),
|
|
||||||
- PINCTRL_PIN_GROUP("uart2_0", mt7986_uart2_0),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart1_2_rx_tx", mt7986_uart1_2_rx_tx),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart1_2_cts_rts", mt7986_uart1_2_cts_rts),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart2_0_rx_tx", mt7986_uart2_0_rx_tx),
|
|
||||||
+ PINCTRL_PIN_GROUP("uart2_0_cts_rts", mt7986_uart2_0_cts_rts),
|
|
||||||
PINCTRL_PIN_GROUP("spi0", mt7986_spi0),
|
|
||||||
PINCTRL_PIN_GROUP("spi0_wp_hold", mt7986_spi0_wp_hold),
|
|
||||||
PINCTRL_PIN_GROUP("uart2_1", mt7986_uart2_1),
|
|
||||||
@@ -800,7 +816,9 @@ static const char *mt7986_pwm_groups[] =
|
|
||||||
static const char *mt7986_spi_groups[] = {
|
|
||||||
"spi0", "spi0_wp_hold", "spi1_0", "spi1_1", "spi1_2", "spi1_3", };
|
|
||||||
static const char *mt7986_uart_groups[] = {
|
|
||||||
- "uart1_0", "uart1_1", "uart1_2", "uart1_3_rx_tx", "uart1_3_cts_rts",
|
|
||||||
+ "uart1_0", "uart1_1", "uart1_rx_tx", "uart1_cts_rts",
|
|
||||||
+ "uart1_2_rx_tx", "uart1_2_cts_rts",
|
|
||||||
+ "uart1_3_rx_tx", "uart1_3_cts_rts", "uart2_0_rx_tx", "uart2_0_cts_rts",
|
|
||||||
"uart2_0", "uart2_1", "uart0", "uart1", "uart2",
|
|
||||||
};
|
|
||||||
static const char *mt7986_wdt_groups[] = { "watchdog", };
|
|
@ -1,100 +0,0 @@
|
|||||||
From 822d774abbcc66b811e28c68b59b40b964ba5b46 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Date: Sun, 6 Nov 2022 09:01:13 +0100
|
|
||||||
Subject: [PATCH 2/2] pinctrl: mediatek: add pull_type attribute for mediatek
|
|
||||||
MT7986 SoC
|
|
||||||
|
|
||||||
Commit fb34a9ae383a ("pinctrl: mediatek: support rsel feature")
|
|
||||||
add SoC specify 'pull_type' attribute for bias configuration.
|
|
||||||
|
|
||||||
This patch add pull_type attribute to pinctrl-mt7986.c, and make
|
|
||||||
bias_set_combo and bias_get_combo available to mediatek MT7986 SoC.
|
|
||||||
|
|
||||||
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
|
|
||||||
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
||||||
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Link: https://lore.kernel.org/r/20221106080114.7426-7-linux@fw-web.de
|
|
||||||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/pinctrl-mt7986.c | 56 +++++++++++++++++++++++
|
|
||||||
1 file changed, 56 insertions(+)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
@@ -407,6 +407,60 @@ static const struct mtk_pin_field_calc m
|
|
||||||
PIN_FIELD_BASE(66, 68, IOCFG_LB_BASE, 0x60, 0x10, 2, 1),
|
|
||||||
};
|
|
||||||
|
|
||||||
+static const unsigned int mt7986_pull_type[] = {
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*0*/ MTK_PULL_PUPD_R1R0_TYPE,/*1*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*2*/ MTK_PULL_PUPD_R1R0_TYPE,/*3*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*4*/ MTK_PULL_PUPD_R1R0_TYPE,/*5*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*6*/ MTK_PULL_PUPD_R1R0_TYPE,/*7*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*8*/ MTK_PULL_PUPD_R1R0_TYPE,/*9*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*10*/ MTK_PULL_PUPD_R1R0_TYPE,/*11*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*12*/ MTK_PULL_PUPD_R1R0_TYPE,/*13*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*14*/ MTK_PULL_PUPD_R1R0_TYPE,/*15*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*16*/ MTK_PULL_PUPD_R1R0_TYPE,/*17*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*18*/ MTK_PULL_PUPD_R1R0_TYPE,/*19*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*20*/ MTK_PULL_PUPD_R1R0_TYPE,/*21*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*22*/ MTK_PULL_PUPD_R1R0_TYPE,/*23*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*24*/ MTK_PULL_PUPD_R1R0_TYPE,/*25*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*26*/ MTK_PULL_PUPD_R1R0_TYPE,/*27*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*28*/ MTK_PULL_PUPD_R1R0_TYPE,/*29*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*30*/ MTK_PULL_PUPD_R1R0_TYPE,/*31*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*32*/ MTK_PULL_PUPD_R1R0_TYPE,/*33*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*34*/ MTK_PULL_PUPD_R1R0_TYPE,/*35*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*36*/ MTK_PULL_PUPD_R1R0_TYPE,/*37*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*38*/ MTK_PULL_PUPD_R1R0_TYPE,/*39*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*40*/ MTK_PULL_PUPD_R1R0_TYPE,/*41*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*42*/ MTK_PULL_PUPD_R1R0_TYPE,/*43*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*44*/ MTK_PULL_PUPD_R1R0_TYPE,/*45*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*46*/ MTK_PULL_PUPD_R1R0_TYPE,/*47*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*48*/ MTK_PULL_PUPD_R1R0_TYPE,/*49*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*50*/ MTK_PULL_PUPD_R1R0_TYPE,/*51*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*52*/ MTK_PULL_PUPD_R1R0_TYPE,/*53*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*54*/ MTK_PULL_PUPD_R1R0_TYPE,/*55*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*56*/ MTK_PULL_PUPD_R1R0_TYPE,/*57*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*58*/ MTK_PULL_PUPD_R1R0_TYPE,/*59*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*60*/ MTK_PULL_PUPD_R1R0_TYPE,/*61*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*62*/ MTK_PULL_PUPD_R1R0_TYPE,/*63*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*64*/ MTK_PULL_PUPD_R1R0_TYPE,/*65*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*66*/ MTK_PULL_PUPD_R1R0_TYPE,/*67*/
|
|
||||||
+ MTK_PULL_PUPD_R1R0_TYPE,/*68*/ MTK_PULL_PU_PD_TYPE,/*69*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*70*/ MTK_PULL_PU_PD_TYPE,/*71*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*72*/ MTK_PULL_PU_PD_TYPE,/*73*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*74*/ MTK_PULL_PU_PD_TYPE,/*75*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*76*/ MTK_PULL_PU_PD_TYPE,/*77*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*78*/ MTK_PULL_PU_PD_TYPE,/*79*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*80*/ MTK_PULL_PU_PD_TYPE,/*81*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*82*/ MTK_PULL_PU_PD_TYPE,/*83*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*84*/ MTK_PULL_PU_PD_TYPE,/*85*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*86*/ MTK_PULL_PU_PD_TYPE,/*87*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*88*/ MTK_PULL_PU_PD_TYPE,/*89*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*90*/ MTK_PULL_PU_PD_TYPE,/*91*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*92*/ MTK_PULL_PU_PD_TYPE,/*93*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*94*/ MTK_PULL_PU_PD_TYPE,/*95*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*96*/ MTK_PULL_PU_PD_TYPE,/*97*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*98*/ MTK_PULL_PU_PD_TYPE,/*99*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*100*/
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
static const struct mtk_pin_reg_calc mt7986_reg_cals[] = {
|
|
||||||
[PINCTRL_PIN_REG_MODE] = MTK_RANGE(mt7986_pin_mode_range),
|
|
||||||
[PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7986_pin_dir_range),
|
|
||||||
@@ -868,6 +922,7 @@ static struct mtk_pin_soc mt7986a_data =
|
|
||||||
.ies_present = false,
|
|
||||||
.base_names = mt7986_pinctrl_register_base_names,
|
|
||||||
.nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names),
|
|
||||||
+ .pull_type = mt7986_pull_type,
|
|
||||||
.bias_set_combo = mtk_pinconf_bias_set_combo,
|
|
||||||
.bias_get_combo = mtk_pinconf_bias_get_combo,
|
|
||||||
.drive_set = mtk_pinconf_drive_set_rev1,
|
|
||||||
@@ -889,6 +944,7 @@ static struct mtk_pin_soc mt7986b_data =
|
|
||||||
.ies_present = false,
|
|
||||||
.base_names = mt7986_pinctrl_register_base_names,
|
|
||||||
.nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names),
|
|
||||||
+ .pull_type = mt7986_pull_type,
|
|
||||||
.bias_set_combo = mtk_pinconf_bias_set_combo,
|
|
||||||
.bias_get_combo = mtk_pinconf_bias_get_combo,
|
|
||||||
.drive_set = mtk_pinconf_drive_set_rev1,
|
|
File diff suppressed because it is too large
Load Diff
@ -1,30 +0,0 @@
|
|||||||
From c0ad453e94e5c404efbcf668648d07eaa1a71ed7 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= <arinc.unal@arinc9.com>
|
|
||||||
Date: Sat, 18 Feb 2023 09:51:06 +0300
|
|
||||||
Subject: [PATCH] pinctrl: mediatek: add missing options to PINCTRL_MT7981
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
There are options missing from PINCTRL_MT7981 whilst being on every other
|
|
||||||
pin controller. Add them.
|
|
||||||
|
|
||||||
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
|
|
||||||
Acked-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/20230218065108.8958-1-arinc.unal@arinc9.com
|
|
||||||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/Kconfig | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/Kconfig
|
|
||||||
+++ b/drivers/pinctrl/mediatek/Kconfig
|
|
||||||
@@ -130,6 +130,8 @@ config PINCTRL_MT7622
|
|
||||||
config PINCTRL_MT7981
|
|
||||||
bool "Mediatek MT7981 pin control"
|
|
||||||
depends on OF
|
|
||||||
+ depends on ARM64 || COMPILE_TEST
|
|
||||||
+ default ARM64 && ARCH_MEDIATEK
|
|
||||||
select PINCTRL_MTK_MOORE
|
|
||||||
|
|
||||||
config PINCTRL_MT7986
|
|
@ -1,76 +0,0 @@
|
|||||||
From 8f6f16fe1553ce63edfb98a39ef9d4754a0c39bf Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Fri, 18 Aug 2023 04:02:35 +0100
|
|
||||||
Subject: [PATCH] pinctrl: mediatek: fix pull_type data for MT7981
|
|
||||||
|
|
||||||
MediaTek has released pull_type data for MT7981 in their SDK.
|
|
||||||
Use it and set functions to configure pin bias.
|
|
||||||
|
|
||||||
Fixes: 6c83b2d94fcc ("pinctrl: add mt7981 pinctrl driver")
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/7bcc8ead25dbfabc7f5a85d066224a926fbb4941.1692327317.git.daniel@makrotopia.org
|
|
||||||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/pinctrl-mt7981.c | 44 +++++++----------------
|
|
||||||
1 file changed, 13 insertions(+), 31 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/pinctrl-mt7981.c
|
|
||||||
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7981.c
|
|
||||||
@@ -457,37 +457,15 @@ static const unsigned int mt7981_pull_ty
|
|
||||||
MTK_PULL_PUPD_R1R0_TYPE,/*34*/ MTK_PULL_PUPD_R1R0_TYPE,/*35*/
|
|
||||||
MTK_PULL_PUPD_R1R0_TYPE,/*36*/ MTK_PULL_PUPD_R1R0_TYPE,/*37*/
|
|
||||||
MTK_PULL_PUPD_R1R0_TYPE,/*38*/ MTK_PULL_PUPD_R1R0_TYPE,/*39*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*40*/ MTK_PULL_PUPD_R1R0_TYPE,/*41*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*42*/ MTK_PULL_PUPD_R1R0_TYPE,/*43*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*44*/ MTK_PULL_PUPD_R1R0_TYPE,/*45*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*46*/ MTK_PULL_PUPD_R1R0_TYPE,/*47*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*48*/ MTK_PULL_PUPD_R1R0_TYPE,/*49*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*50*/ MTK_PULL_PUPD_R1R0_TYPE,/*51*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*52*/ MTK_PULL_PUPD_R1R0_TYPE,/*53*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*54*/ MTK_PULL_PUPD_R1R0_TYPE,/*55*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*56*/ MTK_PULL_PUPD_R1R0_TYPE,/*57*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*58*/ MTK_PULL_PUPD_R1R0_TYPE,/*59*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*60*/ MTK_PULL_PUPD_R1R0_TYPE,/*61*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*62*/ MTK_PULL_PUPD_R1R0_TYPE,/*63*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*64*/ MTK_PULL_PUPD_R1R0_TYPE,/*65*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*66*/ MTK_PULL_PUPD_R1R0_TYPE,/*67*/
|
|
||||||
- MTK_PULL_PUPD_R1R0_TYPE,/*68*/ MTK_PULL_PU_PD_TYPE,/*69*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*70*/ MTK_PULL_PU_PD_TYPE,/*71*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*72*/ MTK_PULL_PU_PD_TYPE,/*73*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*74*/ MTK_PULL_PU_PD_TYPE,/*75*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*76*/ MTK_PULL_PU_PD_TYPE,/*77*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*78*/ MTK_PULL_PU_PD_TYPE,/*79*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*80*/ MTK_PULL_PU_PD_TYPE,/*81*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*82*/ MTK_PULL_PU_PD_TYPE,/*83*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*84*/ MTK_PULL_PU_PD_TYPE,/*85*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*86*/ MTK_PULL_PU_PD_TYPE,/*87*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*88*/ MTK_PULL_PU_PD_TYPE,/*89*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*90*/ MTK_PULL_PU_PD_TYPE,/*91*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*92*/ MTK_PULL_PU_PD_TYPE,/*93*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*94*/ MTK_PULL_PU_PD_TYPE,/*95*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*96*/ MTK_PULL_PU_PD_TYPE,/*97*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*98*/ MTK_PULL_PU_PD_TYPE,/*99*/
|
|
||||||
- MTK_PULL_PU_PD_TYPE,/*100*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*40*/ MTK_PULL_PU_PD_TYPE,/*41*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*42*/ MTK_PULL_PU_PD_TYPE,/*43*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*44*/ MTK_PULL_PU_PD_TYPE,/*45*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*46*/ MTK_PULL_PU_PD_TYPE,/*47*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*48*/ MTK_PULL_PU_PD_TYPE,/*49*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*50*/ MTK_PULL_PU_PD_TYPE,/*51*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*52*/ MTK_PULL_PU_PD_TYPE,/*53*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*54*/ MTK_PULL_PU_PD_TYPE,/*55*/
|
|
||||||
+ MTK_PULL_PU_PD_TYPE,/*56*/
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct mtk_pin_reg_calc mt7981_reg_cals[] = {
|
|
||||||
@@ -1014,6 +992,10 @@ static struct mtk_pin_soc mt7981_data =
|
|
||||||
.ies_present = false,
|
|
||||||
.base_names = mt7981_pinctrl_register_base_names,
|
|
||||||
.nbase_names = ARRAY_SIZE(mt7981_pinctrl_register_base_names),
|
|
||||||
+ .bias_disable_set = mtk_pinconf_bias_disable_set,
|
|
||||||
+ .bias_disable_get = mtk_pinconf_bias_disable_get,
|
|
||||||
+ .bias_set = mtk_pinconf_bias_set,
|
|
||||||
+ .bias_get = mtk_pinconf_bias_get,
|
|
||||||
.pull_type = mt7981_pull_type,
|
|
||||||
.bias_set_combo = mtk_pinconf_bias_set_combo,
|
|
||||||
.bias_get_combo = mtk_pinconf_bias_get_combo,
|
|
@ -1,65 +0,0 @@
|
|||||||
From 11db447f257231e08065989100311df57b7f1f1c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Sat, 26 Aug 2023 21:06:14 +0100
|
|
||||||
Subject: [PATCH] pinctrl: mediatek: mt7981: add additional uart groups
|
|
||||||
|
|
||||||
Add uart2_0_tx_rx (pin 4, 5) and uart1_2 (pins 9, 10) groups.
|
|
||||||
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/pinctrl-mt7981.c | 16 +++++++++++++---
|
|
||||||
1 file changed, 13 insertions(+), 3 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/pinctrl-mt7981.c
|
|
||||||
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7981.c
|
|
||||||
@@ -611,6 +611,9 @@ static int mt7981_wo0_jtag_1_funcs[] = {
|
|
||||||
static int mt7981_uart2_0_pins[] = { 4, 5, 6, 7, };
|
|
||||||
static int mt7981_uart2_0_funcs[] = { 3, 3, 3, 3, };
|
|
||||||
|
|
||||||
+static int mt7981_uart2_0_tx_rx_pins[] = { 4, 5, };
|
|
||||||
+static int mt7981_uart2_0_tx_rx_funcs[] = { 3, 3, };
|
|
||||||
+
|
|
||||||
/* GBE_LED0 */
|
|
||||||
static int mt7981_gbe_led0_pins[] = { 8, };
|
|
||||||
static int mt7981_gbe_led0_funcs[] = { 3, };
|
|
||||||
@@ -731,6 +734,9 @@ static int mt7981_uart1_0_funcs[] = { 4,
|
|
||||||
static int mt7981_uart1_1_pins[] = { 26, 27, 28, 29, };
|
|
||||||
static int mt7981_uart1_1_funcs[] = { 2, 2, 2, 2, };
|
|
||||||
|
|
||||||
+static int mt7981_uart1_2_pins[] = { 9, 10, };
|
|
||||||
+static int mt7981_uart1_2_funcs[] = { 2, 2, };
|
|
||||||
+
|
|
||||||
/* UART2 */
|
|
||||||
static int mt7981_uart2_1_pins[] = { 22, 23, 24, 25, };
|
|
||||||
static int mt7981_uart2_1_funcs[] = { 3, 3, 3, 3, };
|
|
||||||
@@ -805,6 +811,8 @@ static const struct group_desc mt7981_gr
|
|
||||||
PINCTRL_PIN_GROUP("wo0_jtag_0", mt7981_wo0_jtag_0),
|
|
||||||
/* @GPIO(4,7) WM_JTAG(3) */
|
|
||||||
PINCTRL_PIN_GROUP("uart2_0", mt7981_uart2_0),
|
|
||||||
+ /* @GPIO(4,5) WM_JTAG(4) */
|
|
||||||
+ PINCTRL_PIN_GROUP("uart2_0_tx_rx", mt7981_uart2_0_tx_rx),
|
|
||||||
/* @GPIO(8) GBE_LED0(3) */
|
|
||||||
PINCTRL_PIN_GROUP("gbe_led0", mt7981_gbe_led0),
|
|
||||||
/* @GPIO(4,6) PTA_EXT(4) */
|
|
||||||
@@ -861,6 +869,8 @@ static const struct group_desc mt7981_gr
|
|
||||||
PINCTRL_PIN_GROUP("uart1_0", mt7981_uart1_0),
|
|
||||||
/* @GPIO(26,29): UART1(2) */
|
|
||||||
PINCTRL_PIN_GROUP("uart1_1", mt7981_uart1_1),
|
|
||||||
+ /* @GPIO(9,10): UART1(2) */
|
|
||||||
+ PINCTRL_PIN_GROUP("uart1_2", mt7981_uart1_2),
|
|
||||||
/* @GPIO(22,25): UART1(3) */
|
|
||||||
PINCTRL_PIN_GROUP("uart2_1", mt7981_uart2_1),
|
|
||||||
/* @GPIO(22,24) PTA_EXT(4) */
|
|
||||||
@@ -922,9 +932,9 @@ static const struct group_desc mt7981_gr
|
|
||||||
*/
|
|
||||||
static const char *mt7981_wa_aice_groups[] = { "wa_aice1", "wa_aice2", "wm_aice1_1",
|
|
||||||
"wa_aice3", "wm_aice1_2", };
|
|
||||||
-static const char *mt7981_uart_groups[] = { "wm_uart_0", "uart2_0",
|
|
||||||
- "net_wo0_uart_txd_0", "net_wo0_uart_txd_1", "net_wo0_uart_txd_2",
|
|
||||||
- "uart1_0", "uart1_1", "uart2_1", "wm_aurt_1", "wm_aurt_2", "uart0", };
|
|
||||||
+static const char *mt7981_uart_groups[] = { "net_wo0_uart_txd_0", "net_wo0_uart_txd_1",
|
|
||||||
+ "net_wo0_uart_txd_2", "uart0", "uart1_0", "uart1_1", "uart1_2", "uart2_0",
|
|
||||||
+ "uart2_0_tx_rx", "uart2_1", "wm_uart_0", "wm_aurt_1", "wm_aurt_2", };
|
|
||||||
static const char *mt7981_dfd_groups[] = { "dfd", "dfd_ntrst", };
|
|
||||||
static const char *mt7981_wdt_groups[] = { "watchdog", "watchdog1", };
|
|
||||||
static const char *mt7981_pcie_groups[] = { "pcie_pereset", "pcie_clk", "pcie_wake", };
|
|
@ -1,41 +0,0 @@
|
|||||||
From 0d8387fba9f151220e48dc3dcdc2335539708f13 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Date: Fri, 18 Aug 2023 04:03:26 +0100
|
|
||||||
Subject: [PATCH] pinctrl: mediatek: assign functions to configure pin bias on
|
|
||||||
MT7986
|
|
||||||
|
|
||||||
Assign bias_disable_get/set and bias_get/set functions to allow
|
|
||||||
configuring pin bias on MT7986.
|
|
||||||
|
|
||||||
Fixes: 2c58d8dc9cd0 ("pinctrl: mediatek: add pull_type attribute for mediatek MT7986 SoC")
|
|
||||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/47f72372354312a839b9337e09476aadcc206e8b.1692327317.git.daniel@makrotopia.org
|
|
||||||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
||||||
---
|
|
||||||
drivers/pinctrl/mediatek/pinctrl-mt7986.c | 8 ++++++++
|
|
||||||
1 file changed, 8 insertions(+)
|
|
||||||
|
|
||||||
--- a/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7986.c
|
|
||||||
@@ -922,6 +922,10 @@ static struct mtk_pin_soc mt7986a_data =
|
|
||||||
.ies_present = false,
|
|
||||||
.base_names = mt7986_pinctrl_register_base_names,
|
|
||||||
.nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names),
|
|
||||||
+ .bias_disable_set = mtk_pinconf_bias_disable_set,
|
|
||||||
+ .bias_disable_get = mtk_pinconf_bias_disable_get,
|
|
||||||
+ .bias_set = mtk_pinconf_bias_set,
|
|
||||||
+ .bias_get = mtk_pinconf_bias_get,
|
|
||||||
.pull_type = mt7986_pull_type,
|
|
||||||
.bias_set_combo = mtk_pinconf_bias_set_combo,
|
|
||||||
.bias_get_combo = mtk_pinconf_bias_get_combo,
|
|
||||||
@@ -944,6 +948,10 @@ static struct mtk_pin_soc mt7986b_data =
|
|
||||||
.ies_present = false,
|
|
||||||
.base_names = mt7986_pinctrl_register_base_names,
|
|
||||||
.nbase_names = ARRAY_SIZE(mt7986_pinctrl_register_base_names),
|
|
||||||
+ .bias_disable_set = mtk_pinconf_bias_disable_set,
|
|
||||||
+ .bias_disable_get = mtk_pinconf_bias_disable_get,
|
|
||||||
+ .bias_set = mtk_pinconf_bias_set,
|
|
||||||
+ .bias_get = mtk_pinconf_bias_get,
|
|
||||||
.pull_type = mt7986_pull_type,
|
|
||||||
.bias_set_combo = mtk_pinconf_bias_set_combo,
|
|
||||||
.bias_get_combo = mtk_pinconf_bias_get_combo,
|
|
@ -1,140 +0,0 @@
|
|||||||
From b888303c7d23d7bd0c8667cfc657669e5d153fea Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Fri, 20 Jan 2023 10:20:34 +0100
|
|
||||||
Subject: [PATCH 02/15] clk: mediatek: cpumux: Propagate struct device where
|
|
||||||
possible
|
|
||||||
|
|
||||||
Take a pointer to a struct device in mtk_clk_register_cpumuxes() and
|
|
||||||
propagate the same to mtk_clk_register_cpumux() => clk_hw_register().
|
|
||||||
Even though runtime pm is unlikely to be used with CPU muxes, this
|
|
||||||
helps with code consistency and possibly opens to commonization of
|
|
||||||
some mtk_clk_register_(x) functions.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
|
|
||||||
Reviewed-by: Markus Schneider-Pargmann <msp@baylibre.com>
|
|
||||||
Tested-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230120092053.182923-5-angelogioacchino.delregno@collabora.com
|
|
||||||
Tested-by: Mingming Su <mingming.su@mediatek.com>
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-cpumux.c | 8 ++++----
|
|
||||||
drivers/clk/mediatek/clk-cpumux.h | 2 +-
|
|
||||||
drivers/clk/mediatek/clk-mt2701.c | 2 +-
|
|
||||||
drivers/clk/mediatek/clk-mt6795-infracfg.c | 3 ++-
|
|
||||||
drivers/clk/mediatek/clk-mt7622.c | 4 ++--
|
|
||||||
drivers/clk/mediatek/clk-mt7629.c | 4 ++--
|
|
||||||
drivers/clk/mediatek/clk-mt8173.c | 4 ++--
|
|
||||||
7 files changed, 14 insertions(+), 13 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-cpumux.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-cpumux.c
|
|
||||||
@@ -58,7 +58,7 @@ static const struct clk_ops clk_cpumux_o
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct clk_hw *
|
|
||||||
-mtk_clk_register_cpumux(const struct mtk_composite *mux,
|
|
||||||
+mtk_clk_register_cpumux(struct device *dev, const struct mtk_composite *mux,
|
|
||||||
struct regmap *regmap)
|
|
||||||
{
|
|
||||||
struct mtk_clk_cpumux *cpumux;
|
|
||||||
@@ -81,7 +81,7 @@ mtk_clk_register_cpumux(const struct mtk
|
|
||||||
cpumux->regmap = regmap;
|
|
||||||
cpumux->hw.init = &init;
|
|
||||||
|
|
||||||
- ret = clk_hw_register(NULL, &cpumux->hw);
|
|
||||||
+ ret = clk_hw_register(dev, &cpumux->hw);
|
|
||||||
if (ret) {
|
|
||||||
kfree(cpumux);
|
|
||||||
return ERR_PTR(ret);
|
|
||||||
@@ -102,7 +102,7 @@ static void mtk_clk_unregister_cpumux(st
|
|
||||||
kfree(cpumux);
|
|
||||||
}
|
|
||||||
|
|
||||||
-int mtk_clk_register_cpumuxes(struct device_node *node,
|
|
||||||
+int mtk_clk_register_cpumuxes(struct device *dev, struct device_node *node,
|
|
||||||
const struct mtk_composite *clks, int num,
|
|
||||||
struct clk_hw_onecell_data *clk_data)
|
|
||||||
{
|
|
||||||
@@ -125,7 +125,7 @@ int mtk_clk_register_cpumuxes(struct dev
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
- hw = mtk_clk_register_cpumux(mux, regmap);
|
|
||||||
+ hw = mtk_clk_register_cpumux(dev, mux, regmap);
|
|
||||||
if (IS_ERR(hw)) {
|
|
||||||
pr_err("Failed to register clk %s: %pe\n", mux->name,
|
|
||||||
hw);
|
|
||||||
--- a/drivers/clk/mediatek/clk-cpumux.h
|
|
||||||
+++ b/drivers/clk/mediatek/clk-cpumux.h
|
|
||||||
@@ -11,7 +11,7 @@ struct clk_hw_onecell_data;
|
|
||||||
struct device_node;
|
|
||||||
struct mtk_composite;
|
|
||||||
|
|
||||||
-int mtk_clk_register_cpumuxes(struct device_node *node,
|
|
||||||
+int mtk_clk_register_cpumuxes(struct device *dev, struct device_node *node,
|
|
||||||
const struct mtk_composite *clks, int num,
|
|
||||||
struct clk_hw_onecell_data *clk_data);
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2701.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2701.c
|
|
||||||
@@ -762,7 +762,7 @@ static void __init mtk_infrasys_init_ear
|
|
||||||
mtk_clk_register_factors(infra_fixed_divs, ARRAY_SIZE(infra_fixed_divs),
|
|
||||||
infra_clk_data);
|
|
||||||
|
|
||||||
- mtk_clk_register_cpumuxes(node, cpu_muxes, ARRAY_SIZE(cpu_muxes),
|
|
||||||
+ mtk_clk_register_cpumuxes(NULL, node, cpu_muxes, ARRAY_SIZE(cpu_muxes),
|
|
||||||
infra_clk_data);
|
|
||||||
|
|
||||||
r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt6795-infracfg.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt6795-infracfg.c
|
|
||||||
@@ -106,7 +106,8 @@ static int clk_mt6795_infracfg_probe(str
|
|
||||||
if (ret)
|
|
||||||
goto free_clk_data;
|
|
||||||
|
|
||||||
- ret = mtk_clk_register_cpumuxes(node, cpu_muxes, ARRAY_SIZE(cpu_muxes), clk_data);
|
|
||||||
+ ret = mtk_clk_register_cpumuxes(&pdev->dev, node, cpu_muxes,
|
|
||||||
+ ARRAY_SIZE(cpu_muxes), clk_data);
|
|
||||||
if (ret)
|
|
||||||
goto unregister_gates;
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7622.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7622.c
|
|
||||||
@@ -639,8 +639,8 @@ static int mtk_infrasys_init(struct plat
|
|
||||||
mtk_clk_register_gates(&pdev->dev, node, infra_clks,
|
|
||||||
ARRAY_SIZE(infra_clks), clk_data);
|
|
||||||
|
|
||||||
- mtk_clk_register_cpumuxes(node, infra_muxes, ARRAY_SIZE(infra_muxes),
|
|
||||||
- clk_data);
|
|
||||||
+ mtk_clk_register_cpumuxes(&pdev->dev, node, infra_muxes,
|
|
||||||
+ ARRAY_SIZE(infra_muxes), clk_data);
|
|
||||||
|
|
||||||
r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get,
|
|
||||||
clk_data);
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7629.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7629.c
|
|
||||||
@@ -589,8 +589,8 @@ static int mtk_infrasys_init(struct plat
|
|
||||||
mtk_clk_register_gates(&pdev->dev, node, infra_clks,
|
|
||||||
ARRAY_SIZE(infra_clks), clk_data);
|
|
||||||
|
|
||||||
- mtk_clk_register_cpumuxes(node, infra_muxes, ARRAY_SIZE(infra_muxes),
|
|
||||||
- clk_data);
|
|
||||||
+ mtk_clk_register_cpumuxes(&pdev->dev, node, infra_muxes,
|
|
||||||
+ ARRAY_SIZE(infra_muxes), clk_data);
|
|
||||||
|
|
||||||
return of_clk_add_hw_provider(node, of_clk_hw_onecell_get,
|
|
||||||
clk_data);
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt8173.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt8173.c
|
|
||||||
@@ -893,8 +893,8 @@ static void __init mtk_infrasys_init(str
|
|
||||||
ARRAY_SIZE(infra_clks), clk_data);
|
|
||||||
mtk_clk_register_factors(infra_divs, ARRAY_SIZE(infra_divs), clk_data);
|
|
||||||
|
|
||||||
- mtk_clk_register_cpumuxes(node, cpu_muxes, ARRAY_SIZE(cpu_muxes),
|
|
||||||
- clk_data);
|
|
||||||
+ mtk_clk_register_cpumuxes(NULL, node, cpu_muxes,
|
|
||||||
+ ARRAY_SIZE(cpu_muxes), clk_data);
|
|
||||||
|
|
||||||
r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
if (r)
|
|
@ -1,74 +0,0 @@
|
|||||||
From b8eb1081d267708ba976525a1fe2162901b34f3a Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Fri, 20 Jan 2023 10:20:37 +0100
|
|
||||||
Subject: [PATCH] clk: mediatek: clk-mtk: Add dummy clock ops
|
|
||||||
|
|
||||||
In order to migrate some (few) old clock drivers to the common
|
|
||||||
mtk_clk_simple_probe() function, add dummy clock ops to be able
|
|
||||||
to insert a dummy clock with ID 0 at the beginning of the list.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
|
|
||||||
Tested-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230120092053.182923-8-angelogioacchino.delregno@collabora.com
|
|
||||||
Tested-by: Mingming Su <mingming.su@mediatek.com>
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-mtk.c | 16 ++++++++++++++++
|
|
||||||
drivers/clk/mediatek/clk-mtk.h | 19 +++++++++++++++++++
|
|
||||||
2 files changed, 35 insertions(+)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mtk.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mtk.c
|
|
||||||
@@ -21,6 +21,22 @@
|
|
||||||
#include "clk-gate.h"
|
|
||||||
#include "clk-mux.h"
|
|
||||||
|
|
||||||
+const struct mtk_gate_regs cg_regs_dummy = { 0, 0, 0 };
|
|
||||||
+EXPORT_SYMBOL_GPL(cg_regs_dummy);
|
|
||||||
+
|
|
||||||
+static int mtk_clk_dummy_enable(struct clk_hw *hw)
|
|
||||||
+{
|
|
||||||
+ return 0;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+static void mtk_clk_dummy_disable(struct clk_hw *hw) { }
|
|
||||||
+
|
|
||||||
+const struct clk_ops mtk_clk_dummy_ops = {
|
|
||||||
+ .enable = mtk_clk_dummy_enable,
|
|
||||||
+ .disable = mtk_clk_dummy_disable,
|
|
||||||
+};
|
|
||||||
+EXPORT_SYMBOL_GPL(mtk_clk_dummy_ops);
|
|
||||||
+
|
|
||||||
static void mtk_init_clk_data(struct clk_hw_onecell_data *clk_data,
|
|
||||||
unsigned int clk_num)
|
|
||||||
{
|
|
||||||
--- a/drivers/clk/mediatek/clk-mtk.h
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mtk.h
|
|
||||||
@@ -22,6 +22,25 @@
|
|
||||||
|
|
||||||
struct platform_device;
|
|
||||||
|
|
||||||
+/*
|
|
||||||
+ * We need the clock IDs to start from zero but to maintain devicetree
|
|
||||||
+ * backwards compatibility we can't change bindings to start from zero.
|
|
||||||
+ * Only a few platforms are affected, so we solve issues given by the
|
|
||||||
+ * commonized MTK clocks probe function(s) by adding a dummy clock at
|
|
||||||
+ * the beginning where needed.
|
|
||||||
+ */
|
|
||||||
+#define CLK_DUMMY 0
|
|
||||||
+
|
|
||||||
+extern const struct clk_ops mtk_clk_dummy_ops;
|
|
||||||
+extern const struct mtk_gate_regs cg_regs_dummy;
|
|
||||||
+
|
|
||||||
+#define GATE_DUMMY(_id, _name) { \
|
|
||||||
+ .id = _id, \
|
|
||||||
+ .name = _name, \
|
|
||||||
+ .regs = &cg_regs_dummy, \
|
|
||||||
+ .ops = &mtk_clk_dummy_ops, \
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
struct mtk_fixed_clk {
|
|
||||||
int id;
|
|
||||||
const char *name;
|
|
@ -1,790 +0,0 @@
|
|||||||
From c26e28015b74af73e0b299f6ad3ff22931e600b4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Fri, 20 Jan 2023 10:20:41 +0100
|
|
||||||
Subject: [PATCH 05/15] clk: mediatek: Switch to mtk_clk_simple_probe() where
|
|
||||||
possible
|
|
||||||
|
|
||||||
mtk_clk_simple_probe() is a function that registers mtk gate clocks
|
|
||||||
and, if reset data is present, a reset controller and across all of
|
|
||||||
the MTK clock drivers, such a function is duplicated many times:
|
|
||||||
switch to the common mtk_clk_simple_probe() function for all of the
|
|
||||||
clock drivers that are registering as platform drivers.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Tested-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230120092053.182923-12-angelogioacchino.delregno@collabora.com
|
|
||||||
Tested-by: Mingming Su <mingming.su@mediatek.com>
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
|
|
||||||
[daniel@makrotopia.org: removed parts not relevant for OpenWrt]
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-mt2701-aud.c | 31 ++++++----
|
|
||||||
drivers/clk/mediatek/clk-mt2701-eth.c | 36 ++++--------
|
|
||||||
drivers/clk/mediatek/clk-mt2701-g3d.c | 56 ++++--------------
|
|
||||||
drivers/clk/mediatek/clk-mt2701-hif.c | 38 ++++--------
|
|
||||||
drivers/clk/mediatek/clk-mt2712.c | 83 ++++++++++----------------
|
|
||||||
drivers/clk/mediatek/clk-mt7622-aud.c | 54 ++++++-----------
|
|
||||||
drivers/clk/mediatek/clk-mt7622-eth.c | 82 +++++---------------------
|
|
||||||
drivers/clk/mediatek/clk-mt7622-hif.c | 85 +++++----------------------
|
|
||||||
drivers/clk/mediatek/clk-mt7629-hif.c | 85 +++++----------------------
|
|
||||||
9 files changed, 144 insertions(+), 406 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2701-aud.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2701-aud.c
|
|
||||||
@@ -52,6 +52,7 @@ static const struct mtk_gate_regs audio3
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct mtk_gate audio_clks[] = {
|
|
||||||
+ GATE_DUMMY(CLK_DUMMY, "aud_dummy"),
|
|
||||||
/* AUDIO0 */
|
|
||||||
GATE_AUDIO0(CLK_AUD_AFE, "audio_afe", "aud_intbus_sel", 2),
|
|
||||||
GATE_AUDIO0(CLK_AUD_HDMI, "audio_hdmi", "audpll_sel", 20),
|
|
||||||
@@ -114,29 +115,27 @@ static const struct mtk_gate audio_clks[
|
|
||||||
GATE_AUDIO3(CLK_AUD_MEM_ASRC5, "audio_mem_asrc5", "asm_h_sel", 14),
|
|
||||||
};
|
|
||||||
|
|
||||||
+static const struct mtk_clk_desc audio_desc = {
|
|
||||||
+ .clks = audio_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(audio_clks),
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
static const struct of_device_id of_match_clk_mt2701_aud[] = {
|
|
||||||
- { .compatible = "mediatek,mt2701-audsys", },
|
|
||||||
- {}
|
|
||||||
+ { .compatible = "mediatek,mt2701-audsys", .data = &audio_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
static int clk_mt2701_aud_probe(struct platform_device *pdev)
|
|
||||||
{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
int r;
|
|
||||||
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_AUD_NR);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, audio_clks,
|
|
||||||
- ARRAY_SIZE(audio_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
+ r = mtk_clk_simple_probe(pdev);
|
|
||||||
if (r) {
|
|
||||||
dev_err(&pdev->dev,
|
|
||||||
"could not register clock provider: %s: %d\n",
|
|
||||||
pdev->name, r);
|
|
||||||
|
|
||||||
- goto err_clk_provider;
|
|
||||||
+ return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
r = devm_of_platform_populate(&pdev->dev);
|
|
||||||
@@ -146,13 +145,19 @@ static int clk_mt2701_aud_probe(struct p
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
err_plat_populate:
|
|
||||||
- of_clk_del_provider(node);
|
|
||||||
-err_clk_provider:
|
|
||||||
+ mtk_clk_simple_remove(pdev);
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
+static int clk_mt2701_aud_remove(struct platform_device *pdev)
|
|
||||||
+{
|
|
||||||
+ of_platform_depopulate(&pdev->dev);
|
|
||||||
+ return mtk_clk_simple_remove(pdev);
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
static struct platform_driver clk_mt2701_aud_drv = {
|
|
||||||
.probe = clk_mt2701_aud_probe,
|
|
||||||
+ .remove = clk_mt2701_aud_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt2701-aud",
|
|
||||||
.of_match_table = of_match_clk_mt2701_aud,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2701-eth.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2701-eth.c
|
|
||||||
@@ -20,6 +20,7 @@ static const struct mtk_gate_regs eth_cg
|
|
||||||
GATE_MTK(_id, _name, _parent, ð_cg_regs, _shift, &mtk_clk_gate_ops_no_setclr_inv)
|
|
||||||
|
|
||||||
static const struct mtk_gate eth_clks[] = {
|
|
||||||
+ GATE_DUMMY(CLK_DUMMY, "eth_dummy"),
|
|
||||||
GATE_ETH(CLK_ETHSYS_HSDMA, "hsdma_clk", "ethif_sel", 5),
|
|
||||||
GATE_ETH(CLK_ETHSYS_ESW, "esw_clk", "ethpll_500m_ck", 6),
|
|
||||||
GATE_ETH(CLK_ETHSYS_GP2, "gp2_clk", "trgpll", 7),
|
|
||||||
@@ -38,35 +39,20 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static const struct of_device_id of_match_clk_mt2701_eth[] = {
|
|
||||||
- { .compatible = "mediatek,mt2701-ethsys", },
|
|
||||||
- {}
|
|
||||||
+static const struct mtk_clk_desc eth_desc = {
|
|
||||||
+ .clks = eth_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(eth_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt2701_eth_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- int r;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_ETHSYS_NR);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, eth_clks,
|
|
||||||
- ARRAY_SIZE(eth_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct of_device_id of_match_clk_mt2701_eth[] = {
|
|
||||||
+ { .compatible = "mediatek,mt2701-ethsys", .data = ð_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
+};
|
|
||||||
|
|
||||||
static struct platform_driver clk_mt2701_eth_drv = {
|
|
||||||
- .probe = clk_mt2701_eth_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt2701-eth",
|
|
||||||
.of_match_table = of_match_clk_mt2701_eth,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2701-g3d.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2701-g3d.c
|
|
||||||
@@ -26,6 +26,7 @@ static const struct mtk_gate_regs g3d_cg
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct mtk_gate g3d_clks[] = {
|
|
||||||
+ GATE_DUMMY(CLK_DUMMY, "g3d_dummy"),
|
|
||||||
GATE_G3D(CLK_G3DSYS_CORE, "g3d_core", "mfg_sel", 0),
|
|
||||||
};
|
|
||||||
|
|
||||||
@@ -37,57 +38,20 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt2701_g3dsys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_G3DSYS_NR);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, g3d_clks, ARRAY_SIZE(g3d_clks),
|
|
||||||
- clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct mtk_clk_desc g3d_desc = {
|
|
||||||
+ .clks = g3d_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(g3d_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
static const struct of_device_id of_match_clk_mt2701_g3d[] = {
|
|
||||||
- {
|
|
||||||
- .compatible = "mediatek,mt2701-g3dsys",
|
|
||||||
- .data = clk_mt2701_g3dsys_init,
|
|
||||||
- }, {
|
|
||||||
- /* sentinel */
|
|
||||||
- }
|
|
||||||
+ { .compatible = "mediatek,mt2701-g3dsys", .data = &g3d_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt2701_g3d_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- int (*clk_init)(struct platform_device *);
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_init = of_device_get_match_data(&pdev->dev);
|
|
||||||
- if (!clk_init)
|
|
||||||
- return -EINVAL;
|
|
||||||
-
|
|
||||||
- r = clk_init(pdev);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
static struct platform_driver clk_mt2701_g3d_drv = {
|
|
||||||
- .probe = clk_mt2701_g3d_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt2701-g3d",
|
|
||||||
.of_match_table = of_match_clk_mt2701_g3d,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2701-hif.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2701-hif.c
|
|
||||||
@@ -20,6 +20,7 @@ static const struct mtk_gate_regs hif_cg
|
|
||||||
GATE_MTK(_id, _name, _parent, &hif_cg_regs, _shift, &mtk_clk_gate_ops_no_setclr_inv)
|
|
||||||
|
|
||||||
static const struct mtk_gate hif_clks[] = {
|
|
||||||
+ GATE_DUMMY(CLK_DUMMY, "hif_dummy"),
|
|
||||||
GATE_HIF(CLK_HIFSYS_USB0PHY, "usb0_phy_clk", "ethpll_500m_ck", 21),
|
|
||||||
GATE_HIF(CLK_HIFSYS_USB1PHY, "usb1_phy_clk", "ethpll_500m_ck", 22),
|
|
||||||
GATE_HIF(CLK_HIFSYS_PCIE0, "pcie0_clk", "ethpll_500m_ck", 24),
|
|
||||||
@@ -35,37 +36,20 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static const struct of_device_id of_match_clk_mt2701_hif[] = {
|
|
||||||
- { .compatible = "mediatek,mt2701-hifsys", },
|
|
||||||
- {}
|
|
||||||
+static const struct mtk_clk_desc hif_desc = {
|
|
||||||
+ .clks = hif_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(hif_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt2701_hif_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- int r;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_HIFSYS_NR);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, hif_clks,
|
|
||||||
- ARRAY_SIZE(hif_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r) {
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
- return r;
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return 0;
|
|
||||||
-}
|
|
||||||
+static const struct of_device_id of_match_clk_mt2701_hif[] = {
|
|
||||||
+ { .compatible = "mediatek,mt2701-hifsys", .data = &hif_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
+};
|
|
||||||
|
|
||||||
static struct platform_driver clk_mt2701_hif_drv = {
|
|
||||||
- .probe = clk_mt2701_hif_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt2701-hif",
|
|
||||||
.of_match_table = of_match_clk_mt2701_hif,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt2712.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt2712.c
|
|
||||||
@@ -1337,50 +1337,6 @@ static int clk_mt2712_top_probe(struct p
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
-static int clk_mt2712_infra_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- int r;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_INFRA_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, infra_clks,
|
|
||||||
- ARRAY_SIZE(infra_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
-
|
|
||||||
- if (r != 0)
|
|
||||||
- pr_err("%s(): could not register clock provider: %d\n",
|
|
||||||
- __func__, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc[0]);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-static int clk_mt2712_peri_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- int r;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_PERI_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, peri_clks,
|
|
||||||
- ARRAY_SIZE(peri_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
-
|
|
||||||
- if (r != 0)
|
|
||||||
- pr_err("%s(): could not register clock provider: %d\n",
|
|
||||||
- __func__, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc[1]);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
static int clk_mt2712_mcu_probe(struct platform_device *pdev)
|
|
||||||
{
|
|
||||||
struct clk_hw_onecell_data *clk_data;
|
|
||||||
@@ -1419,12 +1375,6 @@ static const struct of_device_id of_matc
|
|
||||||
.compatible = "mediatek,mt2712-topckgen",
|
|
||||||
.data = clk_mt2712_top_probe,
|
|
||||||
}, {
|
|
||||||
- .compatible = "mediatek,mt2712-infracfg",
|
|
||||||
- .data = clk_mt2712_infra_probe,
|
|
||||||
- }, {
|
|
||||||
- .compatible = "mediatek,mt2712-pericfg",
|
|
||||||
- .data = clk_mt2712_peri_probe,
|
|
||||||
- }, {
|
|
||||||
.compatible = "mediatek,mt2712-mcucfg",
|
|
||||||
.data = clk_mt2712_mcu_probe,
|
|
||||||
}, {
|
|
||||||
@@ -1450,6 +1400,33 @@ static int clk_mt2712_probe(struct platf
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
+static const struct mtk_clk_desc infra_desc = {
|
|
||||||
+ .clks = infra_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(infra_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc[0],
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+static const struct mtk_clk_desc peri_desc = {
|
|
||||||
+ .clks = peri_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(peri_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc[1],
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+static const struct of_device_id of_match_clk_mt2712_simple[] = {
|
|
||||||
+ { .compatible = "mediatek,mt2712-infracfg", .data = &infra_desc },
|
|
||||||
+ { .compatible = "mediatek,mt2712-pericfg", .data = &peri_desc, },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+static struct platform_driver clk_mt2712_simple_drv = {
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
+ .driver = {
|
|
||||||
+ .name = "clk-mt2712-simple",
|
|
||||||
+ .of_match_table = of_match_clk_mt2712_simple,
|
|
||||||
+ },
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
static struct platform_driver clk_mt2712_drv = {
|
|
||||||
.probe = clk_mt2712_probe,
|
|
||||||
.driver = {
|
|
||||||
@@ -1460,7 +1437,11 @@ static struct platform_driver clk_mt2712
|
|
||||||
|
|
||||||
static int __init clk_mt2712_init(void)
|
|
||||||
{
|
|
||||||
- return platform_driver_register(&clk_mt2712_drv);
|
|
||||||
+ int ret = platform_driver_register(&clk_mt2712_drv);
|
|
||||||
+
|
|
||||||
+ if (ret)
|
|
||||||
+ return ret;
|
|
||||||
+ return platform_driver_register(&clk_mt2712_simple_drv);
|
|
||||||
}
|
|
||||||
|
|
||||||
arch_initcall(clk_mt2712_init);
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7622-aud.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7622-aud.c
|
|
||||||
@@ -106,24 +106,22 @@ static const struct mtk_gate audio_clks[
|
|
||||||
GATE_AUDIO3(CLK_AUDIO_MEM_ASRC5, "audio_mem_asrc5", "asm_h_sel", 14),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7622_audiosys_init(struct platform_device *pdev)
|
|
||||||
+static const struct mtk_clk_desc audio_desc = {
|
|
||||||
+ .clks = audio_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(audio_clks),
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+static int clk_mt7622_aud_probe(struct platform_device *pdev)
|
|
||||||
{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
int r;
|
|
||||||
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_AUDIO_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, audio_clks,
|
|
||||||
- ARRAY_SIZE(audio_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
+ r = mtk_clk_simple_probe(pdev);
|
|
||||||
if (r) {
|
|
||||||
dev_err(&pdev->dev,
|
|
||||||
"could not register clock provider: %s: %d\n",
|
|
||||||
pdev->name, r);
|
|
||||||
|
|
||||||
- goto err_clk_provider;
|
|
||||||
+ return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
r = devm_of_platform_populate(&pdev->dev);
|
|
||||||
@@ -133,40 +131,24 @@ static int clk_mt7622_audiosys_init(stru
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
err_plat_populate:
|
|
||||||
- of_clk_del_provider(node);
|
|
||||||
-err_clk_provider:
|
|
||||||
+ mtk_clk_simple_remove(pdev);
|
|
||||||
return r;
|
|
||||||
}
|
|
||||||
|
|
||||||
-static const struct of_device_id of_match_clk_mt7622_aud[] = {
|
|
||||||
- {
|
|
||||||
- .compatible = "mediatek,mt7622-audsys",
|
|
||||||
- .data = clk_mt7622_audiosys_init,
|
|
||||||
- }, {
|
|
||||||
- /* sentinel */
|
|
||||||
- }
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
-static int clk_mt7622_aud_probe(struct platform_device *pdev)
|
|
||||||
+static int clk_mt7622_aud_remove(struct platform_device *pdev)
|
|
||||||
{
|
|
||||||
- int (*clk_init)(struct platform_device *);
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_init = of_device_get_match_data(&pdev->dev);
|
|
||||||
- if (!clk_init)
|
|
||||||
- return -EINVAL;
|
|
||||||
-
|
|
||||||
- r = clk_init(pdev);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
+ of_platform_depopulate(&pdev->dev);
|
|
||||||
+ return mtk_clk_simple_remove(pdev);
|
|
||||||
}
|
|
||||||
|
|
||||||
+static const struct of_device_id of_match_clk_mt7622_aud[] = {
|
|
||||||
+ { .compatible = "mediatek,mt7622-audsys", .data = &audio_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
static struct platform_driver clk_mt7622_aud_drv = {
|
|
||||||
.probe = clk_mt7622_aud_probe,
|
|
||||||
+ .remove = clk_mt7622_aud_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt7622-aud",
|
|
||||||
.of_match_table = of_match_clk_mt7622_aud,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7622-eth.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7622-eth.c
|
|
||||||
@@ -61,80 +61,26 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7622_ethsys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_ETH_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, eth_clks,
|
|
||||||
- ARRAY_SIZE(eth_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-static int clk_mt7622_sgmiisys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_SGMII_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, sgmii_clks,
|
|
||||||
- ARRAY_SIZE(sgmii_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
+static const struct mtk_clk_desc eth_desc = {
|
|
||||||
+ .clks = eth_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(eth_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct mtk_clk_desc sgmii_desc = {
|
|
||||||
+ .clks = sgmii_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(sgmii_clks),
|
|
||||||
+};
|
|
||||||
|
|
||||||
static const struct of_device_id of_match_clk_mt7622_eth[] = {
|
|
||||||
- {
|
|
||||||
- .compatible = "mediatek,mt7622-ethsys",
|
|
||||||
- .data = clk_mt7622_ethsys_init,
|
|
||||||
- }, {
|
|
||||||
- .compatible = "mediatek,mt7622-sgmiisys",
|
|
||||||
- .data = clk_mt7622_sgmiisys_init,
|
|
||||||
- }, {
|
|
||||||
- /* sentinel */
|
|
||||||
- }
|
|
||||||
+ { .compatible = "mediatek,mt7622-ethsys", .data = ð_desc },
|
|
||||||
+ { .compatible = "mediatek,mt7622-sgmiisys", .data = &sgmii_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7622_eth_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- int (*clk_init)(struct platform_device *);
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_init = of_device_get_match_data(&pdev->dev);
|
|
||||||
- if (!clk_init)
|
|
||||||
- return -EINVAL;
|
|
||||||
-
|
|
||||||
- r = clk_init(pdev);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
static struct platform_driver clk_mt7622_eth_drv = {
|
|
||||||
- .probe = clk_mt7622_eth_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt7622-eth",
|
|
||||||
.of_match_table = of_match_clk_mt7622_eth,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7622-hif.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7622-hif.c
|
|
||||||
@@ -72,82 +72,27 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7622_ssusbsys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_SSUSB_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, ssusb_clks,
|
|
||||||
- ARRAY_SIZE(ssusb_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-static int clk_mt7622_pciesys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_PCIE_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, pcie_clks,
|
|
||||||
- ARRAY_SIZE(pcie_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
+static const struct mtk_clk_desc ssusb_desc = {
|
|
||||||
+ .clks = ssusb_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(ssusb_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct mtk_clk_desc pcie_desc = {
|
|
||||||
+ .clks = pcie_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(pcie_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
static const struct of_device_id of_match_clk_mt7622_hif[] = {
|
|
||||||
- {
|
|
||||||
- .compatible = "mediatek,mt7622-pciesys",
|
|
||||||
- .data = clk_mt7622_pciesys_init,
|
|
||||||
- }, {
|
|
||||||
- .compatible = "mediatek,mt7622-ssusbsys",
|
|
||||||
- .data = clk_mt7622_ssusbsys_init,
|
|
||||||
- }, {
|
|
||||||
- /* sentinel */
|
|
||||||
- }
|
|
||||||
+ { .compatible = "mediatek,mt7622-pciesys", .data = &pcie_desc },
|
|
||||||
+ { .compatible = "mediatek,mt7622-ssusbsys", .data = &ssusb_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7622_hif_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- int (*clk_init)(struct platform_device *);
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_init = of_device_get_match_data(&pdev->dev);
|
|
||||||
- if (!clk_init)
|
|
||||||
- return -EINVAL;
|
|
||||||
-
|
|
||||||
- r = clk_init(pdev);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
static struct platform_driver clk_mt7622_hif_drv = {
|
|
||||||
- .probe = clk_mt7622_hif_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt7622-hif",
|
|
||||||
.of_match_table = of_match_clk_mt7622_hif,
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7629-hif.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7629-hif.c
|
|
||||||
@@ -67,82 +67,27 @@ static const struct mtk_clk_rst_desc clk
|
|
||||||
.rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7629_ssusbsys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_SSUSB_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, ssusb_clks,
|
|
||||||
- ARRAY_SIZE(ssusb_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-static int clk_mt7629_pciesys_init(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(CLK_PCIE_NR_CLK);
|
|
||||||
-
|
|
||||||
- mtk_clk_register_gates(&pdev->dev, node, pcie_clks,
|
|
||||||
- ARRAY_SIZE(pcie_clks), clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- mtk_register_reset_controller_with_dev(&pdev->dev, &clk_rst_desc);
|
|
||||||
+static const struct mtk_clk_desc ssusb_desc = {
|
|
||||||
+ .clks = ssusb_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(ssusb_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct mtk_clk_desc pcie_desc = {
|
|
||||||
+ .clks = pcie_clks,
|
|
||||||
+ .num_clks = ARRAY_SIZE(pcie_clks),
|
|
||||||
+ .rst_desc = &clk_rst_desc,
|
|
||||||
+};
|
|
||||||
|
|
||||||
static const struct of_device_id of_match_clk_mt7629_hif[] = {
|
|
||||||
- {
|
|
||||||
- .compatible = "mediatek,mt7629-pciesys",
|
|
||||||
- .data = clk_mt7629_pciesys_init,
|
|
||||||
- }, {
|
|
||||||
- .compatible = "mediatek,mt7629-ssusbsys",
|
|
||||||
- .data = clk_mt7629_ssusbsys_init,
|
|
||||||
- }, {
|
|
||||||
- /* sentinel */
|
|
||||||
- }
|
|
||||||
+ { .compatible = "mediatek,mt7629-pciesys", .data = &pcie_desc },
|
|
||||||
+ { .compatible = "mediatek,mt7629-ssusbsys", .data = &ssusb_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7629_hif_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- int (*clk_init)(struct platform_device *);
|
|
||||||
- int r;
|
|
||||||
-
|
|
||||||
- clk_init = of_device_get_match_data(&pdev->dev);
|
|
||||||
- if (!clk_init)
|
|
||||||
- return -EINVAL;
|
|
||||||
-
|
|
||||||
- r = clk_init(pdev);
|
|
||||||
- if (r)
|
|
||||||
- dev_err(&pdev->dev,
|
|
||||||
- "could not register clock provider: %s: %d\n",
|
|
||||||
- pdev->name, r);
|
|
||||||
-
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
static struct platform_driver clk_mt7629_hif_drv = {
|
|
||||||
- .probe = clk_mt7629_hif_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt7629-hif",
|
|
||||||
.of_match_table = of_match_clk_mt7629_hif,
|
|
@ -1,97 +0,0 @@
|
|||||||
From 3511004225ce917a4aa6e6ac61481ac60f08f401 Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Fri, 20 Jan 2023 10:20:52 +0100
|
|
||||||
Subject: [PATCH 06/15] clk: mediatek: clk-mt7986-topckgen: Properly keep some
|
|
||||||
clocks enabled
|
|
||||||
|
|
||||||
Instead of calling clk_prepare_enable() on a bunch of clocks at probe
|
|
||||||
time, set the CLK_IS_CRITICAL flag to the same as these are required
|
|
||||||
to be always on, and this is the right way of achieving that.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
|
|
||||||
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Link: https://lore.kernel.org/r/20230120092053.182923-23-angelogioacchino.delregno@collabora.com
|
|
||||||
Tested-by: Mingming Su <mingming.su@mediatek.com>
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-mt7986-topckgen.c | 46 +++++++++++-----------
|
|
||||||
1 file changed, 24 insertions(+), 22 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7986-topckgen.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7986-topckgen.c
|
|
||||||
@@ -202,16 +202,23 @@ static const struct mtk_mux top_muxes[]
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_F_26M_ADC_SEL, "f_26m_adc_sel",
|
|
||||||
f_26m_adc_parents, 0x020, 0x024, 0x028, 16, 1, 23,
|
|
||||||
0x1C0, 10),
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_DRAMC_SEL, "dramc_sel", f_26m_adc_parents,
|
|
||||||
- 0x020, 0x024, 0x028, 24, 1, 31, 0x1C0, 11),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_DRAMC_SEL, "dramc_sel",
|
|
||||||
+ f_26m_adc_parents, 0x020, 0x024, 0x028,
|
|
||||||
+ 24, 1, 31, 0x1C0, 11,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
/* CLK_CFG_3 */
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_DRAMC_MD32_SEL, "dramc_md32_sel",
|
|
||||||
- dramc_md32_parents, 0x030, 0x034, 0x038, 0, 1, 7,
|
|
||||||
- 0x1C0, 12),
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_SYSAXI_SEL, "sysaxi_sel", sysaxi_parents,
|
|
||||||
- 0x030, 0x034, 0x038, 8, 2, 15, 0x1C0, 13),
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_SYSAPB_SEL, "sysapb_sel", sysapb_parents,
|
|
||||||
- 0x030, 0x034, 0x038, 16, 2, 23, 0x1C0, 14),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_DRAMC_MD32_SEL, "dramc_md32_sel",
|
|
||||||
+ dramc_md32_parents, 0x030, 0x034, 0x038,
|
|
||||||
+ 0, 1, 7, 0x1C0, 12,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_SYSAXI_SEL, "sysaxi_sel",
|
|
||||||
+ sysaxi_parents, 0x030, 0x034, 0x038,
|
|
||||||
+ 8, 2, 15, 0x1C0, 13,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_SYSAPB_SEL, "sysapb_sel",
|
|
||||||
+ sysapb_parents, 0x030, 0x034, 0x038,
|
|
||||||
+ 16, 2, 23, 0x1C0, 14,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_ARM_DB_MAIN_SEL, "arm_db_main_sel",
|
|
||||||
arm_db_main_parents, 0x030, 0x034, 0x038, 24, 1,
|
|
||||||
31, 0x1C0, 15),
|
|
||||||
@@ -234,9 +241,10 @@ static const struct mtk_mux top_muxes[]
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_SGM_325M_SEL, "sgm_325m_sel",
|
|
||||||
sgm_325m_parents, 0x050, 0x054, 0x058, 8, 1, 15,
|
|
||||||
0x1C0, 21),
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_SGM_REG_SEL, "sgm_reg_sel",
|
|
||||||
- sgm_reg_parents, 0x050, 0x054, 0x058, 16, 1, 23,
|
|
||||||
- 0x1C0, 22),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_SGM_REG_SEL, "sgm_reg_sel",
|
|
||||||
+ sgm_reg_parents, 0x050, 0x054, 0x058,
|
|
||||||
+ 16, 1, 23, 0x1C0, 22,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_A1SYS_SEL, "a1sys_sel", a1sys_parents,
|
|
||||||
0x050, 0x054, 0x058, 24, 1, 31, 0x1C0, 23),
|
|
||||||
/* CLK_CFG_6 */
|
|
||||||
@@ -252,9 +260,10 @@ static const struct mtk_mux top_muxes[]
|
|
||||||
f_26m_adc_parents, 0x060, 0x064, 0x068, 24, 1, 31,
|
|
||||||
0x1C0, 27),
|
|
||||||
/* CLK_CFG_7 */
|
|
||||||
- MUX_GATE_CLR_SET_UPD(CLK_TOP_F26M_SEL, "csw_f26m_sel",
|
|
||||||
- f_26m_adc_parents, 0x070, 0x074, 0x078, 0, 1, 7,
|
|
||||||
- 0x1C0, 28),
|
|
||||||
+ MUX_GATE_CLR_SET_UPD_FLAGS(CLK_TOP_F26M_SEL, "csw_f26m_sel",
|
|
||||||
+ f_26m_adc_parents, 0x070, 0x074, 0x078,
|
|
||||||
+ 0, 1, 7, 0x1C0, 28,
|
|
||||||
+ CLK_IS_CRITICAL | CLK_SET_RATE_PARENT),
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_AUD_L_SEL, "aud_l_sel", aud_l_parents,
|
|
||||||
0x070, 0x074, 0x078, 8, 2, 15, 0x1C0, 29),
|
|
||||||
MUX_GATE_CLR_SET_UPD(CLK_TOP_A_TUNER_SEL, "a_tuner_sel",
|
|
||||||
@@ -307,13 +316,6 @@ static int clk_mt7986_topckgen_probe(str
|
|
||||||
ARRAY_SIZE(top_muxes), node,
|
|
||||||
&mt7986_clk_lock, clk_data);
|
|
||||||
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_SYSAXI_SEL]->clk);
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_SYSAPB_SEL]->clk);
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_DRAMC_SEL]->clk);
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_DRAMC_MD32_SEL]->clk);
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_F26M_SEL]->clk);
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_TOP_SGM_REG_SEL]->clk);
|
|
||||||
-
|
|
||||||
r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
|
|
||||||
if (r) {
|
|
@ -1,88 +0,0 @@
|
|||||||
From 9ce3b4e4719d4eec38b2c8da939c073835573d1d Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Fri, 20 Jan 2023 10:20:53 +0100
|
|
||||||
Subject: [PATCH 07/15] clk: mediatek: clk-mt7986-topckgen: Migrate to
|
|
||||||
mtk_clk_simple_probe()
|
|
||||||
|
|
||||||
There are no more non-common calls in clk_mt7986_topckgen_probe():
|
|
||||||
migrate this driver to mtk_clk_simple_probe().
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
|
|
||||||
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
|
|
||||||
Link: https://lore.kernel.org/r/20230120092053.182923-24-angelogioacchino.delregno@collabora.com
|
|
||||||
Tested-by: Mingming Su <mingming.su@mediatek.com>
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-mt7986-topckgen.c | 55 +++++-----------------
|
|
||||||
1 file changed, 13 insertions(+), 42 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7986-topckgen.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7986-topckgen.c
|
|
||||||
@@ -290,53 +290,24 @@ static const struct mtk_mux top_muxes[]
|
|
||||||
0x1C4, 5),
|
|
||||||
};
|
|
||||||
|
|
||||||
-static int clk_mt7986_topckgen_probe(struct platform_device *pdev)
|
|
||||||
-{
|
|
||||||
- struct clk_hw_onecell_data *clk_data;
|
|
||||||
- struct device_node *node = pdev->dev.of_node;
|
|
||||||
- int r;
|
|
||||||
- void __iomem *base;
|
|
||||||
- int nr = ARRAY_SIZE(top_fixed_clks) + ARRAY_SIZE(top_divs) +
|
|
||||||
- ARRAY_SIZE(top_muxes);
|
|
||||||
-
|
|
||||||
- base = of_iomap(node, 0);
|
|
||||||
- if (!base) {
|
|
||||||
- pr_err("%s(): ioremap failed\n", __func__);
|
|
||||||
- return -ENOMEM;
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
- clk_data = mtk_alloc_clk_data(nr);
|
|
||||||
- if (!clk_data)
|
|
||||||
- return -ENOMEM;
|
|
||||||
-
|
|
||||||
- mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks),
|
|
||||||
- clk_data);
|
|
||||||
- mtk_clk_register_factors(top_divs, ARRAY_SIZE(top_divs), clk_data);
|
|
||||||
- mtk_clk_register_muxes(&pdev->dev, top_muxes,
|
|
||||||
- ARRAY_SIZE(top_muxes), node,
|
|
||||||
- &mt7986_clk_lock, clk_data);
|
|
||||||
-
|
|
||||||
- r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
-
|
|
||||||
- if (r) {
|
|
||||||
- pr_err("%s(): could not register clock provider: %d\n",
|
|
||||||
- __func__, r);
|
|
||||||
- goto free_topckgen_data;
|
|
||||||
- }
|
|
||||||
- return r;
|
|
||||||
-
|
|
||||||
-free_topckgen_data:
|
|
||||||
- mtk_free_clk_data(clk_data);
|
|
||||||
- return r;
|
|
||||||
-}
|
|
||||||
+static const struct mtk_clk_desc topck_desc = {
|
|
||||||
+ .fixed_clks = top_fixed_clks,
|
|
||||||
+ .num_fixed_clks = ARRAY_SIZE(top_fixed_clks),
|
|
||||||
+ .factor_clks = top_divs,
|
|
||||||
+ .num_factor_clks = ARRAY_SIZE(top_divs),
|
|
||||||
+ .mux_clks = top_muxes,
|
|
||||||
+ .num_mux_clks = ARRAY_SIZE(top_muxes),
|
|
||||||
+ .clk_lock = &mt7986_clk_lock,
|
|
||||||
+};
|
|
||||||
|
|
||||||
static const struct of_device_id of_match_clk_mt7986_topckgen[] = {
|
|
||||||
- { .compatible = "mediatek,mt7986-topckgen", },
|
|
||||||
- {}
|
|
||||||
+ { .compatible = "mediatek,mt7986-topckgen", .data = &topck_desc },
|
|
||||||
+ { /* sentinel */ }
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct platform_driver clk_mt7986_topckgen_drv = {
|
|
||||||
- .probe = clk_mt7986_topckgen_probe,
|
|
||||||
+ .probe = mtk_clk_simple_probe,
|
|
||||||
+ .remove = mtk_clk_simple_remove,
|
|
||||||
.driver = {
|
|
||||||
.name = "clk-mt7986-topckgen",
|
|
||||||
.of_match_table = of_match_clk_mt7986_topckgen,
|
|
@ -1,38 +0,0 @@
|
|||||||
From 06abdc84080729dc2c54946e1712c5ee1589ca1c Mon Sep 17 00:00:00 2001
|
|
||||||
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Date: Mon, 6 Mar 2023 15:05:21 +0100
|
|
||||||
Subject: [PATCH 13/15] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set
|
|
||||||
critical clock
|
|
||||||
|
|
||||||
Instead of calling clk_prepare_enable() at probe time, add the PLL_AO
|
|
||||||
flag to CLK_APMIXED_ARMPLL clock: this will set CLK_IS_CRITICAL.
|
|
||||||
|
|
||||||
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
||||||
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
|
|
||||||
Tested-by: Daniel Golle <daniel@makrotopia.org>
|
|
||||||
Link: https://lore.kernel.org/r/20230306140543.1813621-33-angelogioacchino.delregno@collabora.com
|
|
||||||
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
||||||
---
|
|
||||||
drivers/clk/mediatek/clk-mt7986-apmixed.c | 4 +---
|
|
||||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
||||||
|
|
||||||
--- a/drivers/clk/mediatek/clk-mt7986-apmixed.c
|
|
||||||
+++ b/drivers/clk/mediatek/clk-mt7986-apmixed.c
|
|
||||||
@@ -42,7 +42,7 @@
|
|
||||||
"clkxtal")
|
|
||||||
|
|
||||||
static const struct mtk_pll_data plls[] = {
|
|
||||||
- PLL(CLK_APMIXED_ARMPLL, "armpll", 0x0200, 0x020C, 0x0, 0, 32,
|
|
||||||
+ PLL(CLK_APMIXED_ARMPLL, "armpll", 0x0200, 0x020C, 0x0, PLL_AO, 32,
|
|
||||||
0x0200, 4, 0, 0x0204, 0),
|
|
||||||
PLL(CLK_APMIXED_NET2PLL, "net2pll", 0x0210, 0x021C, 0x0, 0, 32,
|
|
||||||
0x0210, 4, 0, 0x0214, 0),
|
|
||||||
@@ -77,8 +77,6 @@ static int clk_mt7986_apmixed_probe(stru
|
|
||||||
|
|
||||||
mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data);
|
|
||||||
|
|
||||||
- clk_prepare_enable(clk_data->hws[CLK_APMIXED_ARMPLL]->clk);
|
|
||||||
-
|
|
||||||
r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data);
|
|
||||||
if (r) {
|
|
||||||
pr_err("%s(): could not register clock provider: %d\n",
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user