diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-12-24 11:03:54 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-22 17:40:48 +0100 |
commit | 8367611892442ea788139ea1063308b6e7b6f04f (patch) | |
tree | b5ece5f7233a39e04892266123c29acc1828b50d /arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts | |
parent | 8a4e89a16aa4b11711ba01de180c4e29cb5d21f7 (diff) |
ARM: mstar: Unify common parts of BreadBee boards into a dtsi
The BreadBee and the BreadBee Crust are the same PCB with a different
SoC mounted. There are two top level dts to handle this.
To avoid deduplicating the parts that are more related to the PCB than
the SoC (i.e. the voltage regs and LEDs) add a common dtsi that can
be included in both top level dts.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Link: https://lore.kernel.org/r/20201224020354.2212037-1-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts')
-rw-r--r-- | arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts b/arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts index f0eda80a95cc..e64ca4ce1830 100644 --- a/arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts +++ b/arch/arm/boot/dts/mstar-infinity3-msc313e-breadbee.dts @@ -6,6 +6,7 @@ /dts-v1/; #include "mstar-infinity3-msc313e.dtsi" +#include "mstar-infinity-breadbee-common.dtsi" / { model = "BreadBee"; |