diff options
| author | Michal Simek <[email protected]> | 2023-12-18 13:57:22 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-01-09 14:51:04 +0100 |
| commit | df68c2c9aa992464ce4de4ba0020dd7333c1d36d (patch) | |
| tree | 60480f8b25a2ec6fac1e2ca02ad0f05c8824c58e | |
| parent | 5c687b2160b2ef278487441dec8587507596432f (diff) | |
arm64: zynqmp: Describe ethernet phy on kd240
Describe ADIN phy present on KD240 via ethernet-phy-id compatible string.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/61f89dc055f191fd4138b80bb7e3217d814502f5.1702904236.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-sck-kd-g-revA.dtso | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-sck-kd-g-revA.dtso b/arch/arm/dts/zynqmp-sck-kd-g-revA.dtso index 8d0ddecdc14..298e80265e2 100644 --- a/arch/arm/dts/zynqmp-sck-kd-g-revA.dtso +++ b/arch/arm/dts/zynqmp-sck-kd-g-revA.dtso @@ -120,6 +120,8 @@ #address-cells = <1>; #size-cells = <0>; phy0: ethernet-phy@8 { /* Adin u31 */ + #phy-cells = <1>; + compatible = "ethernet-phy-id0283.bc30"; reg = <8>; adi,rx-internal-delay-ps = <2000>; adi,tx-internal-delay-ps = <2000>; |
