[PATCH v5 12/12] arm64: dts: ti: k3-am64: add USB fallback compatible to J721E

Théo Lebrun posted 12 patches 2 months, 3 weeks ago
[PATCH v5 12/12] arm64: dts: ti: k3-am64: add USB fallback compatible to J721E
Posted by Théo Lebrun 2 months, 3 weeks ago
USB on AM64 is the same peripheral as on J721E. It has a specific
compatible for potential integration details. Express this
relationship, matching what the dt-bindings indicate.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
index f8370dd03350..02c8ed93730f 100644
--- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
@@ -759,7 +759,7 @@ timesync_router: pinctrl@a40000 {
 	};
 
 	usbss0: cdns-usb@f900000 {
-		compatible = "ti,am64-usb";
+		compatible = "ti,am64-usb", "ti,j721e-usb";
 		reg = <0x00 0xf900000 0x00 0x100>;
 		power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>;
 		clocks = <&k3_clks 161 9>, <&k3_clks 161 1>;

-- 
2.45.2

Re: [PATCH v5 12/12] arm64: dts: ti: k3-am64: add USB fallback compatible to J721E
Posted by Roger Quadros 2 months, 1 week ago

On 26/07/2024 21:18, Théo Lebrun wrote:
> USB on AM64 is the same peripheral as on J721E. It has a specific
> compatible for potential integration details. Express this
> relationship, matching what the dt-bindings indicate.
> 
> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>

Reviewed-by: Roger Quadros <rogerq@kernel.org>