diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-08-01 21:32:34 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-04 08:39:35 +0200 |
commit | 6031ab345df86c285ea55d6523d6888cc596f63d (patch) | |
tree | 5e9ed3e9ec873e69efd005500fc70e49aeb03f3e /target/linux/ramips/dts/mt7621.dtsi | |
parent | 6dd94c2781b79ffd20f1a57a48fa2314d67ee190 (diff) | |
download | upstream-6031ab345df86c285ea55d6523d6888cc596f63d.tar.gz upstream-6031ab345df86c285ea55d6523d6888cc596f63d.tar.bz2 upstream-6031ab345df86c285ea55d6523d6888cc596f63d.zip |
ramips: move partitions into partition table node
Starting with kernel 4.4, the use of partitions as direct subnodes of the
mtd device is discouraged and only supported for backward compatiblity
reasons.
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 207fd3bf1f..31d930d225 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -381,8 +381,6 @@ bank-width = <2>; reg = <0x1e003000 0x800 0x1e003800 0x800>; - #address-cells = <1>; - #size-cells = <1>; }; ethernet: ethernet@1e100000 { |