Skip to content

Commit 93ba881

Browse files
committed
ARM: dts: ti: align panel timings node name with dtschema
DT schema expects panel timings node to follow certain pattern, dtbs_check warnings: am335x-pdu001.dtb: display-timings: '240x320p16' does not match any of the regexes: '^timing', 'pinctrl-[0-9]+' Linux drivers do not care about node name, so this should not have effect on Linux. Acked-by: Bartosz Golaszewski <[email protected]> # For DaVinci Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 11afaf1 commit 93ba881

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/boot/dts/ti/davinci/da850-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
display-timings {
6767
native-mode = <&timing0>;
68-
timing0: 480x272 {
68+
timing0: timing-480x272 {
6969
clock-frequency = <9000000>;
7070
hactive = <480>;
7171
vactive = <272>;

arch/arm/boot/dts/ti/omap/am335x-guardian.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
pinctrl-1 = <&lcd_pins_sleep>;
7575

7676
display-timings {
77-
320x240 {
77+
timing-320x240 {
7878
hactive = <320>;
7979
vactive = <240>;
8080
hback-porch = <68>;

arch/arm/boot/dts/ti/omap/am335x-pdu001.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
};
6868

6969
display-timings {
70-
240x320p16 {
70+
timing-240x320p16 {
7171
clock-frequency = <6500000>;
7272
hactive = <240>;
7373
vactive = <320>;

arch/arm/boot/dts/ti/omap/am335x-pepper.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
};
203203
display-timings {
204204
native-mode = <&timing0>;
205-
timing0: 480x272 {
205+
timing0: timing-480x272 {
206206
clock-frequency = <18400000>;
207207
hactive = <480>;
208208
vactive = <272>;

0 commit comments

Comments
 (0)