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 d7103c58225403c53496b8f5500414d78ec43d94..655937e3036f900f24e6fa09ed419949bcf70d4f 100644 (file)
@@ -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;