Skip to content

Commit f99a75f

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2bd1d2d commit f99a75f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,14 @@
291291
};
292292
power-domain@PX30_PD_MMC_NAND {
293293
reg = <PX30_PD_MMC_NAND>;
294-
clocks = <&cru HCLK_NANDC>,
295-
<&cru HCLK_EMMC>,
296-
<&cru HCLK_SDIO>,
297-
<&cru HCLK_SFC>,
298-
<&cru SCLK_EMMC>,
299-
<&cru SCLK_NANDC>,
300-
<&cru SCLK_SDIO>,
301-
<&cru SCLK_SFC>;
294+
clocks = <&cru HCLK_NANDC>,
295+
<&cru HCLK_EMMC>,
296+
<&cru HCLK_SDIO>,
297+
<&cru HCLK_SFC>,
298+
<&cru SCLK_EMMC>,
299+
<&cru SCLK_NANDC>,
300+
<&cru SCLK_SDIO>,
301+
<&cru SCLK_SFC>;
302302
pm_qos = <&qos_emmc>, <&qos_nand>,
303303
<&qos_sdio>, <&qos_sfc>;
304304
#power-domain-cells = <0>;

arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239

240240
&gmac1 {
241241
assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>;
242-
assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&gmac1_clkin>;
242+
assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&gmac1_clkin>;
243243
phy-mode = "rgmii";
244244
clock_in_out = "input";
245245
pinctrl-names = "default";

arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137

138138
&mdio1 {
139139
rgmii_phy1: ethernet-phy@0 {
140-
compatible="ethernet-phy-ieee802.3-c22";
141-
reg= <0x0>;
140+
compatible = "ethernet-phy-ieee802.3-c22";
141+
reg = <0x0>;
142142
};
143143
};
144144

0 commit comments

Comments
 (0)