On Thu, 04 Jun 2015, Eric Anholt wrote:

> Signed-off-by: Eric Anholt <e...@anholt.net>
> Acked-by: Lee Jones <l...@kernel.org> (previous version with pm-domains)
> Acked-by: Stephen Warren <swar...@wwwdotorg.org>
> ---
> 
> v2: Drop pm-domains stuff since I've dropped it from the firmware
>     driver for now, until we get drivers/base fixed.
> 
> v3: Rename the compatible to "raspberrypi,bcm2835-firmware"
> 
>  arch/arm/boot/dts/bcm2835-rpi.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied for v4.2, thanks.

> diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi 
> b/arch/arm/boot/dts/bcm2835-rpi.dtsi
> index 46780bb..ab5474e 100644
> --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
> +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
> @@ -14,6 +14,13 @@
>                       linux,default-trigger = "heartbeat";
>               };
>       };
> +
> +     soc {
> +             firmware: firmware {
> +                     compatible = "raspberrypi,bcm2835-firmware";
> +                     mboxes = <&mailbox>;
> +             };
> +     };
>  };
>  
>  &gpio {
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to