Commit 66bd7a30 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo
Browse files

ARM: dts: imx: use generic node name for rave-sp



Use generic "mcu" node name for rave-sp node, as recommended by
Devicetree specification.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 22c0db9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@
	pinctrl-0 = <&pinctrl_uart3>;
	status = "okay";

	rave-sp {
	mcu {
		compatible = "zii,rave-sp-rdu1";
		current-speed = <38400>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@
	pinctrl-0 = <&pinctrl_uart3>;
	status = "okay";

	rave-sp {
	mcu {
		compatible = "zii,rave-sp-mezz";
		current-speed = <57600>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@
	pinctrl-0 = <&pinctrl_uart3>;
	status = "okay";

	rave-sp {
	mcu {
		compatible = "zii,rave-sp-esb";
		current-speed = <57600>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@
	pinctrl-0 = <&pinctrl_uart4>;
	status = "okay";

	rave-sp {
	mcu {
		compatible = "zii,rave-sp-rdu2";
		current-speed = <1000000>;
		#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
	assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
	status = "okay";

	rave-sp {
	mcu {
		compatible = "zii,rave-sp-rdu2";
		current-speed = <1000000>;
		#address-cells = <1>;
Loading