summaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2022-09-28 11:41:48 +0100
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2022-09-28 13:48:12 +0100
commit066450abf326f1a68a21cdddf29f62eff95041a9 (patch)
treedd7b460bb38f4963d5fe90a7bc23cdcc68a8c7e9 /fdts
parent58aebb6a53170cca6211e400e6630d2747bac9de (diff)
downloadarm-trusted-firmware-066450abf326f1a68a21cdddf29f62eff95041a9.tar.gz
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>
Diffstat (limited to 'fdts')
-rw-r--r--fdts/tc.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/fdts/tc.dts b/fdts/tc.dts
index 1cf3f1b17..5a8792e83 100644
--- a/fdts/tc.dts
+++ b/fdts/tc.dts
@@ -336,14 +336,14 @@
status = "okay";
};
- rtc0: rtc@1C170000 {
- compatible = "arm,pl031", "arm,primecell";
- reg = <0x0 0x1C170000 0x0 0x1000>;
- interrupts = <0x0 100 0x4>;
- clocks = <&soc_refclk100mhz>;
- clock-names = "apb_pclk";
- wakeup-source;
- };
+ rtc0: rtc@1C170000 {
+ compatible = "arm,pl031", "arm,primecell";
+ reg = <0x0 0x1C170000 0x0 0x1000>;
+ interrupts = <0x0 100 0x4>;
+ clocks = <&soc_refclk100mhz>;
+ clock-names = "apb_pclk";
+ wakeup-source;
+ };
vencoder {
compatible = "drm,virtual-encoder";