powerpc/sysdev: drop simple gpioThere is a config item CONFIG_SIMPLE_GPIO whichprovides simple memory mapped GPIOs specific to powerpc.However, the only platform which selects this option ismpc
powerpc/sysdev: drop simple gpioThere is a config item CONFIG_SIMPLE_GPIO whichprovides simple memory mapped GPIOs specific to powerpc.However, the only platform which selects this option ismpc5200, and this platform doesn't use it.There are three boards calling simple_gpiochip_init(), butas they don't select CONFIG_SIMPLE_GPIO, this is just a nop.Simple_gpio is just redundant with the generic MMIO GPIOdriver which can be found in driver/gpio/ and selected viaCONFIG_GPIO_GENERIC_PLATFORM, so drop simple_gpio driver.Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>Link: https://lore.kernel.org/r/bf930402613b41b42d0441b784e0cc43fc18d1fb.1572529632.git.christophe.leroy@c-s.fr
show more ...
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin
dt-bindings: remove 'interrupt-parent' from bindings'interrupt-parent' is often documented as part of define bindings, butit is really outside the scope of a device binding. It's never requiredin a given node as it is often inherited from a parent node. Or it canbe implicit if a parent node is an 'interrupt-controller' node. Soremove it from all the binding files.Cc: Mark Rutland <mark.rutland@arm.com>Cc: devicetree@vger.kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
Documentation/dts: Move FSL board-specific bindings out of /powerpcSince the same board components can be used across ARM and PPC board families,this patch moves the FSL board-specific bindings ou
Documentation/dts: Move FSL board-specific bindings out of /powerpcSince the same board components can be used across ARM and PPC board families,this patch moves the FSL board-specific bindings out of bindings/powerpci.While at it, this patch also adds the bindings for QIXIS FPGA controllerfound on FSL LS2080A boards. These boards have an on-board FPGA/CPLDconnected to the IFC controller.Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>Signed-off-by: Jaiprakash Singh <b44839@freescale.com>Signed-off-by: Arnd Bergmann <arnd@arndb.de>