Message ID | 20210519203547.837237-3-clabbe@baylibre.com |
---|---|
State | Accepted |
Commit | 78924664af92fabc203a946eac09c69592fa12c4 |
Headers | show |
Series | [v2,1/3] dt-bindings: display: convert faraday,tve200 | expand |
On Wed, May 19, 2021 at 10:35 PM Corentin Labbe <clabbe@baylibre.com> wrote: > dtb_check complains about #address-cells and #size-cells, so lets > remove them. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Patch applied to the Gemini tree. Yours, Linus Walleij
diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index fa708f5d0c72..34961e5bc7b2 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -417,8 +417,6 @@ display-controller@6a000000 { clock-names = "PCLK", "TVE"; pinctrl-names = "default"; pinctrl-0 = <&tvc_default_pins>; - #address-cells = <1>; - #size-cells = <0>; status = "disabled"; };
dtb_check complains about #address-cells and #size-cells, so lets remove them. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm/boot/dts/gemini.dtsi | 2 -- 1 file changed, 2 deletions(-)