All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH] rpi-config: SPI bus support
Date: Wed, 2 Dec 2015 07:05:38 -0700	[thread overview]
Message-ID: <565EFAB2.1070105@mlbassoc.com> (raw)
In-Reply-To: <1447951930-18686-1-git-send-email-gary@mlbassoc.com>

Ping?

On 2015-11-19 09:52, Gary Thomas wrote:
> With the newer kernels that use device tree, the SPI bus is only
> enabled by a device tree setting.  This is now supported by adding
>    ENABLE_SPI_BUS = "1"
> in local.conf
>
> Signed-off-by: Gary Thomas <gary@mlbassoc.com>
> ---
>   README                                  | 5 +++++
>   recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++++++
>   2 files changed, 11 insertions(+)
>
> diff --git a/README b/README
> index e16dee9..bef13a3 100644
> --- a/README
> +++ b/README
> @@ -189,6 +189,11 @@ kernels.
>   NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for
>         older kernel versions.
>
> +2.M. Optional - enable SPI bus
> +==============================
> +When using device tree kernels, set this variable to enable the SPI bus
> +ENABLE_SPI_BUS = "1"
> +
>   3. Extra apps
>   =============
>
> diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
> index 45b9f1d..aa11b25 100644
> --- a/recipes-bsp/bootfiles/rpi-config_git.bb
> +++ b/recipes-bsp/bootfiles/rpi-config_git.bb
> @@ -66,6 +66,12 @@ do_deploy() {
>           echo "# Enable offline compositing" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
>           echo "dispmanx_offline=1" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
>       fi
> +
> +    # SPI bus support
> +    if [ -n "${ENABLE_SPI_BUS}" ]; then
> +        echo "# Enable SPI bus" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> +        echo "dtparam=spi=on" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> +    fi
>   }
>
>   addtask deploy before do_package after do_install
>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2015-12-02 14:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-19 16:52 [meta-raspberrypi][PATCH] rpi-config: SPI bus support Gary Thomas
2015-12-02 14:05 ` Gary Thomas [this message]
2015-12-02 14:20   ` Andrei Gherzan
2015-12-02 21:42     ` Andrei Gherzan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=565EFAB2.1070105@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.