Skip to content

Commit 59fa1e5

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
MT8186's GPU speedbin value must be interpreted, or the value will not be meaningful. Use the correct "gpu-speedbin" nvmem cell name for the GPU speedbin to allow triggering the cell info fixup handler, hence feeding the right speedbin number to the users. Cc: stable@vger.kernel.org Fixes: 263d2fd ("arm64: dts: mediatek: mt8186: Add GPU speed bin NVMEM cells") Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20231005151150.355536-1-angelogioacchino.delregno@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 1fcda8c commit 59fa1e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt8186.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@
16561656
#address-cells = <1>;
16571657
#size-cells = <1>;
16581658

1659-
gpu_speedbin: gpu-speed-bin@59c {
1659+
gpu_speedbin: gpu-speedbin@59c {
16601660
reg = <0x59c 0x4>;
16611661
bits = <0 3>;
16621662
};

0 commit comments

Comments
 (0)