Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi

This patch fixes a spelling typo.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Fixes: cc42603de320 ("ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Masanari Iida and committed by
Shawn Guo
41b37f4c 3123be11

+2 -2
+2 -2
arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
··· 264 264 pinctrl-2 = <&pinctrl_usdhc3_200mhz>; 265 265 vmcc-supply = <&reg_sd3_vmmc>; 266 266 cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>; 267 - bus-witdh = <4>; 267 + bus-width = <4>; 268 268 no-1-8-v; 269 269 status = "okay"; 270 270 }; ··· 275 275 pinctrl-1 = <&pinctrl_usdhc4_100mhz>; 276 276 pinctrl-2 = <&pinctrl_usdhc4_200mhz>; 277 277 vmcc-supply = <&reg_sd4_vmmc>; 278 - bus-witdh = <8>; 278 + bus-width = <8>; 279 279 no-1-8-v; 280 280 non-removable; 281 281 status = "okay";