The Kosagi Novena mainboard contains an i.MX6, along with a PCI Express slot. This patchset adds device tree support for the Novena mainboard. Changes since v2: - Updated stmpe_touchscreen bindings to match documentation - Removed bindings for eepromoops, it6251, senoko - Removed simple-bus and moved regulators into the parent node - Removed "Peek array power" from hog - Removed lonely "wakeup" from kpp - Dropped "add power-supply support" patch Changes since v1: - Add 'kosagi' to vendor prefixes - Add LCD panel to simple-panel - Renamed power-supply to bus-supply - Replaced devm_regulator_get() with devm_regulator_get_optional() - Moved regulator_enable to imx6_add_pcie_port() - Removed fpga@1 from spi definition in dts -- will use overlays instead Sean Cross (3): drm/panel: simple: Add Innolux N133HSE panel support devicetree: bindings: Add vendor prefix for Kosagi ARM: dts: imx6q: add Novena board .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6q-novena.dts | 818 +++++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 26 + 4 files changed, 846 insertions(+) create mode 100644 arch/arm/boot/dts/imx6q-novena.dts -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html