kernel: bump 4.14 to 4.14.99
[openwrt/staging/hauke.git] / target / linux / layerscape / patches-4.14 / 821-smmu-support-layerscape.patch
index e0daa4334e8434d6e052fcfe4191363017246693..7c11e2c84b85a5dd4de4f88e380623a7c47c3140 100644 (file)
@@ -93,7 +93,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com>
  
  #include "io-pgtable.h"
  #include "arm-smmu-regs.h"
-@@ -1464,6 +1465,8 @@ static struct iommu_group *arm_smmu_devi
+@@ -1465,6 +1466,8 @@ static struct iommu_group *arm_smmu_devi
  
        if (dev_is_pci(dev))
                group = pci_device_group(dev);
@@ -102,7 +102,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com>
        else
                group = generic_device_group(dev);
  
-@@ -2040,6 +2043,10 @@ static void arm_smmu_bus_init(void)
+@@ -2043,6 +2046,10 @@ static void arm_smmu_bus_init(void)
                bus_set_iommu(&pci_bus_type, &arm_smmu_ops);
        }
  #endif