diff options
| author | Simon Glass <sjg@chromium.org> | 2023-02-13 08:56:33 -0700 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2023-02-14 09:43:26 -0700 |
| commit | 8c103c33fb14086aad6feda504934314d4397dd7 (patch) | |
| tree | 5556dbc9fbfa5ca9be145ac2d4356752dd08b9ee /arch/arm/dts/imx6q-kp-u-boot.dtsi | |
| parent | c74e03417bdcb2930fa027e78cc8cebed384a975 (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>
Diffstat (limited to 'arch/arm/dts/imx6q-kp-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/imx6q-kp-u-boot.dtsi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/dts/imx6q-kp-u-boot.dtsi b/arch/arm/dts/imx6q-kp-u-boot.dtsi index e6b71b22aef..83d406a0621 100644 --- a/arch/arm/dts/imx6q-kp-u-boot.dtsi +++ b/arch/arm/dts/imx6q-kp-u-boot.dtsi @@ -10,9 +10,9 @@ / { clocks { - u-boot,dm-spl; + bootph-pre-ram; osc { - u-boot,dm-spl; + bootph-pre-ram; }; }; @@ -23,37 +23,37 @@ }; &clks { - u-boot,dm-pre-reloc; + bootph-all; }; &gpio2 { - u-boot,dm-spl; + bootph-pre-ram; }; &pinctrl_uart1 { - u-boot,dm-spl; + bootph-pre-ram; }; &pinctrl_usdhc2 { - u-boot,dm-spl; + bootph-pre-ram; }; &pinctrl_usdhc4 { - u-boot,dm-spl; + bootph-pre-ram; }; &uart1 { - u-boot,dm-spl; + bootph-pre-ram; }; &usdhc2 { - u-boot,dm-spl; + bootph-pre-ram; }; &usdhc4 { - u-boot,dm-spl; + bootph-pre-ram; }; &wdog1 { - u-boot,dm-spl; + bootph-pre-ram; }; |
