Skip to content

Commit 905504a

Browse files
committed
arm64: dts: qcom: shikra: fix qfprom base address and child offsets
Correct the qfprom efuse node base address from 0x01b40000 to 0x01b44000 and expand the region size from 0x700 to 0x3000. Update the child fuse offsets accordingly: - hstx-trim: node address and reg corrected to 0x25b - gpu-speed-bin: node address and reg corrected from 0x6006 to 0x2006 Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent c9c7c8b commit 905504a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,19 +1224,19 @@
12241224
interconnect-names = "memory";
12251225
};
12261226

1227-
qfprom: efuse@1b40000 {
1227+
qfprom: efuse@1b44000 {
12281228
compatible = "qcom,shikra-qfprom", "qcom,qfprom";
1229-
reg = <0x0 0x01b40000 0x0 0x700>;
1229+
reg = <0x0 0x01b44000 0x0 0x3000>;
12301230
#address-cells = <1>;
12311231
#size-cells = <1>;
12321232

1233-
qusb2_hstx_trim_1: hstx-trim@258 {
1233+
qusb2_hstx_trim_1: hstx-trim@25b {
12341234
reg = <0x25b 0x1>;
12351235
bits = <1 4>;
12361236
};
12371237

1238-
gpu_speed_bin: gpu-speed-bin@6006 {
1239-
reg = <0x6006 0x2>;
1238+
gpu_speed_bin: gpu-speed-bin@2006 {
1239+
reg = <0x2006 0x2>;
12401240
bits = <5 8>;
12411241
};
12421242
};

0 commit comments

Comments
 (0)