diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-01-10 12:57:15 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-01-10 12:57:15 +0000 |
commit | 8c38f1d976f142c3ad36f4b3147935dd6e40aa5c (patch) | |
tree | 1949dc3193f9a1e3f149d93248846826496fd8bc /kernel.spec | |
parent | c50bbd2bed6259c7c9496f713636c830ca0ef84e (diff) | |
download | kernel-8c38f1d976f142c3ad36f4b3147935dd6e40aa5c.tar.gz kernel-8c38f1d976f142c3ad36f4b3147935dd6e40aa5c.tar.xz kernel-8c38f1d976f142c3ad36f4b3147935dd6e40aa5c.zip |
A few Raspberry Pi cleanups, add gpio line names
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index 0d58f1a4b..dbc6589d7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -574,13 +574,15 @@ Patch305: qcom-msm89xx-fixes.patch # https://patchwork.kernel.org/project/linux-mmc/list/?submitter=71861 Patch306: arm-sdhci-esdhc-imx-fixes.patch -Patch330: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch - # Initall support for the 3A+ -Patch334: bcm2837-dts-add-Raspberry-Pi-3-A.patch +Patch330: bcm2837-dts-add-Raspberry-Pi-3-A.patch # https://patchwork.kernel.org/patch/10741809/ -Patch336: bcm2835-mmc-sdhci-iproc-handle-mmc_of_parse-errors-during-probe.patch +Patch331: bcm2835-mmc-sdhci-iproc-handle-mmc_of_parse-errors-during-probe.patch + +Patch332: bcm283x-Add-missing-GPIO-line-names.patch + +Patch339: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch # Fix for AllWinner A64 Timer Errata, still not final # https://patchwork.kernel.org/patch/10392891/ |