gfs2: Switch to may_setattr in gfs2_setattr
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / memory-controllers / renesas,h8300-bsc.txt
1 * H8/300 bus controller
2
3 Required properties:
4   - compatible: Must be "renesas,h8300-bsc".
5   - reg: Base address and length of BSC registers.
6
7 Example.
8         bsc: memory-controller@fee01e {
9                 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
10                 reg = <0xfee01e 8>;
11         };
12