
On Thu, May 02, 2019 at 02:09:14PM +0200, Hannes Schmelzer wrote:
This commit adds support for the B&R brsmarc1 SoM.
The SoM is based on TI's AM335x SoC. Mainly vxWorks 6.9.4.x is running on the board, doing some PLC stuff on various carrier boards.
Signed-off-by: Hannes Schmelzer hannes.schmelzer@br-automation.com
Changes in v2:
- fix style issue in arch/arm/mach-omap2/am33xx/Kconfig
- fix SDPX tag in Make-files/rules
Sorry for taking so long on this. I migrated the CONFIG_ENV* related options easily but at build time we now see: arch/arm/dts/am335x-brsmarc1.dtb: Warning (cooling_device_property): /board-thermal/cooling-maps/map0:cooling-device: property size (4) too small for cell size 2 arch/arm/dts/am335x-brsmarc1.dtb: Warning (thermal_sensors_property): /board-thermal: Missing property '#thermal-sensor-cells' in node /ocp/i2c@44e0b000/pct2075_0@48 or bad phandle (referred from thermal-sensors[0])
And since I know you're using this under VxWorks I can't just change the dts file without worrying I've broken your usage. Please fix this dts warning, thanks!