Skip to content

Commit e68be7b

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
make dtbs_check gives the following errors: ref-clock-frequency: size (9) error for type uint32 tcxo-clock-frequency: size (9) error for type uint32 Fix it by passing the frequencies inside < > as documented in Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml. Signed-off-by: Fabio Estevam <festevam@denx.de> Fixes: 0d446a5 ("ARM: dts: add Protonic PRTI6Q board") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent af8a632 commit e68be7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/imx6q-prti6q.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
pinctrl-names = "default";
365365
pinctrl-0 = <&pinctrl_wifi>;
366366
interrupts-extended = <&gpio1 30 IRQ_TYPE_LEVEL_HIGH>;
367-
ref-clock-frequency = "38400000";
368-
tcxo-clock-frequency = "19200000";
367+
ref-clock-frequency = <38400000>;
368+
tcxo-clock-frequency = <19200000>;
369369
};
370370
};
371371

0 commit comments

Comments
 (0)