blob: 421a4975bc98b22255fbe5b02b0a7bfea76f75db [file] [log] [blame]
Rishabh Bhatnagare9a05bb2018-12-10 11:09:45 -08001// SPDX-License-Identifier: GPL-2.0-only
Samantha Tran7e309f02018-08-31 17:23:00 -07002/*
3 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
4 */
5
6&soc {
7 sde_wb: qcom,wb-display@0 {
8 compatible = "qcom,wb-display";
9 cell-index = <0>;
10 label = "wb_display";
11 };
12};
13
14&mdss_mdp {
15 connectors = <&sde_wb>;
16};