lkml.org 
[lkml]   [2022]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH net-next v2 34/35] arm64: dts: ls1046a: Add serdes bindings
    Date
    This adds bindings for the SerDes devices. They are disabled by default
    to prevent any breakage on existing boards.

    Signed-off-by: Sean Anderson <sean.anderson@seco.com>
    ---

    Changes in v2:
    - Disable SerDes by default to prevent breaking boards inadvertently.
    - Use one phy cell for SerDes1, since no lanes can be grouped

    arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 16 ++++++++++++++++
    1 file changed, 16 insertions(+)

    diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
    index 0085e83adf65..8b15653607c9 100644
    --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
    +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
    @@ -413,6 +413,22 @@ bportals: bman-portals@508000000 {
    ranges = <0x0 0x5 0x08000000 0x8000000>;
    };

    + serdes1: phy@1ea0000 {
    + #clock-cells = <1>;
    + #phy-cells = <1>;
    + compatible = "fsl,ls1046a-serdes-1";
    + reg = <0x0 0x1ea0000 0x0 0x2000>;
    + status = "disabled";
    + };
    +
    + serdes2: phy@1eb0000 {
    + #clock-cells = <1>;
    + #phy-cells = <2>;
    + compatible = "fsl,ls1046a-serdes-2";
    + reg = <0x0 0x1eb0000 0x0 0x2000>;
    + status = "disabled";
    + };
    +
    dcfg: dcfg@1ee0000 {
    compatible = "fsl,ls1046a-dcfg", "syscon";
    reg = <0x0 0x1ee0000 0x0 0x1000>;
    --
    2.35.1.1320.gc452695387.dirty
    \
     
     \ /
      Last update: 2022-06-29 00:20    [W:4.118 / U:0.300 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site