Skip to content

Commit 8872597

Browse files
jayxurockchipZhengShunQian
authored andcommitted
arm64: dts: rockchip: rk3399 fix node unit name coding style
Fix node unit name coding style, such as unit name vs reg, or unit name vs format. Change-Id: I8a3e28cc1949acc23622a4a1a20e4ab1479bf512 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
1 parent ded6aa0 commit 8872597

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
status = "disabled";
404404
};
405405

406-
usbdrd3_0: usb@fe800000 {
406+
usbdrd3_0: usb0 {
407407
compatible = "rockchip,rk3399-dwc3";
408408
clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>,
409409
<&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_GRF>;
@@ -416,6 +416,7 @@
416416
#size-cells = <2>;
417417
ranges;
418418
status = "disabled";
419+
419420
usbdrd_dwc3_0: dwc3@fe800000 {
420421
compatible = "snps,dwc3";
421422
reg = <0x0 0xfe800000 0x0 0x100000>;
@@ -435,7 +436,7 @@
435436
};
436437
};
437438

438-
usbdrd3_1: usb@fe900000 {
439+
usbdrd3_1: usb1 {
439440
compatible = "rockchip,rk3399-dwc3";
440441
clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>,
441442
<&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_GRF>;
@@ -448,6 +449,7 @@
448449
#size-cells = <2>;
449450
ranges;
450451
status = "disabled";
452+
451453
usbdrd_dwc3_1: dwc3@fe900000 {
452454
compatible = "snps,dwc3";
453455
reg = <0x0 0xfe900000 0x0 0x100000>;
@@ -2075,7 +2077,7 @@
20752077
};
20762078
};
20772079

2078-
mipi_dphy_tx1rx1: mipi-dphy-tx1rx1@0xff968000 {
2080+
mipi_dphy_tx1rx1: mipi-dphy-tx1rx1@ff968000 {
20792081
compatible = "rockchip,rk3399-mipi-dphy";
20802082
reg = <0x0 0xff968000 0x0 0x8000>;
20812083
clocks = <&cru SCLK_MIPIDPHY_REF>,

0 commit comments

Comments
 (0)