diff mbox series

arm64: dts: mba8mx: Remove unneeded comments

Message ID 20220601131928.319497-1-festevam@denx.de (mailing list archive)
State New, archived
Headers show
Series arm64: dts: mba8mx: Remove unneeded comments | expand

Commit Message

Fabio Estevam June 1, 2022, 1:19 p.m. UTC
The bootargs line is already commented out and the comment of UART4
does not apply, as uart4 node is not described.

Remove both comments to make the dtsi cleaner.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/mba8mx.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Alexander Stein June 2, 2022, 6:10 a.m. UTC | #1
Am Mittwoch, 1. Juni 2022, 15:19:28 CEST schrieb Fabio Estevam:
> The bootargs line is already commented out and the comment of UART4
> does not apply, as uart4 node is not described.
> 
> Remove both comments to make the dtsi cleaner.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/freescale/mba8mx.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi
> b/arch/arm64/boot/dts/freescale/mba8mx.dtsi index
> c2f0f1a1566c..ea20b2a8aea8 100644
> --- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi
> +++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
> @@ -16,7 +16,6 @@ beeper {
>  	};
> 
>  	chosen {
> -		// bootargs = "console=ttymxc2,115200
> earlycon=ec_imx6q,0x30880000,115200"; stdout-path = &uart3;
>  	};
> 
> @@ -272,7 +271,6 @@ &uart3 {
>  	status = "okay";
>  };
> 
> -/* UART4 is assigned to Cortex-M4 */
>  &usdhc2 {
>  	pinctrl-names = "default", "state_100mhz", "state_200mhz";
>  	pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Shawn Guo June 19, 2022, 3:33 a.m. UTC | #2
On Wed, Jun 01, 2022 at 10:19:28AM -0300, Fabio Estevam wrote:
> The bootargs line is already commented out and the comment of UART4
> does not apply, as uart4 node is not described.
> 
> Remove both comments to make the dtsi cleaner.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
index c2f0f1a1566c..ea20b2a8aea8 100644
--- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
@@ -16,7 +16,6 @@  beeper {
 	};
 
 	chosen {
-		// bootargs = "console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200";
 		stdout-path = &uart3;
 	};
 
@@ -272,7 +271,6 @@  &uart3 {
 	status = "okay";
 };
 
-/* UART4 is assigned to Cortex-M4 */
 &usdhc2 {
 	pinctrl-names = "default", "state_100mhz", "state_200mhz";
 	pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;