Rishabh Bhatnagar | e9a05bb | 2018-12-10 11:09:45 -0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Samantha Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 2 | /* |
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 | }; |