Loading arch/arm64/boot/dts/qcom/atoll.dtsi +69 −0 Original line number Diff line number Diff line Loading @@ -595,6 +595,12 @@ size = <0x0 0x800000>; }; dump_mem: mem_dump_region { compatible = "shared-dma-pool"; reusable; size = <0 0x2400000>; }; /* global autoconfigured region for contiguous allocations */ linux,cma { compatible = "shared-dma-pool"; Loading Loading @@ -846,6 +852,14 @@ }; }; dcc: dcc_v2@10a2000 { compatible = "qcom,dcc-v2"; reg = <0x10a2000 0x1000>, <0x10ae000 0x2000>; reg-names = "dcc-base", "dcc-ram-base"; dcc-ram-offset = <0x6000>; }; restart@c264000 { compatible = "qcom,pshold"; reg = <0xc264000 0x4>, Loading Loading @@ -1312,6 +1326,61 @@ }; }; mem_dump { compatible = "qcom,mem-dump"; memory-region = <&dump_mem>; rpmh { qcom,dump-size = <0x2000000>; qcom,dump-id = <0xec>; }; rpm_sw { qcom,dump-size = <0x28000>; qcom,dump-id = <0xea>; }; pmic { qcom,dump-size = <0x10000>; qcom,dump-id = <0xe4>; }; fcm { qcom,dump-size = <0x8400>; qcom,dump-id = <0xee>; }; etf_swao { qcom,dump-size = <0x10000>; qcom,dump-id = <0xf1>; }; etr_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x100>; }; etfswao_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x102>; }; misc_data { qcom,dump-size = <0x1000>; qcom,dump-id = <0xe8>; }; etf_lpass { qcom,dump-size = <0x4000>; qcom,dump-id = <0xf4>; }; etflpass_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x104>; }; }; clock_rpmh: qcom,rpmh { compatible = "qcom,dummycc"; clock-output-names = "rpm_clocks"; Loading Loading
arch/arm64/boot/dts/qcom/atoll.dtsi +69 −0 Original line number Diff line number Diff line Loading @@ -595,6 +595,12 @@ size = <0x0 0x800000>; }; dump_mem: mem_dump_region { compatible = "shared-dma-pool"; reusable; size = <0 0x2400000>; }; /* global autoconfigured region for contiguous allocations */ linux,cma { compatible = "shared-dma-pool"; Loading Loading @@ -846,6 +852,14 @@ }; }; dcc: dcc_v2@10a2000 { compatible = "qcom,dcc-v2"; reg = <0x10a2000 0x1000>, <0x10ae000 0x2000>; reg-names = "dcc-base", "dcc-ram-base"; dcc-ram-offset = <0x6000>; }; restart@c264000 { compatible = "qcom,pshold"; reg = <0xc264000 0x4>, Loading Loading @@ -1312,6 +1326,61 @@ }; }; mem_dump { compatible = "qcom,mem-dump"; memory-region = <&dump_mem>; rpmh { qcom,dump-size = <0x2000000>; qcom,dump-id = <0xec>; }; rpm_sw { qcom,dump-size = <0x28000>; qcom,dump-id = <0xea>; }; pmic { qcom,dump-size = <0x10000>; qcom,dump-id = <0xe4>; }; fcm { qcom,dump-size = <0x8400>; qcom,dump-id = <0xee>; }; etf_swao { qcom,dump-size = <0x10000>; qcom,dump-id = <0xf1>; }; etr_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x100>; }; etfswao_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x102>; }; misc_data { qcom,dump-size = <0x1000>; qcom,dump-id = <0xe8>; }; etf_lpass { qcom,dump-size = <0x4000>; qcom,dump-id = <0xf4>; }; etflpass_reg { qcom,dump-size = <0x1000>; qcom,dump-id = <0x104>; }; }; clock_rpmh: qcom,rpmh { compatible = "qcom,dummycc"; clock-output-names = "rpm_clocks"; Loading