From: Krzysztof Kozlowski Date: Wed, 9 Jan 2019 13:52:48 +0000 (+0100) Subject: ARM: dts: s3c2416: Fix xti node's missing reg property warning X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5228^2~4^2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=4de3f59c51f990b99691923c9e5c11928aea196d;p=linux.git ARM: dts: s3c2416: Fix xti node's missing reg property warning Fix the DTC warning for xti node: arch/arm/boot/dts/s3c2416-smdk2416.dts:23.12-28.5: Warning (simple_bus_reg): /clocks/xti: missing or empty reg/ranges property Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/s3c2416-smdk2416.dts b/arch/arm/boot/dts/s3c2416-smdk2416.dts index 5164386aff3a..cb371bf72f64 100644 --- a/arch/arm/boot/dts/s3c2416-smdk2416.dts +++ b/arch/arm/boot/dts/s3c2416-smdk2416.dts @@ -19,9 +19,12 @@ clocks { compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <0>; - xti: xti { + xti: xti@0 { compatible = "fixed-clock"; + reg = <0>; clock-frequency = <12000000>; clock-output-names = "xti"; #clock-cells = <0>;