Message ID | 20221213152024.2638377-1-dan.scally@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | Debix Model A board devicetree | expand |
Hi Daniel, On 22-12-13, Daniel Scally wrote: > Hello > > This series adds a .dts file for the Polyhex Debix Model A board [1] > A binding for the vendor is also added. > > [1] http://www.polyhex.net/product/embedded-motherboard/board/nxp.html?id=483 > > Thanks > Dan > > Daniel Scally (3): > dt-bindings: vendor-prefixes: Add Polyhex Technology Co. > dt-bindings: arm: fsl: Enumerate Debix Model A Board > arm64: dts: Add device tree for the Debix Model A Board Whole series lgtm, feel free to add my Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> > > .../devicetree/bindings/arm/fsl.yaml | 2 + > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../dts/freescale/imx8mp-debix-model-a.dts | 506 ++++++++++++++++++ > 4 files changed, 511 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts > > -- > 2.34.1 > >
Morning Marco On 14/12/2022 07:49, Marco Felsch wrote: > Hi Daniel, > > On 22-12-13, Daniel Scally wrote: >> Hello >> >> This series adds a .dts file for the Polyhex Debix Model A board [1] >> A binding for the vendor is also added. >> >> [1] http://www.polyhex.net/product/embedded-motherboard/board/nxp.html?id=483 >> >> Thanks >> Dan >> >> Daniel Scally (3): >> dt-bindings: vendor-prefixes: Add Polyhex Technology Co. >> dt-bindings: arm: fsl: Enumerate Debix Model A Board >> arm64: dts: Add device tree for the Debix Model A Board > Whole series lgtm, feel free to add my > > Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Thanks very much :) > >> .../devicetree/bindings/arm/fsl.yaml | 2 + >> .../devicetree/bindings/vendor-prefixes.yaml | 2 + >> arch/arm64/boot/dts/freescale/Makefile | 1 + >> .../dts/freescale/imx8mp-debix-model-a.dts | 506 ++++++++++++++++++ >> 4 files changed, 511 insertions(+) >> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts >> >> -- >> 2.34.1 >> >>
On Tue, Dec 13, 2022 at 03:20:21PM +0000, Daniel Scally wrote: > Hello > > This series adds a .dts file for the Polyhex Debix Model A board [1] > A binding for the vendor is also added. > > [1] http://www.polyhex.net/product/embedded-motherboard/board/nxp.html?id=483 > > Thanks > Dan > > Daniel Scally (3): > dt-bindings: vendor-prefixes: Add Polyhex Technology Co. > dt-bindings: arm: fsl: Enumerate Debix Model A Board > arm64: dts: Add device tree for the Debix Model A Board Applied all, thanks!