diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-03-22 13:25:02 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-29 10:25:33 +0200 |
commit | 6304876355fb6ac60fef306fff6da71bb08401b7 (patch) | |
tree | f465eaeab072aa94003960733420deb8889285e1 /arch | |
parent | 2656e9f5119f8dfb9796e4ba11082ffe49d8cecc (diff) | |
download | linux-6304876355fb6ac60fef306fff6da71bb08401b7.tar.gz linux-6304876355fb6ac60fef306fff6da71bb08401b7.tar.bz2 linux-6304876355fb6ac60fef306fff6da71bb08401b7.zip |
arm64: dts: imx8dxl: drop #stream-id-cells for usb node
There is no SMMU in i.MX8DXL, drop #stream-id-cells which
is for SMMU-v2.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230322052504.2629429-9-peng.fan@oss.nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi index 88913869ae9c..652493ae4bb5 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi @@ -49,7 +49,6 @@ ahb-burst-config = <0x0>; tx-burst-size-dword = <0x10>; rx-burst-size-dword = <0x10>; - #stream-id-cells = <1>; power-domains = <&pd IMX_SC_R_USB_1>; status = "disabled"; |