mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 05:41:43 +00:00
update disable_strict_mode patch so it work in 5.0.y as well as 5.1.y
This commit is contained in:
parent
c474e35fe1
commit
02c2457aaf
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
diff --git a/drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c b/drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c
|
||||
index 9c79971..69e1136 100644
|
||||
index 3cc1121..1182cc8 100644
|
||||
--- a/drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c
|
||||
+++ b/drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c
|
||||
@@ -591,6 +591,7 @@ static const struct sunxi_pinctrl_desc h6_pinctrl_data = {
|
||||
@@ -588,6 +588,7 @@ static const unsigned int h6_irq_bank_map[] = { 1, 5, 6, 7 };
|
||||
static const struct sunxi_pinctrl_desc h6_pinctrl_data = {
|
||||
.pins = h6_pins,
|
||||
.npins = ARRAY_SIZE(h6_pins),
|
||||
+ .disable_strict_mode = true,
|
||||
.irq_banks = 4,
|
||||
.irq_bank_map = h6_irq_bank_map,
|
||||
.irq_read_needs_mux = true,
|
||||
+ .disable_strict_mode = true,
|
||||
.needs_voltage_bias_setup = true,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue