lkml.org 
[lkml]   [2023]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH net-next v4 4/7] ARM: dts: nxp: Fix some common switch mistakes
    Fix some errors in the Marvell MV88E6xxx switch descriptions:
    - switch0@0 is not OK, should be switch@0

    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    ---
    arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts | 2 +-
    arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts | 8 ++++----
    arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts | 2 +-
    arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts | 4 ++--
    arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts | 2 +-
    5 files changed, 9 insertions(+), 9 deletions(-)

    diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts
    index 1a19aec8957b..add47d8fb58a 100644
    --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts
    +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts
    @@ -162,7 +162,7 @@ mdio1: mdio {
    suppress-preamble;
    status = "okay";

    - switch0: switch0@0 {
    + switch0: switch@0 {
    compatible = "marvell,mv88e6085";
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_switch>;
    diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
    index df1335492a19..50356bd87d04 100644
    --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
    +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-scu4-aib.dts
    @@ -47,7 +47,7 @@ mdio_mux_1: mdio@1 {
    #address-cells = <1>;
    #size-cells = <0>;

    - switch0: switch0@0 {
    + switch0: switch@0 {
    compatible = "marvell,mv88e6190";
    reg = <0>;
    dsa,member = <0 0>;
    @@ -130,7 +130,7 @@ mdio_mux_2: mdio@2 {
    #address-cells = <1>;
    #size-cells = <0>;

    - switch1: switch1@0 {
    + switch1: switch@0 {
    compatible = "marvell,mv88e6190";
    reg = <0>;
    dsa,member = <0 1>;
    @@ -188,7 +188,7 @@ mdio_mux_4: mdio@4 {
    #address-cells = <1>;
    #size-cells = <0>;

    - switch2: switch2@0 {
    + switch2: switch@0 {
    compatible = "marvell,mv88e6190";
    reg = <0>;
    dsa,member = <0 2>;
    @@ -276,7 +276,7 @@ mdio_mux_8: mdio@8 {
    #address-cells = <1>;
    #size-cells = <0>;

    - switch3: switch3@0 {
    + switch3: switch@0 {
    compatible = "marvell,mv88e6190";
    reg = <0>;
    dsa,member = <0 3>;
    diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts
    index 1461804ecaea..20e9e2dacbe6 100644
    --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts
    +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts
    @@ -123,7 +123,7 @@ mdio1: mdio {
    suppress-preamble;
    status = "okay";

    - switch0: switch0@0 {
    + switch0: switch@0 {
    compatible = "marvell,mv88e6190";
    pinctrl-0 = <&pinctrl_gpio_switch0>;
    pinctrl-names = "default";
    diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts
    index 463c2452b9b7..aa53a60518c3 100644
    --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts
    +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-dtu.dts
    @@ -112,7 +112,7 @@ mdio1: mdio {
    suppress-preamble;
    status = "okay";

    - switch0: switch0@0 {
    + switch0: switch@0 {
    compatible = "marvell,mv88e6190";
    pinctrl-0 = <&pinctrl_gpio_switch0>;
    pinctrl-names = "default";
    @@ -167,7 +167,7 @@ port@9 {
    };
    };

    - mdio1 {
    + mdio-external {
    compatible = "marvell,mv88e6xxx-mdio-external";
    #address-cells = <1>;
    #size-cells = <0>;
    diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts
    index f5ae0d5de315..0b7063b74130 100644
    --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts
    +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-ssmb-spu3.dts
    @@ -137,7 +137,7 @@ mdio1: mdio {
    suppress-preamble;
    status = "okay";

    - switch0: switch0@0 {
    + switch0: switch@0 {
    compatible = "marvell,mv88e6190";
    pinctrl-0 = <&pinctrl_gpio_switch0>;
    pinctrl-names = "default";
    --
    2.34.1

    \
     
     \ /
      Last update: 2023-10-18 11:05    [W:2.250 / U:0.488 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site