aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSumit Garg2022-07-12 12:42:05 +0530
committerTom Rini2022-07-25 13:02:03 -0400
commit866985b7e6fd91ecfd17229d1a35cb21c281a0b7 (patch)
tree860d39ae15fe7a74e125a2da5cb01de1b76995e4 /arch/arm
parentc551c8fe5fd14aea258e61ed7f8d809aa8b3de3d (diff)
arm64: dts: sdm845: Remove redundant u-boot DT properties
According to u-boot DT recomendation, u-boot specific DT properties belong to *-uboot.dtsi. Also for starqltechn board (which is the only current consumer of sdm845.dtsi), the properties are already included in starqltechn-uboot.dtsi, so remove corresponding redundant properties. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/sdm845.dtsi3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/sdm845.dtsi b/arch/arm/dts/sdm845.dtsi
index 6f2fb20d68b..88030156d9c 100644
--- a/arch/arm/dts/sdm845.dtsi
+++ b/arch/arm/dts/sdm845.dtsi
@@ -18,7 +18,6 @@
compatible = "simple-bus";
gcc: clock-controller@100000 {
- u-boot,dm-pre-reloc;
compatible = "qcom,gcc-sdm845";
reg = <0x100000 0x1f0000>;
#clock-cells = <1>;
@@ -27,7 +26,6 @@
};
gpio_north: gpio_north@3900000 {
- u-boot,dm-pre-reloc;
#gpio-cells = <2>;
compatible = "qcom,sdm845-pinctrl";
reg = <0x3900000 0x400000>;
@@ -38,7 +36,6 @@
};
tlmm_north: pinctrl_north@3900000 {
- u-boot,dm-pre-reloc;
compatible = "qcom,tlmm-sdm845";
reg = <0x3900000 0x400000>;
gpio-count = <150>;