mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
arm64: dts: qcom: sc7280: Add qfprom node
Add the qfprom node and its properties for the sc7280 SoC. Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/1627627573-32454-5-git-send-email-rnayak@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
11e03d6921
commit
c1b2189a19
@ -442,6 +442,19 @@ ipcc: mailbox@408000 {
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
qfprom: efuse@784000 {
|
||||
compatible = "qcom,sc7280-qfprom", "qcom,qfprom";
|
||||
reg = <0 0x00784000 0 0xa20>,
|
||||
<0 0x00780000 0 0xa20>,
|
||||
<0 0x00782000 0 0x120>,
|
||||
<0 0x00786000 0 0x1fff>;
|
||||
clocks = <&gcc GCC_SEC_CTRL_CLK_SRC>;
|
||||
clock-names = "core";
|
||||
power-domains = <&rpmhpd SC7280_MX>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
sdhc_1: sdhci@7c4000 {
|
||||
compatible = "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5";
|
||||
status = "disabled";
|
||||
|
Loading…
Reference in New Issue
Block a user