summaryrefslogtreecommitdiff
path: root/include/dt-bindings/power/r8a7779-sysc.h
blob: 183571da507e5c45b6249672467d72ac72bfe7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (C) 2016 Glider bvba
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 */
#ifndef __DT_BINDINGS_POWER_R8A7779_SYSC_H__
#define __DT_BINDINGS_POWER_R8A7779_SYSC_H__

/*
 * These power domain indices match the numbers of the interrupt bits
 * representing the power areas in the various Interrupt Registers
 * (e.g. SYSCISR, Interrupt Status Register)
 */

#define R8A7779_PD_ARM1			 1
#define R8A7779_PD_ARM2			 2
#define R8A7779_PD_ARM3			 3
#define R8A7779_PD_SGX			20
#define R8A7779_PD_VDP			21
#define R8A7779_PD_IMP			24

/* Always-on power area */
#define R8A7779_PD_ALWAYS_ON		32

#endif /* __DT_BINDINGS_POWER_R8A7779_SYSC_H__ */
b1bf333ed25ec&id2=0c744ea4f77d72b3dcebb7a8f2684633ec79be88'>diff)
ARM: dts: orion5x-lschl: Fix model name
Model name should be consistent with legacy device file, so that user can migrate their system from legacy device support to device-tree safely. Legacy device file is currently removed, but it can be found on 4.8 or previous version of linux: arch/arm/mach-orion5x/ls-chl-setup.c Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT") Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk> Signed-off-by: Roger Shimizu <rogershimizu@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'include/trace')