Message ID | 20190612075451.8643-1-manivannan.sadhasivam@linaro.org |
---|---|
Headers | show |
Series | Add Avenger96 board support | expand |
On Wed, Jun 12, 2019 at 1:55 AM Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> wrote: > > This commit converts STM32 SoC bindings to DT schema using jsonschema. > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- > .../devicetree/bindings/arm/stm32/stm32.txt | 10 ------- > .../devicetree/bindings/arm/stm32/stm32.yaml | 29 +++++++++++++++++++ > 2 files changed, 29 insertions(+), 10 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/stm32/stm32.txt > create mode 100644 Documentation/devicetree/bindings/arm/stm32/stm32.yaml Reviewed-by: Rob Herring <robh@kernel.org>
Hi Mani, On 6/12/19 9:54 AM, Manivannan Sadhasivam wrote: > Hello, > > This patchset adds Avenger96 board support. This board is one of the > Consumer Edition boards of the 96Boards family from Arrow Electronics > featuring STM32MP157A MPU and has the following features: > > SoC: STM32MP157AAC > PMIC: STPMIC1A > RAM: 1024 Mbyte @ 533MHz > Storage: eMMC v4.51: 8 Gbyte > microSD Socket: UHS-1 v3.01 > Ethernet Port: 10/100/1000 Mbit/s, IEEE 802.3 Compliant > Wireless: WiFi 5 GHz & 2.4GHz IEEE 802.11a/b/g/n/ac > Bluetooth®v4.2 (BR/EDR/BLE) > USB: 2x Type A (USB 2.0) Host and 1x Micro B (USB 2.0) OTG > Display: HDMI: WXGA (1366x768)@ 60 fps, HDMI 1.4 > LED: 4x User LED, 1x WiFi LED, 1x BT LED > > More information about this board can be found in 96Boards website: > https://www.96boards.org/product/avenger96/ > > Thanks, > Mani > Thanks to extend the stm32 family! I just format commit message title for device tree patches ("ARM: dts: stm32 ..."). Rob, I took also the dt-binding patches. Series applied on stm32-next. Regards Alex