From ed6add40353efc4cb45e2e28aaba3eebcd87616a Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@seco.com> Date: Thu, 2 Feb 2023 15:51:48 +0100 Subject: [PATCH] dts:mc3: Clean-up of DTs Fixed some format issues and re-ordered the nodes in the MC3 DT. --- arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi b/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi index eafbd1b51dc11..adb81a0ad1e37 100644 --- a/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi +++ b/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi @@ -39,7 +39,7 @@ panel-timing { * were tested (knowing that doing so runs the receiver out of * spec) but didn't work so far. */ - /*clock-frequency = <25180000>; > 100 Hz */ + /*clock-frequency = <25180000>; 100 Hz */ clock-frequency = <9943080>; /* 89 Hz */ /*clock-frequency = <8825880>; 79 Hz */ /*clock-frequency = <8267280>; 74 Hz */ @@ -87,7 +87,7 @@ panel-timing { * were tested (knowing that doing so runs the receiver out of * spec) but didn't work so far. */ - /*clock-frequency = <25180000>; > 100 Hz */ + /*clock-frequency = <25180000>; 100 Hz */ clock-frequency = <9943080>; /* 89 Hz */ /*clock-frequency = <8825880>; 79 Hz */ /*clock-frequency = <8267280>; 74 Hz */ -- GitLab