diff options
author | Paul Barker <paul.barker@sancloud.com> | 2021-07-20 10:39:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-07-27 10:52:46 +0200 |
commit | feb29cf359fbb99098f953c14627970e972de415 (patch) | |
tree | c1eac3f95edb830656093b870d237febd7add3bc /arch/arm/boot/dts/am335x-boneblack-wireless.dts | |
parent | ARM: dts: omap4-l4-abe: Add McASP configuration (diff) | |
download | linux-feb29cf359fbb99098f953c14627970e972de415.tar.xz linux-feb29cf359fbb99098f953c14627970e972de415.zip |
ARM: dts: am335x-boneblack: Extract HDMI config
Move the HDMI hardware configuration for the BeagleBone Black out of the
boneblack common dtsi file and into its own separate dtsi file. This
allows the devicetree for BeagleBone Black derivatives which lack the
hdmi encoding hardware to include the common dtsi file without needing
to duplicate configuration or override the status of all hdmi-related
nodes.
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblack-wireless.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack-wireless.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts index 80116646a3fe..8b2b24c80670 100644 --- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts +++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts @@ -7,6 +7,7 @@ #include "am33xx.dtsi" #include "am335x-bone-common.dtsi" #include "am335x-boneblack-common.dtsi" +#include "am335x-boneblack-hdmi.dtsi" #include <dt-bindings/interrupt-controller/irq.h> / { |