Skip to content
Snippets Groups Projects
  • Rob Herring's avatar
    efdbd734
    dt-bindings: consolidate display related bindings · efdbd734
    Rob Herring authored
    
    This is a quite large renaming to consolidate display related bindings
    into a single "display" directory from various scattered locations of
    video, drm, gpu, fb, mipi, and panel. The prior location was somewhat
    based on the Linux driver location, but bindings should be independent
    of that.
    
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Cc: Pawel Moll <pawel.moll@arm.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
    Cc: Kumar Gala <galak@codeaurora.org>
    efdbd734
    History
    dt-bindings: consolidate display related bindings
    Rob Herring authored
    
    This is a quite large renaming to consolidate display related bindings
    into a single "display" directory from various scattered locations of
    video, drm, gpu, fb, mipi, and panel. The prior location was somewhat
    based on the Linux driver location, but bindings should be independent
    of that.
    
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Cc: Pawel Moll <pawel.moll@arm.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
    Cc: Kumar Gala <galak@codeaurora.org>
wm,prizm-ge-rops.txt 312 B
VIA/Wondermedia Graphics Engine Controller
-----------------------------------------------------

Required properties:
- compatible : "wm,prizm-ge-rops"
- reg : Should contain 1 register ranges(address and length)

Example:

	ge_rops@d8050400 {
		compatible = "wm,prizm-ge-rops";
		reg = <0xd8050400 0x100>;
	};