diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2018-08-28 17:57:32 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-08-29 20:44:50 +0200 |
commit | feb64f9d51f3f2813aca905abe189c162fbf09b1 (patch) | |
tree | d29a59326097bffa2cea8e726ae93073e0c34c1e /arch/arm/dts/rk3399-puma.dtsi | |
parent | 11ed312896c5f5814064c5d45dcb2f53dc121437 (diff) | |
download | u-boot-feb64f9d51f3f2813aca905abe189c162fbf09b1.tar.gz |
rockchip: dts: fix unnecessary '-cells' warning
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>
Diffstat (limited to 'arch/arm/dts/rk3399-puma.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-puma.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3399-puma.dtsi b/arch/arm/dts/rk3399-puma.dtsi index 35840319ff..6e7e1e3528 100644 --- a/arch/arm/dts/rk3399-puma.dtsi +++ b/arch/arm/dts/rk3399-puma.dtsi @@ -208,8 +208,6 @@ }; &hdmi { - #address-cells = <1>; - #size-cells = <0>; #sound-dai-cells = <0>; status = "okay"; }; |