diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-07-29 13:09:22 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-07-29 15:38:33 +0200 |
commit | 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf (patch) | |
tree | 4ca85671dbc3cd4b5c640ea7d7d3d92911b7e200 /target/linux/brcm63xx/dts/r5010unv2.dts | |
parent | abb28bec251a0b243dff87f87d09763792128349 (diff) | |
download | upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.tar.gz upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.tar.bz2 upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.zip |
brcm63xx: drop linux,part-probe usage where possible
It was present as 4.4 compatibility, but since we now use 4.9 or later
with the new upstream solution, we don't need it anymore.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/r5010unv2.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/r5010unv2.dts | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/r5010unv2.dts b/target/linux/brcm63xx/dts/r5010unv2.dts index fd87bef708..c134d52ca8 100644 --- a/target/linux/brcm63xx/dts/r5010unv2.dts +++ b/target/linux/brcm63xx/dts/r5010unv2.dts @@ -81,12 +81,10 @@ #address-cells = <1>; #size-cells = <1>; - linux,part-probe = "bcm63xxpart"; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; cfe@0 { reg = <0x000000 0x010000>; |