440b075bd2
Documentation/process/license-rules.rst and checkpatch expect the SPDX identifier syntax for multiple licenses to use capital "OR". Correct it to keep consistent format and avoid copy-paste issues. Correct also the format // -> .* in few Allwinner binding headers as pointed out by checkpatch: WARNING: Improper SPDX comment style for 'include/dt-bindings/reset/sun50i-h6-ccu.h', please use '/*' instead Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20230823084540.112602-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
31 lines
831 B
C
31 lines
831 B
C
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
|
/*
|
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
|
*/
|
|
#ifndef __DT_BINDINGS_POWER_R8A779F0_SYSC_H__
|
|
#define __DT_BINDINGS_POWER_R8A779F0_SYSC_H__
|
|
|
|
/*
|
|
* These power domain indices match the Power Domain Register Numbers (PDR)
|
|
*/
|
|
|
|
#define R8A779F0_PD_A1E0D0C0 0
|
|
#define R8A779F0_PD_A1E0D0C1 1
|
|
#define R8A779F0_PD_A1E0D1C0 2
|
|
#define R8A779F0_PD_A1E0D1C1 3
|
|
#define R8A779F0_PD_A1E1D0C0 4
|
|
#define R8A779F0_PD_A1E1D0C1 5
|
|
#define R8A779F0_PD_A1E1D1C0 6
|
|
#define R8A779F0_PD_A1E1D1C1 7
|
|
#define R8A779F0_PD_A2E0D0 16
|
|
#define R8A779F0_PD_A2E0D1 17
|
|
#define R8A779F0_PD_A2E1D0 18
|
|
#define R8A779F0_PD_A2E1D1 19
|
|
#define R8A779F0_PD_A3E0 20
|
|
#define R8A779F0_PD_A3E1 21
|
|
|
|
/* Always-on power area */
|
|
#define R8A779F0_PD_ALWAYS_ON 64
|
|
|
|
#endif /* __DT_BINDINGS_POWER_R8A779A0_SYSC_H__*/
|