0338-BCM270X_DT-Add-the-disabled-by-default-DPI-device-no.patch 971 B

123456789101112131415161718192021222324252627282930313233
  1. From e9bc88c63a0812560b2789f16934a2e205dd6341 Mon Sep 17 00:00:00 2001
  2. From: Eric Anholt <eric@anholt.net>
  3. Date: Fri, 6 May 2016 13:18:09 -0700
  4. Subject: [PATCH] BCM270X_DT: Add the disabled-by-default DPI device node.
  5. This will be enabled and connected to a particular panel by DT
  6. overlays.
  7. Signed-off-by: Eric Anholt <eric@anholt.net>
  8. ---
  9. arch/arm/boot/dts/bcm2708_common.dtsi | 11 +++++++++++
  10. 1 file changed, 11 insertions(+)
  11. --- a/arch/arm/boot/dts/bcm2708_common.dtsi
  12. +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
  13. @@ -179,6 +179,17 @@
  14. status = "disabled";
  15. };
  16. + dpi: dpi@7e208000 {
  17. + compatible = "brcm,bcm2835-dpi";
  18. + reg = <0x7e208000 0x8c>;
  19. + clocks = <&cprman BCM2835_CLOCK_VPU>,
  20. + <&cprman BCM2835_CLOCK_DPI>;
  21. + clock-names = "core", "pixel";
  22. + #address-cells = <1>;
  23. + #size-cells = <0>;
  24. + status = "disabled";
  25. + };
  26. +
  27. pixelvalve1: pixelvalve@7e207000 {
  28. compatible = "brcm,bcm2835-pixelvalve1";
  29. reg = <0x7e207000 0x100>;