[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CABMhjYrDuk9EKYxREqrhReYb8oNz0X3hkF4ReDB_jmpkn3AwAA@mail.gmail.com>
Date: Wed, 20 Apr 2022 22:07:52 -0700
From: Atul Khare <atulkhare@...osinc.com>
To: linux-kernel@...r.kernel.org
Cc: stable@...r.kernel.org
Subject: [PATCH 3/4] dt-bindings: sifive: delete 'clock' / 'status'
Fixes device tree schema validation error messages like 'clocks
does not match any of the regexes: 'pinctrl-[0-9]+''.
The bindings for the memory element don't define the 'clock' and
'status' fields, and the presence of these elements was causing the
dt-schema checker to trip-up. Our operating assumption is that the
platform doesn't rely on the presence of these elements, and that
they were introduced by a typographical oversight.
Fixes: a2770b57d083 ("dt-bindings: timer: Add CLINT bindings")
Cc: stable@...r.kernel.org
Signed-off-by: Atul Khare <atulkhare@...osinc.com>
---
arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
b/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
index cd2fe80fa81a..0a498a0f7eeb 100644
--- a/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
+++ b/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
@@ -32,15 +32,11 @@ cpus {
ddrc_cache_lo: memory@...00000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x2e000000>;
- clocks = <&clkcfg CLK_DDRC>;
- status = "okay";
};
ddrc_cache_hi: memory@...0000000 {
device_type = "memory";
reg = <0x10 0x0 0x0 0x40000000>;
- clocks = <&clkcfg CLK_DDRC>;
- status = "okay";
};
};
--
2.35.1
Powered by blists - more mailing lists