Skip to content

Commit c10f023

Browse files
committed
ARM: dts: Update strict_gpiod dtparams
Following the adoption upstream of a similar parameter but with another name, update the dtparam definitions to use the new name and sense. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent f87840e commit c10f023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/broadcom/bcm270x-rpi.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<&csi0>, "sync-gpios:4",
112112
<&csi0>, "sync-gpios:8=0", <GPIO_ACTIVE_LOW>;
113113

114-
strict_gpiod = <&chosen>, "bootargs=pinctrl_bcm2835.strict_gpiod=y";
114+
strict_gpiod = <&chosen>, "bootargs=pinctrl_bcm2835.persist_gpio_outputs=n";
115115
};
116116
};
117117

arch/arm/boot/dts/broadcom/bcm2712-rpi.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
nvmem_cust_rw = <&nvmem_cust>,"rw?";
100100
nvmem_priv_rw = <&nvmem_priv>,"rw?";
101101
nvmem_mac_rw = <&nvmem_mac>,"rw?";
102-
strict_gpiod = <&chosen>, "bootargs=pinctrl_rp1.strict_gpiod=y";
102+
strict_gpiod = <&chosen>, "bootargs=pinctrl_rp1.persist_gpio_outputs=n";
103103
};
104104
};
105105

0 commit comments

Comments
 (0)