diff options
author | Allen-KH Cheng <allen-kh.cheng@mediatek.com> | 2022-03-18 15:45:22 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2022-04-04 14:09:37 +0200 |
commit | 27f0eb16b0d417c155e96b5d3b89074699944e09 (patch) | |
tree | 9160b1a602b1c3812d441fc196e7b2c2f62a84fc /arch/arm64/boot/dts/mediatek/mt8192.dtsi | |
parent | arm64: dts: mt8192: Add xhci node (diff) | |
download | linux-27f0eb16b0d417c155e96b5d3b89074699944e09.tar.xz linux-27f0eb16b0d417c155e96b5d3b89074699944e09.zip |
arm64: dts: mt8192: Fix nor_flash status disable typo
Correct nor_flash status disable typo of mt8192 SoC.
Fixes: d0a197a0d064a ("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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi index be82e0766129..a3721f442138 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi @@ -727,7 +727,7 @@ assigned-clock-parents = <&clk26m>; #address-cells = <1>; #size-cells = <0>; - status = "disable"; + status = "disabled"; }; audsys: clock-controller@11210000 { |