Re: [PATCH v3 2/9] arm64: dts: sdm845: Remove redundant u-boot DT properties

2022-07-25 Thread Tom Rini
On Tue, Jul 12, 2022 at 12:42:05PM +0530, Sumit Garg wrote:

> 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 
> Reviewed-by: Ramon Fried 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v3 2/9] arm64: dts: sdm845: Remove redundant u-boot DT properties

2022-07-12 Thread Sumit Garg
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 
Reviewed-by: Ramon Fried 
---
 arch/arm/dts/sdm845.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/dts/sdm845.dtsi b/arch/arm/dts/sdm845.dtsi
index 6f2fb20d68..88030156d9 100644
--- a/arch/arm/dts/sdm845.dtsi
+++ b/arch/arm/dts/sdm845.dtsi
@@ -18,7 +18,6 @@
compatible = "simple-bus";
 
gcc: clock-controller@10 {
-   u-boot,dm-pre-reloc;
compatible = "qcom,gcc-sdm845";
reg = <0x10 0x1f>;
#clock-cells = <1>;
@@ -27,7 +26,6 @@
};
 
gpio_north: gpio_north@390 {
-   u-boot,dm-pre-reloc;
#gpio-cells = <2>;
compatible = "qcom,sdm845-pinctrl";
reg = <0x390 0x40>;
@@ -38,7 +36,6 @@
};
 
tlmm_north: pinctrl_north@390 {
-   u-boot,dm-pre-reloc;
compatible = "qcom,tlmm-sdm845";
reg = <0x390 0x40>;
gpio-count = <150>;
-- 
2.25.1