On Mon, 4 Nov 2019 16:22:25 +0100, Markus Reichl wrote: > For rk3399-roc-pc is a mezzanine board available that carries M.2 and > POE interfaces. Use it with a separate dts. > > --- > v3: Use enum in binding and full name in compatible string and file name. > v2: Add new compatible string for roc-pc with mezzanine board. > -- > > Signed-off-by: Markus Reichl <m.reichl@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/arm/rockchip.yaml | 4 +- > arch/arm64/boot/dts/rockchip/Makefile | 1 + > .../dts/rockchip/rk3399-roc-pc-mezzanine.dts | 72 ++ > .../arm64/boot/dts/rockchip/rk3399-roc-pc.dts | 757 +---------------- > .../boot/dts/rockchip/rk3399-roc-pc.dtsi | 770 ++++++++++++++++++ > 5 files changed, 847 insertions(+), 757 deletions(-) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi > Acked-by: Rob Herring <robh@xxxxxxxxxx>