summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-09 10:38:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-09 10:38:58 +0300
commitbb3a151dd42765acc8f469ff994de3ab31f15a95 (patch)
tree87cd7da605aacb88aae36f4e69f255537e78e8fa /Documentation/devicetree/bindings/display/simple-framebuffer.yaml
parent1f836f5b10f2524d33efde47d2b694b861ecf319 (diff)
parent2c523b344dfa65a3738e7039832044aa133c75fb (diff)
downloadlinux-bb3a151dd42765acc8f469ff994de3ab31f15a95.tar.xz
Merge 5.6-rc5 into char-misc-next
We need the binder and other fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/simple-framebuffer.yaml')
-rw-r--r--Documentation/devicetree/bindings/display/simple-framebuffer.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
index 678776b6012a..1db608c9eef5 100644
--- a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
+++ b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml
@@ -174,10 +174,6 @@ examples:
};
};
- soc@1c00000 {
- lcdc0: lcdc@1c0c000 {
- compatible = "allwinner,sun4i-a10-lcdc";
- };
- };
+ lcdc0: lcdc { };
...