mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
arm64: dts: ti: k3-j722s-main: use J722S compatibles for WIZ, gmii-sel and CPSW3G
Update WIZ, gmii-sel and CPSW3G to use the J722S-specific compatible strings, enabling SGMII support. The fallback compatibles preserve compatibility of the updated Device Trees with older kernels. Signed-off-by: Nora Schiffer <nora.schiffer@ew.tq-group.com> Link: https://patch.msgid.link/391f17ba7b0e9dcaa1fc8210114dfda7eb3c0467.1775559102.git.nora.schiffer@ew.tq-group.com Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
committed by
Nishanth Menon
parent
48f1f6f480
commit
2bdc0ea4e7
@@ -18,7 +18,7 @@ serdes_refclk: clk-0 {
|
||||
|
||||
&cbass_main {
|
||||
serdes_wiz0: phy@f000000 {
|
||||
compatible = "ti,am64-wiz-10g";
|
||||
compatible = "ti,j722s-wiz-10g", "ti,am64-wiz-10g";
|
||||
ranges = <0x0f000000 0x0 0x0f000000 0x00010000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@@ -56,7 +56,7 @@ serdes0: serdes@f000000 {
|
||||
};
|
||||
|
||||
serdes_wiz1: phy@f010000 {
|
||||
compatible = "ti,am64-wiz-10g";
|
||||
compatible = "ti,j722s-wiz-10g", "ti,am64-wiz-10g";
|
||||
ranges = <0x0f010000 0x0 0x0f010000 0x00010000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@@ -444,6 +444,14 @@ serdes_ln_ctrl: mux-controller@4080 {
|
||||
};
|
||||
};
|
||||
|
||||
&cpsw3g {
|
||||
compatible = "ti,j722s-cpsw-nuss", "ti,am642-cpsw-nuss";
|
||||
};
|
||||
|
||||
&phy_gmii_sel {
|
||||
compatible = "ti,j722s-phy-gmii-sel", "ti,am654-phy-gmii-sel";
|
||||
};
|
||||
|
||||
&oc_sram {
|
||||
reg = <0x00 0x70000000 0x00 0x40000>;
|
||||
ranges = <0x00 0x00 0x70000000 0x40000>;
|
||||
|
||||
Reference in New Issue
Block a user