Discussion:
[U-Boot] [PATCH] bmips: bcm6838: fix device tree warning
Álvaro Fernández Rojas
2018-12-10 16:42:58 UTC
Permalink
Signed-off-by: Álvaro Fernández Rojas <***@gmail.com>
---
arch/mips/dts/brcm,bcm6838.dtsi | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/mips/dts/brcm,bcm6838.dtsi b/arch/mips/dts/brcm,bcm6838.dtsi
index 1018f9ee49..77d6a8e214 100644
--- a/arch/mips/dts/brcm,bcm6838.dtsi
+++ b/arch/mips/dts/brcm,bcm6838.dtsi
@@ -31,8 +31,6 @@

clocks {
compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
u-boot,dm-pre-reloc;

periph_osc: periph-osc {
--
2.11.0
Daniel Schwierzeck
2018-12-10 18:03:06 UTC
Permalink
Post by Álvaro Fernández Rojas
---
arch/mips/dts/brcm,bcm6838.dtsi | 2 --
1 file changed, 2 deletions(-)
applied to u-boot-mips/fixes, thanks.
--
- Daniel
Loading...