提交 ea991027 编写于 作者: Y Yisen.Zhuang\(Zhuangyuzeng\) 提交者: David S. Miller

dts: hisi: update hns dst for changing property port-id to reg

Indexes should generally be avoided. This patch changes property port-id
to reg in dsaf port node.
Signed-off-by: NYisen Zhuang <yisen.zhuang@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a1ecde2c
...@@ -24,6 +24,8 @@ soc0: soc@000000000 { ...@@ -24,6 +24,8 @@ soc0: soc@000000000 {
}; };
dsaf0: dsa@c7000000 { dsaf0: dsa@c7000000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "hisilicon,hns-dsaf-v1"; compatible = "hisilicon,hns-dsaf-v1";
mode = "6port-16rss"; mode = "6port-16rss";
interrupt-parent = <&mbigen_dsa>; interrupt-parent = <&mbigen_dsa>;
...@@ -124,20 +126,20 @@ soc0: soc@000000000 { ...@@ -124,20 +126,20 @@ soc0: soc@000000000 {
dma-coherent; dma-coherent;
port@0 { port@0 {
port-id = <0>; reg = <0>;
serdes-syscon = <&serdes_ctrl0>; serdes-syscon = <&serdes_ctrl0>;
}; };
port@1 { port@1 {
port-id = <1>; reg = <1>;
serdes-syscon = <&serdes_ctrl0>; serdes-syscon = <&serdes_ctrl0>;
}; };
port@4 { port@4 {
port-id = <4>; reg = <4>;
phy-handle = <&soc0_phy0>; phy-handle = <&soc0_phy0>;
serdes-syscon = <&serdes_ctrl1>; serdes-syscon = <&serdes_ctrl1>;
}; };
port@5 { port@5 {
port-id = <5>; reg = <5>;
phy-handle = <&soc0_phy1>; phy-handle = <&soc0_phy1>;
serdes-syscon = <&serdes_ctrl1>; serdes-syscon = <&serdes_ctrl1>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册