summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a77965-ulcb-u-boot.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-04-10 21:21:59 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-04-12 11:45:03 -0500
commitad465b50921de7c08c9c84a780ca355a7bba4a26 (patch)
treee44e530f77528186707c46dd8fd90f7afb379461 /arch/arm/dts/r8a77965-ulcb-u-boot.dts
parent74b5111f8bd6debe04d05a503b3da495ad02ab30 (diff)
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> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm/dts/r8a77965-ulcb-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a77965-ulcb-u-boot.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/r8a77965-ulcb-u-boot.dts b/arch/arm/dts/r8a77965-ulcb-u-boot.dts
index d9c680b171..969911d89c 100644
--- a/arch/arm/dts/r8a77965-ulcb-u-boot.dts
+++ b/arch/arm/dts/r8a77965-ulcb-u-boot.dts
@@ -21,18 +21,18 @@
sysinfo {
compatible = "renesas,rcar-sysinfo";
i2c-eeprom = <&sysinfo_eeprom>;
- u-boot,dm-pre-reloc;
+ bootph-all;
};
};
&i2c_dvfs {
- u-boot,dm-pre-reloc;
+ bootph-all;
sysinfo_eeprom: eeprom@50 {
compatible = "rohm,br24t01", "atmel,24c01";
reg = <0x50>;
pagesize = <8>;
- u-boot,dm-pre-reloc;
+ bootph-all;
status = "okay";
};
};