Skip to content

Commit 825209e

Browse files
EvilOlafigorpecovnik
authored andcommitted
meson64-6.18: rewrite kernel patches against 6.18.33
1 parent 535d8b8 commit 825209e

3 files changed

Lines changed: 4 additions & 4 deletions

patch/kernel/archive/meson64-6.18/general-meson-mmc-2-arm64-amlogic-dts-meson-update-meson-axg-device-tree.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ index 111111111111..222222222222 100644
2323

2424
/ {
2525
compatible = "amlogic,meson-axg";
26-
@@ -1959,6 +1960,7 @@ sd_emmc_b: mmc@5000 {
26+
@@ -1965,6 +1966,7 @@ sd_emmc_b: mmc@5000 {
2727
<&clkc CLKID_SD_EMMC_B_CLK0>,
2828
<&clkc CLKID_FCLK_DIV2>;
2929
clock-names = "core", "clkin0", "clkin1";
3030
+ amlogic,mmc-phase = <CLK_PHASE_270 CLK_PHASE_0 CLK_PHASE_0>;
3131
resets = <&reset RESET_SD_EMMC_B>;
3232

3333
assigned-clocks = <&clkc CLKID_SD_EMMC_B_CLK0>;
34-
@@ -1974,6 +1976,7 @@ sd_emmc_c: mmc@7000 {
34+
@@ -1980,6 +1982,7 @@ sd_emmc_c: mmc@7000 {
3535
<&clkc CLKID_SD_EMMC_C_CLK0>,
3636
<&clkc CLKID_FCLK_DIV2>;
3737
clock-names = "core", "clkin0", "clkin1";

patch/kernel/archive/meson64-6.18/general-soc-0004-arm64-dts-meson-add-dts-links-to-secure-monitor-for-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/am
3131
index 111111111111..222222222222 100644
3232
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
3333
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
34-
@@ -1711,6 +1711,7 @@ mux {
34+
@@ -1717,6 +1717,7 @@ mux {
3535
sec_AO: ao-secure@140 {
3636
compatible = "amlogic,meson-gx-ao-secure", "syscon";
3737
reg = <0x0 0x140 0x0 0x140>;

patch/kernel/archive/meson64-6.18/general-spi-nor-add-support-for-XT25F128B.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ diff --git a/drivers/mtd/spi-nor/core.h b/drivers/mtd/spi-nor/core.h
5858
index 111111111111..222222222222 100644
5959
--- a/drivers/mtd/spi-nor/core.h
6060
+++ b/drivers/mtd/spi-nor/core.h
61-
@@ -598,6 +598,7 @@ extern const struct spi_nor_manufacturer spi_nor_spansion;
61+
@@ -604,6 +604,7 @@ extern const struct spi_nor_manufacturer spi_nor_spansion;
6262
extern const struct spi_nor_manufacturer spi_nor_sst;
6363
extern const struct spi_nor_manufacturer spi_nor_winbond;
6464
extern const struct spi_nor_manufacturer spi_nor_xmc;

0 commit comments

Comments
 (0)