On 02/22/2015 09:59 AM, Charles Keepax wrote:
This patch adds a header file for the constants used in pincontrol
configuration for the bcm2835.
This seems like a duplicate of the following series:
https://lkml.org/lkml/2015/1/16/402
[PATCH 0/4] ARM: bcm2835: DT improvements
[PATCH 1/4] dt-bind
On 02/22/2015 01:13 PM, Arnd Bergmann wrote:
On Sunday 22 February 2015 16:59:56 Charles Keepax wrote:
+
+/* IRQ Flags */
+#define BCM2835_PIN_IRQ_RISING 1
+#define BCM2835_PIN_IRQ_FALLING2
+#define BCM2835_PIN_IRQ_EDGE (BCM2835_PIN_IRQ_R
On Sun, Feb 22, 2015 at 09:13:23PM +0100, Arnd Bergmann wrote:
> On Sunday 22 February 2015 16:59:56 Charles Keepax wrote:
> > +
> > +/* IRQ Flags */
> > +#define BCM2835_PIN_IRQ_RISING 1
> > +#define BCM2835_PIN_IRQ_FALLING2
> > +#define BCM2
On Sunday 22 February 2015 16:59:56 Charles Keepax wrote:
> +
> +/* IRQ Flags */
> +#define BCM2835_PIN_IRQ_RISING 1
> +#define BCM2835_PIN_IRQ_FALLING2
> +#define BCM2835_PIN_IRQ_EDGE (BCM2835_PIN_IRQ_RISING | \
> +
This patch adds a header file for the constants used in pincontrol
configuration for the bcm2835.
Signed-off-by: Charles Keepax
---
arch/arm/boot/dts/bcm2835-rpi-b-plus.dts |4 +-
arch/arm/boot/dts/bcm2835-rpi-b.dts |4 +-
arch/arm/boot/dts/bcm2835-rpi.dtsi|
5 matches
Mail list logo