diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-28 23:31:54 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-07-07 11:17:31 +0200 |
commit | 627b97f57d2005febb4e0865802f0d8a0d223992 (patch) | |
tree | 56086e3d36cb0a49c71058d57be7318c71d76849 /target/linux | |
parent | 0c93c09e6da9dd58a928bbf05e9b9cbff0d9aabf (diff) | |
download | upstream-627b97f57d2005febb4e0865802f0d8a0d223992.tar.gz upstream-627b97f57d2005febb4e0865802f0d8a0d223992.tar.bz2 upstream-627b97f57d2005febb4e0865802f0d8a0d223992.zip |
lantiq: dts: drop empty falcon devicetree node
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi index 0328e1e702..b8418e3558 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/falcon.dtsi @@ -282,10 +282,6 @@ }; }; - sbs1@1f700000 { - - }; - biu@1f800000 { #address-cells = <1>; #size-cells = <1>; @@ -339,8 +335,8 @@ lantiq,function = "asc"; }; }; - i2c_pins: i2c { - i2c { + i2c_pins: i2c_pins { + i2c_pins { lantiq,groups = "i2c"; lantiq,function = "i2c"; }; |