Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: soc: fix typo of MT8173 power dt-bindings

fix incorrect IC name that will affect the MT8183 power dt-bindings

Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Weiyi Lu and committed by
Matthias Brugger
cd10b934 bfeffd15

+3 -3
+3 -3
include/dt-bindings/power/mt8173-power.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - #ifndef _DT_BINDINGS_POWER_MT8183_POWER_H 3 - #define _DT_BINDINGS_POWER_MT8183_POWER_H 2 + #ifndef _DT_BINDINGS_POWER_MT8173_POWER_H 3 + #define _DT_BINDINGS_POWER_MT8173_POWER_H 4 4 5 5 #define MT8173_POWER_DOMAIN_VDEC 0 6 6 #define MT8173_POWER_DOMAIN_VENC 1 ··· 13 13 #define MT8173_POWER_DOMAIN_MFG_2D 8 14 14 #define MT8173_POWER_DOMAIN_MFG 9 15 15 16 - #endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */ 16 + #endif /* _DT_BINDINGS_POWER_MT8173_POWER_H */