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@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@da0 { #size-cells = <1>; ranges = <0 0 0x60>;
- scm_wkup_pad_conf: scm_conf@0 { - compatible = "syscon", "simple-bus"; - reg = <0x0 0x60>; + scm_wkup_pad_conf_clocks: clocks@0 { #address-cells = <1>; - #size-cells = <1>; - ranges = <0 0x0 0x60>; - - scm_wkup_pad_conf_clocks: clocks@0 { - #address-cells = <1>; - #size-cells = <0>; - }; + #size-cells = <0>; }; }; };