]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: exynos: Remove unneeded address/size cells from fixed-clock on Exynos3250
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 15 Apr 2019 18:05:08 +0000 (20:05 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 24 Apr 2019 17:53:15 +0000 (19:53 +0200)
xusbxti fixed-clock should not have address/size cells because it does
not have any children.  This also fixes DTC W=1 warning:

    arch/arm/boot/dts/exynos3250.dtsi:112.21-139.5:
        Warning (simple_bus_reg): /soc/fixed-rate-clocks: missing or empty reg/ranges property

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi

index af54b306204b801d0fc254d2befd03822999f9f4..6e74e6815b011e896dc27f8c207c449da9c184da 100644 (file)
 
                        xusbxti: clock@0 {
                                compatible = "fixed-clock";
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                                reg = <0>;
                                clock-frequency = <0>;
                                #clock-cells = <0>;