diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-07-27 17:26:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-03 17:49:56 +0300 |
commit | 2a44db130351877733938f0283b0dda9828a71b7 (patch) | |
tree | fc6953c487a9152cbc2a09f08036aef090f0d2e6 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | 13f138d3fcbcb7d22b341522512844bf50cffd82 (diff) | |
download | linux-2a44db130351877733938f0283b0dda9828a71b7.tar.xz |
ARM: dts: imx: Cleanup style around assignment operator
Use a space before and after assignment operator to have consistent
style.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index fe00f9a8accd..531a52c1e987 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -926,8 +926,8 @@ <&clks IMX6SX_CLK_ENET_PTP>; clock-names = "ipg", "ahb", "ptp", "enet_clk_ref", "enet_out"; - fsl,num-tx-queues=<3>; - fsl,num-rx-queues=<3>; + fsl,num-tx-queues = <3>; + fsl,num-rx-queues = <3>; status = "disabled"; }; |