mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Drop the U-Boot specific dragonboard820c.dts file in favour of the upstream apq8096-db820c.dts and an additional -u-boot.dtsi with the U-Boot specific additions. Taken from kernel tag v6.7 Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
14 lines
264 B
Text
14 lines
264 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2024, Linaro Ltd.
|
|
*/
|
|
|
|
/ {
|
|
/* Ensure that the fdtfile variable is generated properly */
|
|
compatible = "qcom,apq8096-db820c", "qcom,apq8096";
|
|
};
|
|
|
|
&sdhc2 {
|
|
status = "okay";
|
|
clock-frequency = <100000000>;
|
|
};
|