Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38c735f3 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek
Browse files

ARM: zynq: DT: Remove bogus value from 'bias-disable' property



In one pinctrl node, a 'bias-disable' property is erroneously assigned a
value.

Fixes: ARM: zynq: DT: Add pinctrl information
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent f52948ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -309,7 +309,7 @@


		conf-tx {
		conf-tx {
			pins = "MIO48";
			pins = "MIO48";
			bias-disable = <0>;
			bias-disable;
		};
		};
	};
	};
};
};