Skip to content

Commit

Permalink
ARM: dts: imx: use generic node name for rave-sp
Browse files Browse the repository at this point in the history
Use generic "mcu" node name for rave-sp node, as recommended by
Devicetree specification.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Shawn Guo committed Jan 26, 2023
1 parent 22c0db9 commit 66bd7a3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx51-zii-rdu1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
pinctrl-0 = <&pinctrl_uart3>;
status = "okay";

rave-sp {
mcu {
compatible = "zii,rave-sp-rdu1";
current-speed = <38400>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx51-zii-scu2-mezz.dts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
pinctrl-0 = <&pinctrl_uart3>;
status = "okay";

rave-sp {
mcu {
compatible = "zii,rave-sp-mezz";
current-speed = <57600>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx51-zii-scu3-esb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
pinctrl-0 = <&pinctrl_uart3>;
status = "okay";

rave-sp {
mcu {
compatible = "zii,rave-sp-esb";
current-speed = <57600>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
pinctrl-0 = <&pinctrl_uart4>;
status = "okay";

rave-sp {
mcu {
compatible = "zii,rave-sp-rdu2";
current-speed = <1000000>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx7d-zii-rmu2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx7d-zii-rpu2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/vf610-zii-spb4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
pinctrl-0 = <&pinctrl_uart2>;
status = "okay";

rave-sp {
mcu {
compatible = "zii,rave-sp-rdu2";
current-speed = <1000000>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
pinctrl-0 = <&pinctrl_uart1>;
status = "okay";

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

0 comments on commit 66bd7a3

Please sign in to comment.