diff options
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0350-ARM-bcm2835-Add-the-DPI-hardware-to-the-device-tree.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0350-ARM-bcm2835-Add-the-DPI-hardware-to-the-device-tree.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0350-ARM-bcm2835-Add-the-DPI-hardware-to-the-device-tree.patch b/target/linux/brcm2708/patches-4.14/950-0350-ARM-bcm2835-Add-the-DPI-hardware-to-the-device-tree.patch new file mode 100644 index 0000000000..367c6d1496 --- /dev/null +++ b/target/linux/brcm2708/patches-4.14/950-0350-ARM-bcm2835-Add-the-DPI-hardware-to-the-device-tree.patch @@ -0,0 +1,34 @@ +From 0a441eef40f3dc8eef2f5a57d0a053de2226cb3a Mon Sep 17 00:00:00 2001 +From: Eric Anholt <eric@anholt.net> +Date: Wed, 10 Feb 2016 11:31:52 -0800 +Subject: [PATCH 350/454] ARM: bcm2835: Add the DPI hardware to the device + tree. + +It's currently marked disabled, as it's not useful without a panel +associated with it and the GPIO pins routed to ALT2. + +Signed-off-by: Eric Anholt <eric@anholt.net> +--- + arch/arm/boot/dts/bcm283x.dtsi | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +--- a/arch/arm/boot/dts/bcm283x.dtsi ++++ b/arch/arm/boot/dts/bcm283x.dtsi +@@ -438,6 +438,17 @@ + interrupts = <2 14>; /* pwa1 */ + }; + ++ dpi: dpi@7e208000 { ++ compatible = "brcm,bcm2835-dpi"; ++ reg = <0x7e208000 0x8c>; ++ clocks = <&clocks BCM2835_CLOCK_VPU>, ++ <&clocks BCM2835_CLOCK_DPI>; ++ clock-names = "core", "pixel"; ++ #address-cells = <1>; ++ #size-cells = <0>; ++ status = "disabled"; ++ }; ++ + dsi0: dsi@7e209000 { + compatible = "brcm,bcm2835-dsi0"; + reg = <0x7e209000 0x78>; |