summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-n950.dts
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2020-07-16 14:57:31 +0200
committerTony Lindgren <tony@atomide.com>2020-08-19 09:42:38 +0300
commit23807f8cbaeb4b1b92a0eafd37264eca23c9437a (patch)
treea340d13dcfb38fc4c532dd0bc8ea2f68885b21d5 /arch/arm/boot/dts/omap3-n950.dts
parent19d3e9a0bdd57b90175f30390edeb06851f5f9f3 (diff)
ARM: dts: omap: add channel to DSI panels
The standard binding for DSI requires that the channel number of the panel is encoded in DT. This adds the channel number in all OMAP3-5 boards in preparation for using common infrastructure. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n950.dts')
-rw-r--r--arch/arm/boot/dts/omap3-n950.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n950.dts b/arch/arm/boot/dts/omap3-n950.dts
index 31d47a1fad84..80cf4e1177da 100644
--- a/arch/arm/boot/dts/omap3-n950.dts
+++ b/arch/arm/boot/dts/omap3-n950.dts
@@ -225,8 +225,9 @@
};
};
- lcd0: display {
+ lcd0: panel@0 {
compatible = "nokia,himalaya", "panel-dsi-cm";
+ reg = <0>;
label = "lcd0";
pinctrl-names = "default";