This patch series fixes some issues with the chassis 2 bases dts/dtsi files. The reference for patches is as follows: patch 1 : https://elinux.org/Device_Tree_Linux#disabled_nodes patch 2 : https://elixir.bootlin.com/linux/v4.19.8/source/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts#L121 patch 3 : https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/common-properties.txt Cc: Varun Sethi <V.Sethi@xxxxxxx> Pankaj Bansal (3): dts: arm64: fsl: lsch2: fix status field of serdes controlled devices dts: arm64: fsl: lsch2: fix the rgmii phy type dts: arm64: fsl: lsch2: Fix the endianness property in nodes .../boot/dts/freescale/fsl-ls1043a-qds.dts | 18 ++++++++++++ .../boot/dts/freescale/fsl-ls1043a-rdb.dts | 17 +++++++++++ .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 4 +++ .../boot/dts/freescale/fsl-ls1046a-qds.dts | 18 ++++++++++++ .../boot/dts/freescale/fsl-ls1046a-rdb.dts | 28 +++++++++++++++++-- .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 ++-- .../dts/freescale/qoriq-fman3-0-10g-0.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-10g-1.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-0.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-1.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-2.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-3.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-4.dtsi | 1 + .../dts/freescale/qoriq-fman3-0-1g-5.dtsi | 1 + 14 files changed, 95 insertions(+), 4 deletions(-) -- 2.17.1