[PATCH 2/9] ARM: BCM2835: Split peripheral definitions off to a common include.
Stephen Warren
swarren at wwwdotorg.org
Thu Apr 23 21:28:37 PDT 2015
On 04/21/2015 12:09 PM, Eric Anholt wrote:
> The 2836 dts will inherit all of this, because it shares the same
> peripherals as 2835.
> diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
> #include <dt-bindings/pinctrl/bcm2835.h>
> #include "skeleton.dtsi"
> +#include "bcm283x-common.dtsi"
skeleton is included there.
> diff --git a/arch/arm/boot/dts/bcm283x-common.dtsi b/arch/arm/boot/dts/bcm283x-common.dtsi
> +/include/ "skeleton.dtsi"
So there's no need to include it here.
More information about the linux-arm-kernel
mailing list