Commit 24b08c0b authored by Phil Elwell's avatar Phil Elwell
Browse files

overlays: Fix sdio overlay's default bus width

parent 608ce510
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
				pinctrl-names = "default";
				pinctrl-0 = <&sdio_ovl_pins>;
				non-removable;
				bus-width = <1>;
				bus-width = <4>;
			};
		};
	};