/* * Copyright © 2015 Broadcom * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H #define _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H /* These power domain indices are the firmware interface's indices * minus one. */ #define RPI_POWER_DOMAIN_I2C0 0 #define RPI_POWER_DOMAIN_I2C1 1 #define RPI_POWER_DOMAIN_I2C2 2 #define RPI_POWER_DOMAIN_VIDEO_SCALER 3 #define RPI_POWER_DOMAIN_VPU1 4 #define RPI_POWER_DOMAIN_HDMI 5 #define RPI_POWER_DOMAIN_USB 6 #define RPI_POWER_DOMAIN_VEC 7 #define RPI_POWER_DOMAIN_JPEG 8 #define RPI_POWER_DOMAIN_H264 9 #define RPI_POWER_DOMAIN_V3D 10 #define RPI_POWER_DOMAIN_ISP 11 #define RPI_POWER_DOMAIN_UNICAM0 12 #define RPI_POWER_DOMAIN_UNICAM1 13 #define RPI_POWER_DOMAIN_CCP2RX 14 #define RPI_POWER_DOMAIN_CSI2 15 #define RPI_POWER_DOMAIN_CPI 16 #define RPI_POWER_DOMAIN_DSI0 17 #define RPI_POWER_DOMAIN_DSI1 18 #define RPI_POWER_DOMAIN_TRANSPOSER 19 #define RPI_POWER_DOMAIN_CCP2TX 20 #define RPI_POWER_DOMAIN_CDP 21 #define RPI_POWER_DOMAIN_ARM 22 #define RPI_POWER_DOMAIN_COUNT 23 #endif /* _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H */ ion value='packet-rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/dsa
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-02 15:23:00 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-02 15:23:00 -0700
commitf76d9c61d91343806e59335493806e87daf78947 (patch)
treee3c98a687783c5fbe9862646f455435fb6bfe3f8 /net/dsa
parentbe67d60ba944bdd38571b79bdcd506e34c0f16c1 (diff)
parent117e5e9c4cfcb7628f08de074fbfefec1bb678b7 (diff)
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fixes from Russell King: "Three relatively small fixes for ARM: - Roger noticed that dma_max_pfn() was calculating the upper limit wrongly, by adding the PFN offset of memory twice. - A fix from Robin to correct parsing of MPIDR values when the address size is larger than one BE32 unit. - A fix from Srinivas to ensure that we do not rely on the boot loader (or previous Linux kernel) setting the translation table base register a certain way in the decompressor, which can lead to crashes" * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7 ARM: 8617/1: dma: fix dma_max_pfn() ARM: 8616/1: dt: Respect property size when parsing CPUs
Diffstat (limited to 'net/dsa')