mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-29 00:33:49 +00:00
fix(tc): resolve the static-checks errors
Converted the space indentation to tabs to fix the errors listed under tf-static-checks CI job. Change-Id: Ie911a5befd0eeaa5a2019245cc3c43ad375cd068 Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
This commit is contained in:
parent
58aebb6a53
commit
066450abf3
1 changed files with 8 additions and 8 deletions
16
fdts/tc.dts
16
fdts/tc.dts
|
@ -336,14 +336,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc0: rtc@1C170000 {
|
rtc0: rtc@1C170000 {
|
||||||
compatible = "arm,pl031", "arm,primecell";
|
compatible = "arm,pl031", "arm,primecell";
|
||||||
reg = <0x0 0x1C170000 0x0 0x1000>;
|
reg = <0x0 0x1C170000 0x0 0x1000>;
|
||||||
interrupts = <0x0 100 0x4>;
|
interrupts = <0x0 100 0x4>;
|
||||||
clocks = <&soc_refclk100mhz>;
|
clocks = <&soc_refclk100mhz>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
|
||||||
vencoder {
|
vencoder {
|
||||||
compatible = "drm,virtual-encoder";
|
compatible = "drm,virtual-encoder";
|
||||||
|
|
Loading…
Add table
Reference in a new issue