This patch series introduces support for the Priva E-Measuringbox board based on the ST STM32MP133 SoC. The set includes all the necessary changes for device tree bindings, vendor prefixes, thermal support, and board-specific devicetree to pass devicetree validation and checkpatch tests. Oleksij Rempel (3): dt-bindings: net: Add TI DP83TD510 10BaseT1L PHY dt-bindings: vendor-prefixes: Add prefix for Priva dt-bindings: arm: stm32: Add Priva E-Measuringbox board Roan van Dijk (2): arm: dts: stm32: Add thermal support for STM32MP131 arm: dts: stm32: Add Priva E-Measuringbox devicetree .../devicetree/bindings/arm/stm32/stm32.yaml | 6 + .../devicetree/bindings/net/ti,dp83td510.yaml | 35 ++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/st/Makefile | 1 + arch/arm/boot/dts/st/stm32mp131.dtsi | 35 ++ arch/arm/boot/dts/st/stm32mp133c-prihmb.dts | 496 ++++++++++++++++++ 6 files changed, 575 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ti,dp83td510.yaml create mode 100644 arch/arm/boot/dts/st/stm32mp133c-prihmb.dts -- 2.39.5