rockchip: dts: fix unnecessary '-cells' warning
authorKever Yang <kever.yang@rock-chips.com>
Tue, 28 Aug 2018 09:57:32 +0000 (17:57 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 29 Aug 2018 18:44:50 +0000 (20:44 +0200)
Fix warning below:
unnecessary #address-cells/#size-cells without "ranges" or child "reg"
property

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/rk3288-evb.dtsi
arch/arm/dts/rk3288-firefly.dtsi
arch/arm/dts/rk3288-tinker.dtsi
arch/arm/dts/rk3288-veyron.dtsi
arch/arm/dts/rk3288.dtsi
arch/arm/dts/rk3328.dtsi
arch/arm/dts/rk3399-puma.dtsi
arch/arm/dts/rk3399.dtsi

index 17c79d3..ce75bd5 100644 (file)
@@ -19,8 +19,6 @@
 
        keys: gpio-keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
                button@0 {
                        gpio-key,wakeup = <1>;
index de5e8f2..2239ab9 100644 (file)
@@ -25,8 +25,6 @@
 
        keys: gpio-keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
                button@0 {
                        gpio-key,wakeup = <1>;
index a752458..2f816af 100644 (file)
@@ -55,8 +55,6 @@
 
        gpio-keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
                autorepeat;
 
                pinctrl-names = "default";
index 4b66f6b..92b6887 100644 (file)
@@ -83,8 +83,6 @@
 
        gpio_keys: gpio-keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
                pinctrl-names = "default";
                pinctrl-0 = <&pwr_key_h>;
index 9f3f6f5..273d38c 100644 (file)
                #size-cells = <0>;
                status = "disabled";
                ports {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        reg = <1>;
                        mipi_in: port {
                                #address-cells = <1>;
index 6095a12..2d80add 100644 (file)
                u-boot,dm-pre-reloc;
                compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
                reg = <0x0 0xff100000 0x0 0x1000>;
-               #address-cells = <1>;
-               #size-cells = <1>;
 
                io_domains: io-domains {
                        compatible = "rockchip,rk3328-io-voltage-domain";
index 3584031..6e7e1e3 100644 (file)
 };
 
 &hdmi {
-       #address-cells = <1>;
-       #size-cells = <0>;
        #sound-dai-cells = <0>;
        status = "okay";
 };
index 83c257b..a55a6c6 100644 (file)
                u-boot,dm-pre-reloc;
                compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd";
                reg = <0x0 0xff320000 0x0 0x1000>;
-               #address-cells = <1>;
-               #size-cells = <1>;
 
                pmu_io_domains: io-domains {
                        compatible = "rockchip,rk3399-pmu-io-voltage-domain";
                #size-cells = <0>;
                status = "disabled";
                ports {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        reg = <1>;
                        mipi_in: port {
                                #address-cells = <1>;