aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dts/brcm,bcm3380.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-13 08:56:33 -0700
committerSimon Glass <sjg@chromium.org>2023-02-14 09:43:26 -0700
commit8c103c33fb14086aad6feda504934314d4397dd7 (patch)
tree5556dbc9fbfa5ca9be145ac2d4356752dd08b9ee /arch/mips/dts/brcm,bcm3380.dtsi
parentc74e03417bdcb2930fa027e78cc8cebed384a975 (diff)
downloadu-boot-8c103c33fb14086aad6feda504934314d4397dd7.zip
u-boot-8c103c33fb14086aad6feda504934314d4397dd7.tar.gz
u-boot-8c103c33fb14086aad6feda504934314d4397dd7.tar.bz2
dm: dts: Convert driver model tags to use new schema
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/mips/dts/brcm,bcm3380.dtsi')
-rw-r--r--arch/mips/dts/brcm,bcm3380.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/dts/brcm,bcm3380.dtsi b/arch/mips/dts/brcm,bcm3380.dtsi
index 7cccec5..c79a6db 100644
--- a/arch/mips/dts/brcm,bcm3380.dtsi
+++ b/arch/mips/dts/brcm,bcm3380.dtsi
@@ -19,20 +19,20 @@
reg = <0x14e00000 0x4>;
#address-cells = <1>;
#size-cells = <0>;
- u-boot,dm-pre-reloc;
+ bootph-all;
cpu@0 {
compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
- u-boot,dm-pre-reloc;
+ bootph-all;
};
cpu@1 {
compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
device_type = "cpu";
reg = <1>;
- u-boot,dm-pre-reloc;
+ bootph-all;
};
};
@@ -40,13 +40,13 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- u-boot,dm-pre-reloc;
+ bootph-all;
periph_osc: periph-osc {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <48000000>;
- u-boot,dm-pre-reloc;
+ bootph-all;
};
periph_clk0: periph-clk@14e00004 {
@@ -66,12 +66,12 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- u-boot,dm-pre-reloc;
+ bootph-all;
memory-controller@12000000 {
compatible = "brcm,bcm6328-mc";
reg = <0x12000000 0x1000>;
- u-boot,dm-pre-reloc;
+ bootph-all;
};
periph_rst0: reset-controller@14e0008c {