Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruyisdk/linux-xuantie-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ebb810a8ca905d8757018f4d74443f782a52649a
Choose a base ref
..
head repository: ruyisdk/linux-xuantie-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a1625fc2183f5f09a32e4445bcdc5590e730f36
Choose a head ref
Showing with 9 additions and 11 deletions.
  1. +9 −11 Documentation/devicetree/bindings/media/canaan-vpu.yaml
20 changes: 9 additions & 11 deletions Documentation/devicetree/bindings/media/canaan-vpu.yaml
Original file line number Diff line number Diff line change
@@ -60,14 +60,12 @@ additionalProperties: false

examples:
- |
vpu: vpu@0x90400000 {
status = "okay";
compatible = "canaan,vpu";
reg = <0x0 0x90400000 0x0 0x10000>;
interrupts = <132 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&sysctl_power K230_PM_DOMAIN_VPU>;
clocks = <&vpu_src>;
clock-names = "vpu";
};
vpu: vpu@0x90400000 {
status = "okay";
compatible = "canaan,vpu";
reg = <0x0 0x90400000 0x0 0x10000>;
interrupts = <132 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&sysctl_power K230_PM_DOMAIN_VPU>;
clocks = <&vpu_src>;
clock-names = "vpu";
};