Skip to content

Commit db5e926

Browse files
committed
ARM: dts: allwinner: Replace status "failed" with "fail"
The device tree bindings specify using "fail", not "failed". Fix up all the ones that are wrong. Link: https://patch.msgid.link/20251225103616.3203473-5-wens@kernel.org Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
1 parent f8ad8bb commit db5e926

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm/boot/dts/allwinner/sun4i-a10-dserve-dsrv9703c.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
&i2c1 {
114114
/* pull-ups and devices require AXP209 LDO3 */
115-
status = "failed";
115+
status = "fail";
116116
};
117117

118118
&i2c2 {

arch/arm/boot/dts/allwinner/sun4i-a10-pov-protab2-ips9.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
&i2c1 {
9898
/* pull-ups and devices require AXP209 LDO3 */
99-
status = "failed";
99+
status = "fail";
100100
};
101101

102102
&i2c2 {

arch/arm/boot/dts/allwinner/sun6i-a31-hummingbird.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170

171171
&i2c0 {
172172
/* pull-ups and devices require AXP221 DLDO3 */
173-
status = "failed";
173+
status = "fail";
174174
};
175175

176176
&i2c1 {

arch/arm/boot/dts/allwinner/sun6i-a31s-primo81.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
&i2c0 {
9292
/* pull-ups and device VDDIO use AXP221 DLDO3 */
93-
status = "failed";
93+
status = "fail";
9494
};
9595

9696
&i2c1 {

0 commit comments

Comments
 (0)