kernel: bump 4.19 to 4.19.88
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0549-pinctrl-bcm2835-Add-support-for-BCM2838.patch
index 4b6a5175857f6b5949017c8e9a761aedd20a4a8c..655937e3036f900f24e6fa09ed419949bcf70d4f 100644 (file)
@@ -1,7 +1,7 @@
-From 841ee6798fcfd51ad6554e29bdc44e5687f66c7e Mon Sep 17 00:00:00 2001
+From 9fdab9bd6324314cbdfe96a6da5edef6c29ed5e6 Mon Sep 17 00:00:00 2001
 From: Tim Gover <tim.gover@raspberrypi.org>
 Date: Wed, 9 Jan 2019 14:43:36 +0000
-Subject: [PATCH 549/782] pinctrl-bcm2835: Add support for BCM2838
+Subject: [PATCH 549/806] pinctrl-bcm2835: Add support for BCM2838
 
 GPIO configuration on BCM2838 is largely the same as BCM2835 except for
 the pull up/down configuration. The old mechanism has been replaced
@@ -28,7 +28,7 @@ compatibility for the device-tree configuration has been retained.
  #define FSEL_REG(p)           (GPFSEL0 + (((p) / 10) * 4))
  #define FSEL_SHIFT(p)         (((p) % 10) * 3)
  #define GPIO_REG_OFFSET(p)    ((p) / 32)
-@@ -917,21 +923,45 @@ static void bcm2835_pull_config_set(stru
+@@ -915,21 +921,45 @@ static void bcm2835_pull_config_set(stru
                unsigned int pin, unsigned int arg)
  {
        u32 off, bit;