.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Support for CompuLab SBC-AM57x single board computer |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/ |
---|
5 | 6 | * Author: Dmitry Lifshitz <lifshitz@compulab.co.il> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License version 2 as published by |
---|
9 | | - * the Free Software Foundation. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include "am57xx-cl-som-am57x.dts" |
---|
.. | .. |
---|
123 | 120 | }; |
---|
124 | 121 | |
---|
125 | 122 | &dss { |
---|
126 | | - status = "ok"; |
---|
| 123 | + status = "okay"; |
---|
127 | 124 | |
---|
128 | 125 | vdda_video-supply = <&ldoln_reg>; |
---|
129 | 126 | |
---|
.. | .. |
---|
151 | 148 | }; |
---|
152 | 149 | |
---|
153 | 150 | &hdmi { |
---|
154 | | - status = "ok"; |
---|
| 151 | + status = "okay"; |
---|
155 | 152 | vdda-supply = <&ldo4_reg>; |
---|
156 | 153 | |
---|
157 | 154 | pinctrl-names = "default"; |
---|