ARM: dts: imx6qdl-tx6: Fix 'fixed-clock' description

Per fixed-clock.yaml, it is not correct to pass unit address and
reg to represent 'fixed-clock'.

Remove it to fix the following dt-schema warning:

clock@0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+'

Reported-by: Rob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/linux-arm-kernel/172808887941.121658.5039774358299826312.robh@kernel.org/
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam
2024-10-05 09:58:24 -03:00
committed by Shawn Guo
parent 7a2ef14498
commit b5707f8ac5

View File

@@ -70,9 +70,8 @@ clocks {
#address-cells = <1>;
#size-cells = <0>;
mclk: clock@0 {
mclk: clock {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <26000000>;
};