arm64: dts: allwinner: pinetab: Drop unnecessary address/size-cells information
authorClément Péron <peron.clem@gmail.com>
Sun, 11 Oct 2020 21:15:14 +0000 (23:15 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 26 Oct 2020 11:18:16 +0000 (12:18 +0100)
make dtbs_check warm about unknown address/size-cells property in the
pinetab device-tree.

This is because these information are not necessary.

Drop them.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201011211514.155266-1-peron.clem@gmail.com
arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts

index 3ab0f03..0494bfa 100644 (file)
        status = "okay";
 
        port {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
                csi_ep: endpoint {
                        remote-endpoint = <&ov5640_ep>;
                        bus-width = <8>;