]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 5 Oct 2023 15:11:50 +0000 (17:11 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 29 Nov 2023 09:37:52 +0000 (10:37 +0100)
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: 263d2fd02afc ("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>
arch/arm64/boot/dts/mediatek/mt8186.dtsi

index f04ae70c470aa3f409579187c12ac9eac77b4cd9..f4c4f61c779d3e62e5327d87c6032484570e5528 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       gpu_speedbin: gpu-speed-bin@59c {
+                       gpu_speedbin: gpu-speedbin@59c {
                                reg = <0x59c 0x4>;
                                bits = <0 3>;
                        };