diff --git a/package/base-files/files/etc/build_version b/package/base-files/files/etc/build_version index 94d037ce72299c..d9cf69dbfa13d3 100644 --- a/package/base-files/files/etc/build_version +++ b/package/base-files/files/etc/build_version @@ -1 +1 @@ -24.03.15-ETH1-WAN +24.03.22 diff --git a/target/linux/sunxi/patches-5.4/915-ARM-dts-sun8i-kooiot-tlink-k2x.patch b/target/linux/sunxi/patches-5.4/915-ARM-dts-sun8i-kooiot-tlink-k2x.patch index bba12c795bd98f..73d7f03a9f6f44 100644 --- a/target/linux/sunxi/patches-5.4/915-ARM-dts-sun8i-kooiot-tlink-k2x.patch +++ b/target/linux/sunxi/patches-5.4/915-ARM-dts-sun8i-kooiot-tlink-k2x.patch @@ -49,11 +49,11 @@ + }; + + /* Fixed crystal dedicated to mcp251x */ -+ can_clk8m: can-clock-8m { ++ can_clk10m: can-clock-10m { + compatible = "fixed-clock"; + #clock-cells = <0>; -+ clock-frequency = <8000000>; -+ clock-output-names = "can_clk8m"; ++ clock-frequency = <10000000>; ++ clock-output-names = "can_clk10m"; + }; + + leds { @@ -331,7 +331,7 @@ + mcp2515: mcp2515@1 { + compatible = "microchip,mcp2515"; + reg = <1>; -+ clocks = <&can_clk8m>; ++ clocks = <&can_clk10m>; + interrupt-parent = <&pio>; + interrupts = <7 2 IRQ_TYPE_LEVEL_LOW>; /* PH2/EINT2 */ + vdd-supply = <®_vcc_wifi_3v3>; /* VCC-WIFI */