summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-01-11 16:20:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-01-11 16:20:30 +0100
commit665c775895b66e8109fdda1acb1f75fef63f9383 (patch)
tree1cff48d76439a56897210399f9446df204dfeba4 /dts/Bindings/display
parentc29cddb8315ffbb77e935d91859a7c59f17b57bc (diff)
downloadbarebox-665c775895b66e8109fdda1acb1f75fef63f9383.tar.gz
barebox-665c775895b66e8109fdda1acb1f75fef63f9383.tar.xz
dts: update to v4.15-rc3
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/display')
-rw-r--r--dts/Bindings/display/atmel,lcdc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Bindings/display/atmel,lcdc.txt b/dts/Bindings/display/atmel,lcdc.txt
index 1a21202778..acb5a01321 100644
--- a/dts/Bindings/display/atmel,lcdc.txt
+++ b/dts/Bindings/display/atmel,lcdc.txt
@@ -27,7 +27,7 @@ Optional properties:
Example:
- fb0: fb@0x00500000 {
+ fb0: fb@00500000 {
compatible = "atmel,at91sam9g45-lcdc";
reg = <0x00500000 0x1000>;
interrupts = <23 3 0>;
@@ -41,7 +41,7 @@ Example:
Example for fixed framebuffer memory:
- fb0: fb@0x00500000 {
+ fb0: fb@00500000 {
compatible = "atmel,at91sam9263-lcdc";
reg = <0x00700000 0x1000 0x70000000 0x200000>;
[...]