[Letux-kernel] [PATCH] omap5-l4: Remove scm_wkup_pad_conf
David Shah
dave at ds0.me
Sat Aug 8 13:06:52 CEST 2020
This seems to be an unneccessary layer of indirection, and
it stops fref_xtal_ck from being enabled correctly.
This clock is needed for TWL6040 'high performance' mode to work
correctly.
Signed-off-by: David Shah <dave at ds0.me>
---
arch/arm/boot/dts/omap5-l4.dtsi | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi
index f68740abb8aa..5c2280321bf1 100644
--- a/arch/arm/boot/dts/omap5-l4.dtsi
+++ b/arch/arm/boot/dts/omap5-l4.dtsi
@@ -2246,17 +2246,9 @@ omap5_scm_wkup_pad_conf: omap5_scm_wkup_pad_conf at da0 {
#size-cells = <1>;
ranges = <0 0 0x60>;
- scm_wkup_pad_conf: scm_conf at 0 {
- compatible = "syscon", "simple-bus";
- reg = <0x0 0x60>;
+ scm_wkup_pad_conf_clocks: clocks at 0 {
#address-cells = <1>;
- #size-cells = <1>;
- ranges = <0 0x0 0x60>;
-
- scm_wkup_pad_conf_clocks: clocks at 0 {
- #address-cells = <1>;
- #size-cells = <0>;
- };
+ #size-cells = <0>;
};
};
};
--
2.27.0
More information about the Letux-kernel
mailing list