Skip to content

Commit

Permalink
arm64: dts: mt8192: Fix nor_flash status disable typo
Browse files Browse the repository at this point in the history
[ Upstream commit 27f0eb1 ]

Correct nor_flash status disable typo of mt8192 SoC.

Fixes: d0a197a ("arm64: dts: mt8192: add nor_flash device node")

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20220318144534.17996-11-allen-kh.cheng@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
kuanhsuncheng authored and gregkh committed Jun 9, 2022
1 parent 54e1c19 commit 9fa0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt8192.dtsi
Expand Up @@ -679,7 +679,7 @@
assigned-clock-parents = <&clk26m>;
#address-cells = <1>;
#size-cells = <0>;
status = "disable";
status = "disabled";
};

audsys: clock-controller@11210000 {
Expand Down

0 comments on commit 9fa0f5e

Please sign in to comment.