commit | 067507bb0e7f7774e48696de1b9f8eca46ca804a | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Tue Jul 12 12:42:05 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 13:02:03 2022 -0400 |
tree | 860d39ae15fe7a74e125a2da5cb01de1b76995e4 | |
parent | 3068b0d9513b63c8babcccee045ab5433f53efe1 [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>