mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
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>
This commit is contained in:
parent
f8ad8bbb88
commit
db5e9260be
|
|
@ -112,7 +112,7 @@ axp209: pmic@34 {
|
|||
|
||||
&i2c1 {
|
||||
/* pull-ups and devices require AXP209 LDO3 */
|
||||
status = "failed";
|
||||
status = "fail";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ axp209: pmic@34 {
|
|||
|
||||
&i2c1 {
|
||||
/* pull-ups and devices require AXP209 LDO3 */
|
||||
status = "failed";
|
||||
status = "fail";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ hdmi_out_con: endpoint {
|
|||
|
||||
&i2c0 {
|
||||
/* pull-ups and devices require AXP221 DLDO3 */
|
||||
status = "failed";
|
||||
status = "fail";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ hdmi_out_con: endpoint {
|
|||
|
||||
&i2c0 {
|
||||
/* pull-ups and device VDDIO use AXP221 DLDO3 */
|
||||
status = "failed";
|
||||
status = "fail";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user