]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: reset: meson8b: fix duplicate reset IDs
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 30 Nov 2019 18:53:37 +0000 (19:53 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 9 Dec 2019 23:21:20 +0000 (15:21 -0800)
commitb34a077de7f3d66e941a51f2a5eeb471b5fa862a
tree740c08d2bb966dce184e5fc2131bd03785ca1676
parentd8ff7f933bfaa9c57404754763b63f357b541ff9
dt-bindings: reset: meson8b: fix duplicate reset IDs

According to the public S805 datasheet the RESET2 register uses the
following bits for the PIC_DC, PSC and NAND reset lines:
- PIC_DC is at bit 3 (meaning: RESET_VD_RMEM + 3)
- PSC is at bit 4 (meaning: RESET_VD_RMEM + 4)
- NAND is at bit 5 (meaning: RESET_VD_RMEM + 4)

Update the reset IDs of these three reset lines so they don't conflict
with PIC_DC and map to the actual hardware reset lines.

Fixes: b3fb93a9d56b1f ("dt-bindings: reset: Add bindings for the Meson SoC Reset Controller")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
include/dt-bindings/reset/amlogic,meson8b-reset.h