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: cc42603de3
("ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
3123be1168
commit
41b37f4c0f
|
@ -264,7 +264,7 @@
|
||||||
pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
|
pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
|
||||||
vmcc-supply = <®_sd3_vmmc>;
|
vmcc-supply = <®_sd3_vmmc>;
|
||||||
cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
|
||||||
bus-witdh = <4>;
|
bus-width = <4>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -275,7 +275,7 @@
|
||||||
pinctrl-1 = <&pinctrl_usdhc4_100mhz>;
|
pinctrl-1 = <&pinctrl_usdhc4_100mhz>;
|
||||||
pinctrl-2 = <&pinctrl_usdhc4_200mhz>;
|
pinctrl-2 = <&pinctrl_usdhc4_200mhz>;
|
||||||
vmcc-supply = <®_sd4_vmmc>;
|
vmcc-supply = <®_sd4_vmmc>;
|
||||||
bus-witdh = <8>;
|
bus-width = <8>;
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
non-removable;
|
non-removable;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Reference in New Issue