mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
arm64: dts: rockchip: rk3399pro-npu: Add usb_pcie_grf node for combphy driver
Change-Id: I7ebbea8cb74205fb1fda7c37fc123f2d1e10b903 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
parent
b4f938f5c3
commit
7a68e504c1
|
|
@ -168,6 +168,11 @@ pmugrf: syscon@fe020000 {
|
|||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
usb_pcie_grf: syscon@fe040000 {
|
||||
compatible = "rockchip,usb-pcie-grf", "syscon";
|
||||
reg = <0x0 0xfe040000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
qos_npu: qos@fe850000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfe850000 0x0 0x20>;
|
||||
|
|
@ -268,6 +273,7 @@ combphy: phy@ff380000 {
|
|||
reset-names = "otg-rst", "combphy-por",
|
||||
"combphy-apb", "combphy-pipe";
|
||||
rockchip,combphygrf = <&combphy_grf>;
|
||||
rockchip,usbpciegrf = <&usb_pcie_grf>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user