arm64: dts: hisilicon: remove unused property pinctrl-names
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 12 Oct 2020 13:17:32 +0000 (21:17 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 24 Nov 2020 12:06:17 +0000 (20:06 +0800)
uart1 and uart5 are not used as pinctrl, so the property "pinctrl-names"
can be deleted. In fact, the property "pinctrl-names" depends on the
property "pinctrl-0". So the errors similar to the following will be
reported by pinctrl-consumer.yaml.

serial@fdf00000: 'pinctrl-0' is a dependency of 'pinctrl-names'

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3670.dtsi

index 668977d..85b0dfb 100644 (file)
                        clocks = <&crg_ctrl HI3670_CLK_GATE_UART1>,
                                 <&crg_ctrl HI3670_PCLK>;
                        clock-names = "uartclk", "apb_pclk";
-                       pinctrl-names = "default";
                        status = "disabled";
                };
 
                        clocks = <&crg_ctrl HI3670_CLK_GATE_UART5>,
                                 <&crg_ctrl HI3670_PCLK>;
                        clock-names = "uartclk", "apb_pclk";
-                       pinctrl-names = "default";
                        status = "disabled";
                };